mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 19:48:34 +01:00
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
nobody disk /usr/lib/nagios/plugins/check_disk
|
|
nobody load /usr/lib/nagios/plugins/check_log
|
|
nobody systemd /etc/monitoring-tools/pynagsystemd.py
|
|
|
|
{% if has_postgres %}
|
|
nobody load /usr/lib/nagios/plugins/check_psql
|
|
{% endif }
|
|
|
|
{% for entry in checks %}
|
|
{{ entry["user"] }} {{ entry["name"] }} {{ entry["command"] }}
|
|
{% endfor %}
|