mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
This commit is contained in:
parent
743395a605
commit
c6f88968d1
20 changed files with 198 additions and 142 deletions
|
@ -1,11 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
"""
|
||||
=head1 NAME
|
||||
MongoDB btree Plugin
|
||||
|
||||
mongo_btree - MongoDB btree Plugin
|
||||
|
||||
=head1 APPLICABLE SYSTEMS
|
||||
|
||||
Works until MongoDB 2.7. The "indexCounters" field was removed in 2.8 version.
|
||||
Works until MongoDB 2.7. The "indexCounters" field was removed in 2.8 version.
|
||||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
|
@ -14,8 +15,11 @@
|
|||
|
||||
=head1 AUTHOR
|
||||
|
||||
Original script there : https://github.com/comerford/mongo-munin
|
||||
Doc added by Alban Espie-Guillon <alban.espie@alterway.fr>
|
||||
Original script there : https://github.com/comerford/mongo-munin
|
||||
|
||||
Doc added by Alban Espie-Guillon <alban.espie@alterway.fr>
|
||||
|
||||
=cut
|
||||
"""
|
||||
|
||||
import urllib2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue