nagios: Added IPP with SSL service target.

This commit is contained in:
Timo Makinen 2014-10-09 11:37:40 +03:00
parent 5aad40989c
commit 977776c623

View file

@ -145,6 +145,23 @@ class nagios::target::ipp inherits nagios::target {
} }
# Configure ipp with SSL service target.
#
class nagios::target::ipp::ssl inherits nagios::target {
@@nagios::service { "${::homename}_ipp_ssl":
command => "check_http!-p 631 --ssl",
description => "IPP + SSL",
}
@@nagios::service { "${::homename}_ipp_ssl_certificate":
command => "check_http!-p 631 --ssl -C 14",
description => "IPP + SSL Certificate",
}
}
# Configure jabber service target. # Configure jabber service target.
# #
class nagios::target::jabber inherits nagios::target { class nagios::target::jabber inherits nagios::target {