Add configuration for Prometheus node exporter and SMTP monitoring in PMG. Updated README and added verification checks for new metrics.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
modules:
|
||||
{% for port in smtp_ports %}
|
||||
smtp_{{ port }}:
|
||||
prober: tcp
|
||||
timeout: 5s
|
||||
tcp:
|
||||
preferred_ip_protocol: ip4
|
||||
query_response:
|
||||
- expect: "^220[ -]"
|
||||
- send: "EHLO blackbox.local"
|
||||
- expect: "^250[ -]"
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user