update: monitoring conf & git dep

This commit is contained in:
2022-12-28 19:17:58 +01:00
parent 58f06c4b72
commit ecc1e0d4ad
2 changed files with 20 additions and 2 deletions

View File

@@ -4,8 +4,10 @@ nobody systemd /etc/monitoring-tools/pynagsystemd.py
{% if has_postgres %}
nobody load /usr/lib/nagios/plugins/check_psql
{% endif }
{% endif %}
{% if checks %}
{% for entry in checks %}
{{ entry["user"] }} {{ entry["name"] }} {{ entry["command"] }}
{{ entry["user"] }} {{ entry["name"] }} {{ entry["cmd"] }}
{% endfor %}
{% endif %}