nobody43 / zabbix-mini-IPMI

Disk and CPU temperature monitoring for Linux, FreeBSD and Windows. LLD, trapper.
The Unlicense
91 stars 27 forks source link

Cpu temp shows double #60

Closed killmasta93 closed 4 years ago

killmasta93 commented 4 years ago

Hi, Currently after updating the new template, getting to show double CPU not sure why? Also on the older template it would alert me the temperature that it was at currently only alert me saying its over 65 C and not showing the alert on the temperature that it is at Thank you image

nobody43 commented 4 years ago

Global trigger is disabled by default in the template: https://github.com/nobodysu/zabbix-mini-IPMI/blob/master/Template_mini-IPMI_v2.xml#L3279

killmasta93 commented 4 years ago

thanks for the quick reply, so this is the reason im not getting the current temperature of the alert? and what about the double CPU alert?

nobody43 commented 4 years ago

Just disable CPU temperature is too high in the template.

Last value in trigger name is moved to comments because it's a bad practice and can mess up triggers in latest versions of zabbix.

killmasta93 commented 4 years ago

So i would disable one of the cpu temperature is too high, but there is two image

image

nobody43 commented 4 years ago

First one.

killmasta93 commented 4 years ago

thank you that did the trick so the alert of the current temperature not possible? or can i enable it on the template?

nobody43 commented 4 years ago

You could, but it's strongly discouraged - it could break reporting for these problems. Now last value is hidden in problem details.