inital: hypervisor ansible

This commit is contained in:
2022-12-26 17:59:19 +01:00
commit 1c956c0ba2
12 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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 %}