diff --git a/plugins/disk/btrfs_device_stats b/plugins/disk/btrfs_device_stats index 8555c280..c055d119 100755 --- a/plugins/disk/btrfs_device_stats +++ b/plugins/disk/btrfs_device_stats @@ -1,5 +1,39 @@ #!/usr/bin/env python3 -# + + +""" +=pod + +=head1 NAME + +btrfs_device_stats - Script to monitor btrfs device statistics + +=head1 CONFIGURATION + +Simply create a symlink in your plugins directory like with any other plugin. +No configuration needed. + +=head2 DEFAULT CONFIGURATION + +=head1 BUGS + +=head1 AUTHOR + +2019, HaseHarald + +=head1 MAGIC MARKERS + + #%# family=auto + #%# capabilities=autoconf suggest + +=head1 LICENSE + +LGPLv3 + +=cut +""" + + # This file contains a munin-plugin to gather btrfs statistics per device. # # This is free software: you can redistribute it and/or modify diff --git a/plugins/disk/btrfs_device_usage b/plugins/disk/btrfs_device_usage index e7265de8..ab683e0d 100755 --- a/plugins/disk/btrfs_device_usage +++ b/plugins/disk/btrfs_device_usage @@ -1,5 +1,39 @@ #!/usr/bin/env python3 -# + + +""" +=pod + +=head1 NAME + +btrfs_device_usage - Script to monitor usage of btrfs devices + +=head1 CONFIGURATION + +Simply create a symlink in your plugins directory like with any other plugin. +No configuration needed. + +=head2 DEFAULT CONFIGURATION + +=head1 BUGS + +=head1 AUTHOR + +2019, HaseHarald + +=head1 MAGIC MARKERS + + #%# family=auto + #%# capabilities=autoconf suggest + +=head1 LICENSE + +LGPLv3 + +=cut +""" + + # This file contains a munin-plugin to gather btrfs statistics per device. # # This is free software: you can redistribute it and/or modify