Hi,
Running Zabbix 1.8.3 on Solaris 10
I use only 1 trigger action without any conditions. AFAIK, upon any problem triggering, would activate this action which on its turn should run a message alert for a specific user. This user has r/w access to all hosts and hostgroups

I noticed that for some events -so far no pattern- the alert is not run.
Eg. here is an event generated for one of my own metrics:

As far as I can see, this should match, no?
In the audit log for actions nothing shows up; running the server in debug mode yields this:
Before I disable NTP service on the client
22444:20101122:140401.492 In evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)')
22444:20101122:140401.493 End of evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)',value:'0'):SUCCEED
After I disabled the service on the client
25690:20101122:140859.701 In evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)')
25690:20101122:140859.703 End of evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)',value:'1'):SUCCEED
However no trace of message alerts
Any pointers where to look further or what I am overlooking?
Gregory
Running Zabbix 1.8.3 on Solaris 10
I use only 1 trigger action without any conditions. AFAIK, upon any problem triggering, would activate this action which on its turn should run a message alert for a specific user. This user has r/w access to all hosts and hostgroups
I noticed that for some events -so far no pattern- the alert is not run.
Eg. here is an event generated for one of my own metrics:
As far as I can see, this should match, no?
In the audit log for actions nothing shows up; running the server in debug mode yields this:
Before I disable NTP service on the client
22444:20101122:140401.492 In evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)')
22444:20101122:140401.493 End of evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)',value:'0'):SUCCEED
After I disabled the service on the client
25690:20101122:140859.701 In evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)')
25690:20101122:140859.703 End of evaluate_function('pomerol:user.ntp.status.str(PRO BLEM)',value:'1'):SUCCEED
However no trace of message alerts
Any pointers where to look further or what I am overlooking?
Gregory
Comment