Hello
I've an Issue with Actions. I have two Phyton Scripts which are running an red LED which can be OFF or ON. Those are working correctly without any Issue when I'm running them on the Terminal. Inside of Zabbix they are also working. But.
When there is an Issue, BOTH Actions will be triggered. So the LED is going ON and OFF. I don't know why, because based on the CONDITION it can't be run both, because when the Problem happens the Trigger value is PROBLEM and not OK.
Any Ideas?
I've an Issue with Actions. I have two Phyton Scripts which are running an red LED which can be OFF or ON. Those are working correctly without any Issue when I'm running them on the Terminal. Inside of Zabbix they are also working. But.
When there is an Issue, BOTH Actions will be triggered. So the LED is going ON and OFF. I don't know why, because based on the CONDITION it can't be run both, because when the Problem happens the Trigger value is PROBLEM and not OK.
NAME // CONDITIONS // OPERATIONS // STATUS
Report problems to Zabbix administrators 2 // Maintenance status not in maintenance AND Trigger value = PROBLEM // Send message to users: Test (Test User) via LED (Red) // Enabled
Report problems to Zabbix administrators 3 // Maintenance status not in maintenance AND Trigger value = OK
// Send message to users: Test (Test User) via LED (Off) // Enabled
Report problems to Zabbix administrators 2 // Maintenance status not in maintenance AND Trigger value = PROBLEM // Send message to users: Test (Test User) via LED (Red) // Enabled
Report problems to Zabbix administrators 3 // Maintenance status not in maintenance AND Trigger value = OK
// Send message to users: Test (Test User) via LED (Off) // Enabled