mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Add perldoc-style header.
This commit is contained in:
parent
bffbc23a4e
commit
6f0e91f850
2 changed files with 70 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue