hello,all
I have two problems.
1. in monitoring=>actions, there were a few actions and the status of some
was sent(the media_type is script). the script is
but in fact the script was not executed. i don't know what's wrong?
2. I created a trigger name net_in_lo
i also create a action. when the data is above 5500, exectue the action.
In reports=>most busy triggers top 100, the Number of status changes of this riggers was 14. but in monitoring=>actions, no actions about this trigger.
what i expect is, only if the data is above 5500, exectue the action. Am i missing something? What can i do to achieve this? Any help?
thanks
I have two problems.
1. in monitoring=>actions, there were a few actions and the status of some
was sent(the media_type is script). the script is
Code:
#!/bin/sh #for test touch 0000
2. I created a trigger name net_in_lo
Code:
{ZABBIX Server:net.if.in[lo,bytes].last(0)}>5500
In reports=>most busy triggers top 100, the Number of status changes of this riggers was 14. but in monitoring=>actions, no actions about this trigger.
what i expect is, only if the data is above 5500, exectue the action. Am i missing something? What can i do to achieve this? Any help?
thanks
Comment