I have recently joined a sysadmin team using Zabbix 4.0.23 for monitoring.
There are many items configured with several triggers corresponding to different thresholds for different severities, all with the same name.
For example, the item "backup" measuring how many days ago a...
Search Result
Collapse
3 results in 0.0025 seconds.
Keywords
Members
Tags
-
Multiple triggers on one item
Hi,
I have 2 triggers on one item to get some data about rsync backup.
Here is a little schema :
Zabbix
---machine1|---Item|---rsync_data|---Triggers|---rsync_prob1---machi...---rsync_prob2 -
how to create trigger with multiple conditions
Hi,
I'm new in zabbix and there is a lot of info ( to many for begginer ) about hosts.
I'm monitoring a bunch unix/linux hosts, and would like trigger like this:
cpu_user_time + cpu_system_time > 80%
I know how to create only one expresion:
...