Dear all,
I have some triggers monitoring parameters like, CPU, RAM, SWAP, DISK, ETHs from 4 types of server: Solaris, Linux, Windows and Switches.
I know that my triggers work because I see their reports by clicking at "Reports/Most busy Trigger Top 100". I have a e-mail alert Action for each alarm, it sends me an email whenever a certain alarm is TRUE (Alarm Value=ON). The problem is that I only received Disk alerts from one single machine, even if other machines have different alarms like disk, cpu, ram and so on.
I don't know what can be that, for me the most impressive think is that i have many machines with disk alarms, and my disk alarms are all centered at on single Trigger, even though I only receive disk alerm from one single machine. How is that possible ? All my triggers are like this (cpu, ram, etc, with their proper trigger description):
Condition:
Host group = "Windows Servers"
Trigger description like "Windows Disk"
Trigger value = "ON"
Send Messages to
Zabbix administrators
Subject
{TRIGGER.NAME} on Server {HOSTNAME}
Repeats
10
Status
Enabled
[]'s
I have some triggers monitoring parameters like, CPU, RAM, SWAP, DISK, ETHs from 4 types of server: Solaris, Linux, Windows and Switches.
I know that my triggers work because I see their reports by clicking at "Reports/Most busy Trigger Top 100". I have a e-mail alert Action for each alarm, it sends me an email whenever a certain alarm is TRUE (Alarm Value=ON). The problem is that I only received Disk alerts from one single machine, even if other machines have different alarms like disk, cpu, ram and so on.
I don't know what can be that, for me the most impressive think is that i have many machines with disk alarms, and my disk alarms are all centered at on single Trigger, even though I only receive disk alerm from one single machine. How is that possible ? All my triggers are like this (cpu, ram, etc, with their proper trigger description):
Condition:
Host group = "Windows Servers"
Trigger description like "Windows Disk"
Trigger value = "ON"
Send Messages to
Zabbix administrators
Subject
{TRIGGER.NAME} on Server {HOSTNAME}
Repeats
10
Status
Enabled
[]'s
?) a zabbix expert but if you switch logging to Debug level, you'll have more info on how things are evaluated. But beware zabbix is really verbose in this mode.
Comment