feat: send nsca conf

This commit is contained in:
2022-12-28 20:53:41 +01:00
parent f4bbf46243
commit e86db3c765
3 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
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
{% if checks %}
{% for entry in checks %}
{{ entry["user"] }} {{ entry["name"] }} {{ entry["cmd"] }}
{% endfor %}
{% endif %}