Hi all,
I'm having a script that performs a backup. I have it sending to a key with zabbix_sender the following strings:
1) Backup started
2) Backup finished successfully.
If the backup fails for some reason, the script sends to zabbix a message with:
3) Backup finished with a Failure!
I have managed zabbix to fire the trigger when the string contains the word "Failure". What i have not managed yet, is to have zabbix to turn off the trigger when the backup returns the word "success". Now it seems to me that it turns "off" the trigger when the backup starts...
I'm sure this can be done, but i can't figure out yet how this should be done..
Any help is apreciated! :-)
I'm having a script that performs a backup. I have it sending to a key with zabbix_sender the following strings:
1) Backup started
2) Backup finished successfully.
If the backup fails for some reason, the script sends to zabbix a message with:
3) Backup finished with a Failure!
I have managed zabbix to fire the trigger when the string contains the word "Failure". What i have not managed yet, is to have zabbix to turn off the trigger when the backup returns the word "success". Now it seems to me that it turns "off" the trigger when the backup starts...
I'm sure this can be done, but i can't figure out yet how this should be done..
Any help is apreciated! :-)
Comment