nagios: Added server start when hostexinfo changes.
This commit is contained in:
parent
e784e03300
commit
79c74e6152
1 changed files with 2 additions and 1 deletions
|
@ -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"],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue