diff --git a/nagios/manifests/target.pp b/nagios/manifests/target.pp index c2b6ad9..a485abf 100644 --- a/nagios/manifests/target.pp +++ b/nagios/manifests/target.pp @@ -362,6 +362,7 @@ define nagios::target::nrpe::service($source=undef, @@nagios::service { "${::homename}_${service}": command => "check_nrpe!${binary}", description => $description, + host => $::homename, } }