mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 04:22:37 +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 %}
|
||||
@@ -0,0 +1,5 @@
|
||||
identity = {{ group_names[0] }}
|
||||
password = {{ nsca_password }}
|
||||
server = {{ nsca_server }}
|
||||
port = 5668
|
||||
tls_ciphers = "PSK-AES256-CBC-SHA"
|
||||
Reference in New Issue
Block a user