Révision c87caf6c
Add licence and more description
| plugins/qpid/qpid_enqueuebytes | ||
|---|---|---|
| 1 | 1 |
#!/usr/bin/env python |
| 2 | 2 |
# |
| 3 | 3 |
# Plugin to monitor Apache Qpid |
| 4 |
# - graph ingest rate (bytes/sec) of queue(s) specified in config |
|
| 4 | 5 |
# |
| 5 | 6 |
# Parameters understood: |
| 6 | 7 |
# |
| 7 | 8 |
# queues (required) - space separated list of queues to display (regex allowed) |
| 8 | 9 |
# |
| 9 | 10 |
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk) |
| 11 |
# |
|
| 12 |
# Licence: GPLv2 |
|
| 13 |
# |
|
| 10 | 14 |
|
| 11 | 15 |
import re |
| 12 | 16 |
import sys |
Formats disponibles : Unified diff