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