nagios: Fixed hostname from nagios::target::nrpe::service.

This commit is contained in:
Timo Mkinen 2013-05-14 09:03:46 +03:00
parent bea057265c
commit 423fadfc11

View file

@ -362,6 +362,7 @@ define nagios::target::nrpe::service($source=undef,
@@nagios::service { "${::homename}_${service}":
command => "check_nrpe!${binary}",
description => $description,
host => $::homename,
}
}