1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.
This commit is contained in:
Lars Kruse 2020-10-24 17:28:11 +02:00
parent 384d482fe2
commit 09b88141b3
92 changed files with 556 additions and 388 deletions

View file

@ -13,8 +13,8 @@ btrfs_device_stats - Script to monitor btrfs device statistics
Simply create a symlink in your plugins directory like with any other plugin.
Must be run as root.
[btrfs_device_stats]
user root
[btrfs_device_stats]
user root
=head2 DEFAULT CONFIGURATION

View file

@ -13,8 +13,8 @@ btrfs_device_usage - Script to monitor usage of btrfs devices
Simply create a symlink in your plugins directory like with any other plugin.
Must be run as root.
[btrfs_device_usage]
user root
[btrfs_device_usage]
user root
=head2 DEFAULT CONFIGURATION

View file

@ -8,9 +8,9 @@ btrfs_subvol_usage - Plugin to monitor usage of BTRFS subvolumes
Must be run as root and you have to specify the path to the filesystem
[btrfs_usage]
user root
env.fsroot /path/to/btrfs/filesystem
[btrfs_usage]
user root
env.fsroot /path/to/btrfs/filesystem
=head1 MAGIC MARKERS

View file

@ -8,8 +8,8 @@ ext2 - Wildcard plugin shows ext2/3/4 filesystem information (mount count, last
=head1 CONFIGURATION
[ext2_*]
group disk,floppy
[ext2_*]
group disk,floppy
=head1 AUTHOR

View file

@ -88,7 +88,7 @@ file_age - Monitors the age of files.
Since there is no way for the plugin to guess which files you want monitored, you're going to have to set each file up separately. Put the following in a file in your plugin-conf.d directory.
[file_age]
[file_age]
user root # May not be necessary, depending on which files you want monitored.
env.file1_path /var/log/syslog # Mandatory, complete path to file.