Hi, I have a monitored Item..
Incoming traffic on interface eth0 : net.if.in[eth0,bytes]
And I have a tigger for this:
Mucho trafico de Entrada en eth0 : (ServidorZABBIX:net.if.in[eth0,bytes].min(120))>2K
The action for this tigger is:
Name: Trafico Alto
Event SourcE: Trigger
Type of calculation: AND/OR
Conditions:Trigger = "Mucho trafico de Entrada en eth0"
Trigger severity = "Information"
Trigger value = "TRUE"
Operation:
Remote command
ServidorZABBIX:cat 0 > /tmp/Error
I did this for test; so when I start to download a file the trigger fired!!
But I dont have any actions... I dont know what could be wrong...
Incoming traffic on interface eth0 : net.if.in[eth0,bytes]
And I have a tigger for this:
Mucho trafico de Entrada en eth0 : (ServidorZABBIX:net.if.in[eth0,bytes].min(120))>2K
The action for this tigger is:
Name: Trafico Alto
Event SourcE: Trigger
Type of calculation: AND/OR
Conditions:Trigger = "Mucho trafico de Entrada en eth0"
Trigger severity = "Information"
Trigger value = "TRUE"
Operation:
Remote command
ServidorZABBIX:cat 0 > /tmp/Error
I did this for test; so when I start to download a file the trigger fired!!
But I dont have any actions... I dont know what could be wrong...
Comment