Hello,
I just installed Zabbix 1.1beta8 for testing Monitoring via SNMP.
The monitoring works fine, the data are updated and graphic also shown well.
Now I want to inform myself, if something goes wrong.
So I created a Trigger:
This trigger works fine. It is true if the load on my Testserver ist over 1.00.
Now I configured an Action:
And this does not work. It don't send a message.
What have I to do? The Manual or other Help does not really helped me.
Sunny Greetings...
I just installed Zabbix 1.1beta8 for testing Monitoring via SNMP.
The monitoring works fine, the data are updated and graphic also shown well.
Now I want to inform myself, if something goes wrong.
So I created a Trigger:
Code:
Name: TestTrigger
Expression: {Host.SNMP:laLoad1.last(0)}>1.00
No Deps.
Severity: Information
Comments: Load is over 1 on {HOSTNAME}
No URL
And its enabled
Now I configured an Action:
Code:
Action Type: Send message
Source: Trigger
Conditions: Trigger = "TestTrigger" and Trigger value = ON
Delay: 30 secs
Send Message to Group: Networker (where I am in)
Subject: {TRIGGER.NAME}: {STATUS}
Message: {TRIGGER.NAME}: {STATUS}
No Repeats and Enabled
What have I to do? The Manual or other Help does not really helped me.
Sunny Greetings...

Comment