[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:
Stephen Smoogen 2019-03-20 20:17:43 +00:00
parent 26368c01d3
commit d9d24d08d9
2 changed files with 7 additions and 0 deletions

View 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
}

View file

@ -216,6 +216,7 @@
- templates.cfg
- unbound.cfg
- vpnclients.cfg
- certgetter.cfg
tags:
- nagios-config
- nagios_server