Monitoring CPU Temperature
CPU Temperature is available currently only on Linux bare metal servers (not on virtual servers).
To test this plugin run sudo -u nixstats nixstatsagent test temp
. This should return temperature for all available sensors on the server.
Enable the plugin by editing /etc/nixstats.ini
add:
[temp]
enabled = yes
Now run service nixstatsagent restart
to apply the changes.
Updated on: 06/08/2019
Thank you!