From 79c74e615207140272724e8ce61792bc20da59f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Tue, 7 May 2013 21:36:43 +0300 Subject: [PATCH] nagios: Added server start when hostexinfo changes. --- nagios/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nagios/manifests/init.pp b/nagios/manifests/init.pp index e5b61e4..92cc6ff 100644 --- a/nagios/manifests/init.pp +++ b/nagios/manifests/init.pp @@ -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"], } }