nagios: Added IPP with SSL service target.
This commit is contained in:
parent
5aad40989c
commit
977776c623
1 changed files with 17 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue