Displaying 1 result from an estimated 1 matches for "check_smtp_".
Did you mean:
check_smtp
2011 Apr 04
4
Puppet nagios integration problem
...;'m working on setting up Puppet to write out my Nagios configs. A few
weeks back I inserted a few dummy Nagios checks into my Puppet config,
and the Nagios configs were written out properly.
I''ve now added loads of Nagios host and service checks like this:
@@nagios_service { "check_smtp_${hostname}":
check_command => "check_nrpe!check_smtp",
host_name => "$fqdn",
service_description => "SMTP",
}
and then I collect them like this:
Nagios_host <<||>>
Nagios_service <<||>>
Nagios_hostextinfo <<||&g...