Hi together,
a cronjob on a server is running every first day of a month at 06:00 am and sending value to zabbix server. I want to trigger an alert if I don't receive the value at this time or day.
Currently I am using the nodata() trigger: cronjob.times.processing.nodata(30d)}=1
It's an item trapper.
How can I configure the trigger to expect a value at every first day of a month at 06:00 or day? The problem with the trigger above is, that a month can have 28 or 31 days.
Hope someone out there that can help.
best regards
Stefano
a cronjob on a server is running every first day of a month at 06:00 am and sending value to zabbix server. I want to trigger an alert if I don't receive the value at this time or day.
Currently I am using the nodata() trigger: cronjob.times.processing.nodata(30d)}=1
It's an item trapper.
How can I configure the trigger to expect a value at every first day of a month at 06:00 or day? The problem with the trigger above is, that a month can have 28 or 31 days.
Hope someone out there that can help.
best regards
Stefano
Comment