Displaying 2 results from an estimated 2 matches for "nagios_servicedependency".
2008 Dec 16
10
Puppet version 0.24.7 released!
...ts for the SELinux types/support
* A bunch of new OSX and Solaris types and providers including ZFS and ZPool
* Support for Nagios 3.0 types and some enhancements to make the types
easier to use and more compliant with Nagios configuration.
You can see the full CHANGELOG here:
Fixed #1496 - nagios_servicedependency needs a unique host_name?
Fixed #1420 - nagios_serviceescalation not allowing host_name more
than one type
Bug #1803 Zfs should auto require the ancestor file systems
Refactor #1802 Use ''zfs get -H -o value'' instead of parsing output
for value
Fixing #1800 - ti...
2011 Apr 04
4
Puppet nagios integration problem
...ame}":
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 <<||>>
Nagios_servicedependency <<||>>
But today I spotted that my Nagios configs in /etc/nagios/ haven''t
actually been updated for ages. I''ve prodded at the puppet server and
client but I can''t see anything wrong with my setup. That said, I don''t
really know how to debug this....