1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Add perldoc-style header.

This commit is contained in:
HaseHarald 2020-08-25 20:21:19 +02:00
parent bffbc23a4e
commit 6f0e91f850
2 changed files with 70 additions and 2 deletions

View file

@ -1,5 +1,39 @@
#!/usr/bin/env python3 #!/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 file contains a munin-plugin to gather btrfs statistics per device.
# #
# This is free software: you can redistribute it and/or modify # This is free software: you can redistribute it and/or modify

View file

@ -1,5 +1,39 @@
#!/usr/bin/env python3 #!/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 file contains a munin-plugin to gather btrfs statistics per device.
# #
# This is free software: you can redistribute it and/or modify # This is free software: you can redistribute it and/or modify