mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 02:02:38 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
nobody disk-remote /usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /
|
||||
nobody load-remote /usr/lib/nagios/plugins/check_load -w 5,3,2 -c 10,6,4
|
||||
nobody procs-remote /usr/lib/nagios/plugins/check_procs
|
||||
nobody systemd /etc/monitoring-tools/pynagsystemd.py
|
||||
|
||||
{% if checks %}
|
||||
{% for entry in checks %}
|
||||
{{ entry["user"] }} {{ entry["name"] }} {{ entry["cmd"] }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user