You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Telegraf**| 8086 | TCP | Connects to InfluxDB for metric collection. |
49
+
|**InfluxDB**| 8086 | TCP | Receives metrics from Telegraf. |
50
+
|**Grafana**| 3000 | TCP | Used for accessing the dashboard interface. |
51
+
|**PostgreSQL**| 5432 | TCP |Required for metrics collection in both Puppet Enterprise and Open Source setups.|
52
+
|**Puppetserver**| 8140 | TCP | Standard Puppetserver communication. |
53
53
54
54
---
55
55
@@ -58,13 +58,17 @@ To ensure smooth communication between services in the Puppet Operational Dashbo
58
58
In a Puppet Enterprise deployment with Puppet compilers and firewalls between the primary server, compilers, and infrastructure hosting the services deployed by this module, additional considerations must be addressed:
59
59
60
60
##### Communication Pathways
61
+
1.**Primary Server to Puppet Compilers**:
62
+
- Port: `8140`
63
+
- Protocol: TCP
64
+
- Purpose: Ensure that the primary server can communicate with Puppet compilers for catalog compilation and node management.
61
65
62
-
1.**Primary Server to Infrastructure Services (Telegraf, InfluxDB, Grafana, PostgreSQL)**:
66
+
2.**Primary Server to Infrastructure Services (Telegraf, InfluxDB, Grafana, PostgreSQL)**:
0 commit comments