mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 08:08:34 +01:00
update: monitoring conf & git dep
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user