There is a trigger defined in the Template_linux that is configured like so:
Name: Server {HOSTNAME} is unreachable
Expression: {Template_Linux:status.last(0)}=2
All my systems with this Template applied to it are "grey" in the Monitoring / Overview web page. What is this trigger, triggering on?
I am getting data from other checks on the same nodes.
The document reads:
"# Example 7. Server is unreachable.
{zabbix.zabbix.com:status.last(0)}=2
Note:Note ‘status’ is special parameter which is calculated if and only if corresponding host has at least one parameter for monitoring. See description of ‘status’ for more details. "
I can't find any more references detailing the `status` parameter so any pointer will be helpful.
Thanks,
Tader
Name: Server {HOSTNAME} is unreachable
Expression: {Template_Linux:status.last(0)}=2
All my systems with this Template applied to it are "grey" in the Monitoring / Overview web page. What is this trigger, triggering on?
I am getting data from other checks on the same nodes.
The document reads:
"# Example 7. Server is unreachable.
{zabbix.zabbix.com:status.last(0)}=2
Note:Note ‘status’ is special parameter which is calculated if and only if corresponding host has at least one parameter for monitoring. See description of ‘status’ for more details. "
I can't find any more references detailing the `status` parameter so any pointer will be helpful.
Thanks,
Tader
Comment