CPU Temperature Plugin
This plugin monitors the CPU temperature of the device.
CPU Temperature is available currently only on Linux bare metal servers (not on virtual servers).
Dependencies
To allow this plugin to access your server, add the following line to your /etc/sudoers
file:
agent360 ALL=(ALL) NOPASSWD: /usr/sbin/kamctl
Configure the plugin
To enable the plugin, edit the /etc/agent360-custom.ini
file and add the following lines:
[temp]
enabled = yes
Test the plugin
To test this plugin, run the sudo -u agent360 agent360 test temp
command.
Now you can restart the agent with the service agent360 restart
command.
Updated 6 months ago