Directory Size Plugin
This plugin monitors the size of directories that you specify in the configuration file.
Reported Metrics
- Directory sizes
Configure the plugin
To enable the plugin, edit the /etc/agent360-custom.ini
file and add the following lines with the directories to be monitored:
[dirsize]
enabled = true
dirs=/home,/home/backup,/temp/
Test the plugin
To test the plugin, run the sudo -u agent360 agent360 test dirsize
command.
Now you can restart the agent with the service agent360 restart
command.
Updated 6 months ago