Add checks for unbound instances
This commit is contained in:
parent
b77a905a91
commit
faf7ba49d9
3 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
|||
- check_postfix_queue.cfg
|
||||
- check_lock.cfg
|
||||
- check_fedmsg_hub_proc.cfg
|
||||
- check_openvpn_link.cfg
|
||||
- check_unbound_proc.cfg
|
||||
notify:
|
||||
- restart nrpe
|
||||
tags:
|
||||
|
|
1
roles/nagios_client/templates/check_openvpn_link.cfg.j2
Normal file
1
roles/nagios_client/templates/check_openvpn_link.cfg.j2
Normal file
|
@ -0,0 +1 @@
|
|||
command[check_openvpn_link]={{ libdir }}/nagios/plugins/check_ping -H 192.168.1.58 -w 375.0,20% -c 500,60%
|
1
roles/nagios_client/templates/check_unbound_proc.cfg.j2
Normal file
1
roles/nagios_client/templates/check_unbound_proc.cfg.j2
Normal file
|
@ -0,0 +1 @@
|
|||
command[check_unbound_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'unbound' -u unbound
|
Loading…
Add table
Add a link
Reference in a new issue