nagios: Added server start when hostexinfo changes.

This commit is contained in:
Timo Mkinen 2013-05-07 21:36:43 +03:00
parent e784e03300
commit 79c74e6152

View file

@ -467,7 +467,8 @@ define nagios::host($group="NONE", $osname="NONE", $osicon="NONE",
icon_image_alt => $osname,
icon_image => "${iconpath}${osicon}.png",
statusmap_image => "${iconpath}${osicon}.gd2",
target => "${confdir}/hostextinfo_${name}.cfg"
target => "${confdir}/hostextinfo_${name}.cfg",
notify => Service["nagios"],
}
}