Add config for check_smtp nrpe check
This commit is contained in:
parent
79a60f2ffb
commit
ead7e91667
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
- check_postfix_queue.cfg
|
||||
- check_lock.cfg
|
||||
- check_fedmsg_hub_proc.cfg
|
||||
- check_smtp.cfg
|
||||
notify:
|
||||
- restart nrpe
|
||||
tags:
|
||||
|
|
1
roles/nagios_client/templates/check_smtp.cfg.j2
Normal file
1
roles/nagios_client/templates/check_smtp.cfg.j2
Normal file
|
@ -0,0 +1 @@
|
|||
command[check_smtp]={{ libdir }}/nagios/plugins/check_smtp -H localhost
|
Loading…
Add table
Add a link
Reference in a new issue