Ad Widget

Collapse

problem with action on zabbix1.4.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sunljhhust
    Junior Member
    • Jun 2007
    • 7

    #1

    problem with action on zabbix1.4.1

    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

    Code:
    #!/bin/sh
    #for test
    
    touch 0000
    but in fact the script was not executed. i don't know what's wrong?

    2. I created a trigger name net_in_lo
    Code:
    {ZABBIX Server:net.if.in[lo,bytes].last(0)}>5500
    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
  • sunljhhust
    Junior Member
    • Jun 2007
    • 7

    #2
    the first problem i solved.
    i didn't specify the location of the file touched.

    Comment

    Working...