Heja there,
we're on Zabbix 5.0.9 here. We have an item (systemd service state, string) every 5m incoming through active Zabbix-Agents. Currently we also have a preprocessing step to discard values with an heartbeat of 1h. That's the working facts.
My question now:
How would following trigger react on data:
{Template - Systemd:systemd.service[{#SERVICEID},substate].str(running,#2)}=0
So I want that the trigger is fired only if the last two results were NOT running. My guess is now, with the discard pre-pro-step for an hour, this would only fire if the results for the last two hours is not "running", or am I wrong?
So are Trigger accessing the saved values or some value-cache where the last 5m and 10m values are also stored?
we're on Zabbix 5.0.9 here. We have an item (systemd service state, string) every 5m incoming through active Zabbix-Agents. Currently we also have a preprocessing step to discard values with an heartbeat of 1h. That's the working facts.
My question now:
How would following trigger react on data:
{Template - Systemd:systemd.service[{#SERVICEID},substate].str(running,#2)}=0
So I want that the trigger is fired only if the last two results were NOT running. My guess is now, with the discard pre-pro-step for an hour, this would only fire if the results for the last two hours is not "running", or am I wrong?
So are Trigger accessing the saved values or some value-cache where the last 5m and 10m values are also stored?