I''ve had many nagios_servicedependency declarations in my manifests for ages. This morning I added ''target'' parameters to these blocks, like this: @@nagios_servicedependency { "check_uptime_${::fqdn}": host_name => $::fqdn, dependent_host_name => $::fqdn, dependent_service_description => ''Uptime'', service_description => ''NRPE'', notification_failure_criteria => ''w,u,c'', tag => $::domain, target => "/etc/nagios/conf.d/${::fqdn}.cfg", } Since I added this, my Nagios server has been failing with errors like this: Error: /Stage[main]/Nagios::Client/Nagios_servicedependency[check_uptime_monitor.resnet.bris.ac.uk]: Could not evaluate: undefined method `dependent_host_name'' for #<Nagios::Base::Service:0x7fe266bb1638> Any idea why? Thanks, Jonathan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.