search for: check_ping_

Displaying 2 results from an estimated 2 matches for "check_ping_".

Did you mean: check_ping
2012 Jan 17
4
Exported variable foo...(fu?)
...ensure => present, alias => $hostname, register => 1, use => "generic-host" } @@nagios_service { "check_ping_${hostname}": use => "check_ping", hostname => "$fqdn" } } Now, I''ve run into several issues. First off the exported resources never seem to get to get marshalled. Secondly...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...} @@nagios_hostextinfo { $fqdn: ensure => present, icon_image_alt => $operatingsystem, icon_image => "base/$operatingsystem.png", statusmap_image => "base/$operatingsystem.gd2", } @@nagios_service { "check_ping_${hostname}": use => "check_ping", host_name => "$fqdn", } @@nagios_service { "check_users_${hostname}": use => "remote-nrpe-users", host_name => "$fqdn", } @@nagios_servi...