Disk Usage Plugin
The default plugin is designed to monitor and report disk usage on a system. It provides detailed information about disk space usage, helping users manage their storage efficiently.
Ignored partitions in the default configuration:
['/loop', '/snap', 'squashfs', 'cagefs-skeleton']
The plugin is enabled in the main config file /etc/agent360.ini
.
Reported Metrics
- Total Disk Space: The total amount of disk space available.
- Used Disk Space: The amount of disk space currently in use.
- Free Disk Space: The amount of disk space that is still available.
- Usage Percentage: The percentage of disk space that is used.
Configure the plugin
Additional ignored partitions could be set up in /etc/agent360-custom.ini
since agent360
version 1.3.2.
Edit the file, adding the following lines with the directories to be ignored:
[diskusage]
enabled = true
exclude = /dev/loop,/dev/snap,/squashfs,/cagefs-skeleton
Updated about 22 hours ago