Hello Community
I am monitoring disk usage with zabbix in my linux server.
I have got a 2 triggers.
If the usage > 80 and usage >90
For example disk usage yesterday %81 and trigger running its okay >80
Today disk usage %92 and the trigger >90 okay
but i just want to display only one trigger >90 how can i close the other trigger (>80) if the disk usage grather than %90 ?
That's mean the %80 trigger automaticly clossing when the the disk usaged >%90. And the zabbix display only one trigger %90.
I am monitoring disk usage with zabbix in my linux server.
I have got a 2 triggers.
If the usage > 80 and usage >90
For example disk usage yesterday %81 and trigger running its okay >80
Today disk usage %92 and the trigger >90 okay
but i just want to display only one trigger >90 how can i close the other trigger (>80) if the disk usage grather than %90 ?
That's mean the %80 trigger automaticly clossing when the the disk usaged >%90. And the zabbix display only one trigger %90.
Setting recovery to 95 for example, will delay deactivation, until that value drops below 95...
Comment