Hi,
So I installed lm_sensors on my clients. This is my output for sensors:
Then I inserted into /etc/zabbix/zabbix_agentd.conf
But I am confused about what to do next. How do I make server start logging some of these values? Do I need to create something on server?
Anyone else using lm_sensors, can you tell me if my formatting looks correct?
Thanks.
So I installed lm_sensors on my clients. This is my output for sensors:
Code:
[root@paulorv ~]# sensors k8temp-pci-00cb Adapter: PCI adapter Core0 Temp: +47.0°C Core1 Temp: +46.0°C k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: +47.0°C Core1 Temp: +50.0°C
Code:
UserParameter=sensor.temp1,sensors | grep CPU0 | cut -c14-16 UserParameter=sensor.temp2,sensors | grep CPU1 | cut -c14-16 UserParameter=sensor.temp3,sensors | grep CPU2 | cut -c14-16 UserParameter=sensor.temp4,sensors | grep CPU3 | cut -c14-16
Anyone else using lm_sensors, can you tell me if my formatting looks correct?
Thanks.


Comment