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

[btrfs_device_stats] Document usage of optional warning and critical limits.

This commit is contained in:
HaseHarald 2021-04-11 18:49:30 +02:00 committed by Lars Kruse
parent 0d8f830934
commit 17298912b4

View file

@ -16,6 +16,18 @@ Must be run as root.
[btrfs_device_stats] [btrfs_device_stats]
user root user root
You can optionaly configure the warning and critical limits. By default warning
is set to 1 and critical is not set at all. You can set the limits either for
the entire plugin or per individual metric. The individual values take
precedence over the general ones. See the following example:
[btrfs_device_stats]
user root
env.warning 2
env.critical 4
env.flags_warning 23
env.read_errs_critical 42
=head2 DEFAULT CONFIGURATION =head2 DEFAULT CONFIGURATION
=head1 BUGS =head1 BUGS