Greetings,
Using a 1.1Alpha11... I create a trigger on a link parent, and when it gets added to the children, it will populate the functions table correctly, but in the triggers table, it retains the function information for the first child for every other child.
Trigger I used to determine this was;
The first child, called test1.internal.net gets;
While the second and subsequent children get;
Using a 1.1Alpha11... I create a trigger on a link parent, and when it gets added to the children, it will populate the functions table correctly, but in the triggers table, it retains the function information for the first child for every other child.
Trigger I used to determine this was;
Code:
{__Template_Linux_SVR:status.last(0)}=2&{__Template_Linux_SVR:status.prev(0)}=2
Code:
{test1.internal.net:status.last(0)}=2&{test1.internal.net:status.prev(0)}=2
Code:
{test1.internal.net:status.last(0)}=2&{test1.internal.net:status.prev(0)}=2
I removed the last of the Nagios monitors from my servers at 4:30 PM today.
Comment