aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/access_points/vars.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory-example/group_vars/access_points/vars.yml')
-rw-r--r--inventory-example/group_vars/access_points/vars.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/inventory-example/group_vars/access_points/vars.yml b/inventory-example/group_vars/access_points/vars.yml
new file mode 100644
index 0000000..05aaf5d
--- /dev/null
+++ b/inventory-example/group_vars/access_points/vars.yml
@@ -0,0 +1,12 @@
+nagios_snmp_priv_pass: '{{ vault_nagios_snmp_priv_pass }}'
+nagios_snmp_auth_pass: '{{ vault_nagios_snmp_auth_pass }}'
+
+nagios_interfaces:
+ - eth0
+ - regex: '^wifi[0-9]'
+ description: wifi
+ down_ok: yes
+ discard_warn: 500
+ discard_crit: 1000
+ error_warn: 500
+ error_crit: 1000