mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 08:58:36 +01:00
fix: various monitoring related fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
nobody disk /usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /
|
||||
nobody load /usr/lib/nagios/plugins/check_load -w 5,3,2 -c 10,6,4
|
||||
nobody procs /usr/lib/nagios/plugins/check_procs
|
||||
nobody systemd /etc/monitoring-tools/pynagsystemd.py
|
||||
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 %}
|
||||
|
||||
Reference in New Issue
Block a user