Révision c6f88968
Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
| plugins/mongodb/mongo_lock | ||
|---|---|---|
| 1 | 1 |
#!/usr/bin/env python |
| 2 | 2 |
""" |
| 3 | 3 |
=head1 NAME |
| 4 |
MongoDB lock Plugin |
|
| 4 |
|
|
| 5 |
mongo_lock - MongoDB lock Plugin |
|
| 5 | 6 |
|
| 6 | 7 |
=head1 APPLICABLE SYSTEMS |
| 7 | 8 |
|
| 8 |
MongoDB 2.X. The "lockTime" field was removed in later versions.
|
|
| 9 |
MongoDB 2.X. The "lockTime" field was removed in later versions. |
|
| 9 | 10 |
|
| 10 | 11 |
=head1 CONFIGURATION |
| 11 | 12 |
|
| ... | ... | |
| 14 | 15 |
|
| 15 | 16 |
=head1 AUTHOR |
| 16 | 17 |
|
| 17 |
Original script there : https://github.com/comerford/mongo-munin |
|
| 18 |
Doc added by Alban Espie-Guillon <alban.espie@alterway.fr> |
|
| 18 |
Original script there : https://github.com/comerford/mongo-munin |
|
| 19 |
|
|
| 20 |
Doc added by Alban Espie-Guillon <alban.espie@alterway.fr> |
|
| 21 |
|
|
| 22 |
=cut |
|
| 19 | 23 |
""" |
| 20 | 24 |
|
| 21 | 25 |
import urllib2 |
Formats disponibles : Unified diff