saltstack-formulas / prometheus-formula

Manage a Prometheus installation
Other
27 stars 51 forks source link

Document filewall ports to be opened #10

Closed noelmcloughlin closed 4 years ago

noelmcloughlin commented 5 years ago

We could update pillar.example showing pillar data for firewall (formula).

          - 9090                  ## prometheus server
          - 9091                  ## pushgateway
          - 9093                  ## alertmanager
          - 9094                  ## alertmanager clustering
          - 9100                  ## node exporter
          - 9128                  ## ceph exporter
          - 9274                  ## Kubernetes PersistentVolumeDisk usage exporter

Or point to this: https://github.com/prometheus/prometheus/wiki/Default-port-allocations

noelmcloughlin commented 4 years ago

30