Hello.
Zabbix 1.4.4 has a bug in overview screen, that manifests itself when there are multiple triggers of the same name defined under one hosts. For example: if we have two triggers defined for free space on /home: "warning" on less than 10% and "high" on less than 5%, zabbix won't always show the correct state.
The attached patch ensures that the highest severity "true" trigger always overrides the other ones.
Zabbix 1.4.4 has a bug in overview screen, that manifests itself when there are multiple triggers of the same name defined under one hosts. For example: if we have two triggers defined for free space on /home: "warning" on less than 10% and "high" on less than 5%, zabbix won't always show the correct state.
The attached patch ensures that the highest severity "true" trigger always overrides the other ones.
Comment