Hi,
I made a script to monitor temperature on my server.
I have configured the agent and when I test from the server the agent is ok :
I have created an item :
I have created an trigger :
But I have an unknow value in the overview and no value in graph.
Do you have a idea ?
Regards
I made a script to monitor temperature on my server.
Code:
UserParameter=sensor,sudo /usr/local/bin/sensors | grep temp1 | cut -c15-16
Code:
# zabbix_get -s arthus.xxxx.lan -k 'sensor' 68
Code:
Description : Temperature on $1 in degree Key : sensor
Code:
Name : Temperature is too high on {HOSTNAME}
Expression : {arthus.xxxx.lan:sensor.last(0)}>70
Do you have a idea ?
Regards
Comment