mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[btrfs_device_stats] Document usage of optional warning and critical limits.
This commit is contained in:
parent
0d8f830934
commit
17298912b4
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue