[nagios_server] Add in certgetter test.
This was offered by Alessandro Lorenzi <alorenzi@alorenzi.eu> as a fix to deal with our inability to monitor the certgetter after reboots. Thank you very much for this work. Signed-off-by: Stephen Smoogen <smooge@redhat.com>
This commit is contained in:
parent
26368c01d3
commit
d9d24d08d9
2 changed files with 7 additions and 0 deletions
6
roles/nagios_server/files/nagios/services/certgetter.cfg
Normal file
6
roles/nagios_server/files/nagios/services/certgetter.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
define service {
|
||||
host_name certgetter01.phx2.fedoraproject.org
|
||||
service_description certgetter-http
|
||||
check_command check_http!certgetter01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
}
|
|
@ -216,6 +216,7 @@
|
|||
- templates.cfg
|
||||
- unbound.cfg
|
||||
- vpnclients.cfg
|
||||
- certgetter.cfg
|
||||
tags:
|
||||
- nagios-config
|
||||
- nagios_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue