mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Add licence and more description
This commit is contained in:
parent
7a96e90571
commit
c87caf6cd7
5 changed files with 20 additions and 0 deletions
|
@ -1,12 +1,16 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Plugin to monitor Apache Qpid
|
# Plugin to monitor Apache Qpid
|
||||||
|
# - graphs the number of outstanding bytes on queue(s) specified in config
|
||||||
#
|
#
|
||||||
# Parameters understood:
|
# Parameters understood:
|
||||||
#
|
#
|
||||||
# queues (required) - space separated list of queues to display (regex allowed)
|
# queues (required) - space separated list of queues to display (regex allowed)
|
||||||
#
|
#
|
||||||
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
||||||
|
#
|
||||||
|
# Licence: GPLv2
|
||||||
|
#
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Plugin to monitor Apache Qpid
|
# Plugin to monitor Apache Qpid
|
||||||
|
# - graphs the number of messages discarded from queue(s) specified in config
|
||||||
#
|
#
|
||||||
# Parameters understood:
|
# Parameters understood:
|
||||||
#
|
#
|
||||||
# queues (required) - space separated list of queues to display (regex allowed)
|
# queues (required) - space separated list of queues to display (regex allowed)
|
||||||
#
|
#
|
||||||
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
||||||
|
#
|
||||||
|
# Licence: GPLv2
|
||||||
|
#
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Plugin to monitor Apache Qpid
|
# Plugin to monitor Apache Qpid
|
||||||
|
# - graph ingest rate (bytes/sec) of queue(s) specified in config
|
||||||
#
|
#
|
||||||
# Parameters understood:
|
# Parameters understood:
|
||||||
#
|
#
|
||||||
# queues (required) - space separated list of queues to display (regex allowed)
|
# queues (required) - space separated list of queues to display (regex allowed)
|
||||||
#
|
#
|
||||||
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
||||||
|
#
|
||||||
|
# Licence: GPLv2
|
||||||
|
#
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Plugin to monitor Apache Qpid
|
# Plugin to monitor Apache Qpid
|
||||||
|
# - graphs ingest rate (messages/sec) of queue(s) specified in config
|
||||||
#
|
#
|
||||||
# Parameters understood:
|
# Parameters understood:
|
||||||
#
|
#
|
||||||
# queues (required) - space separated list of queues to display (regex allowed)
|
# queues (required) - space separated list of queues to display (regex allowed)
|
||||||
#
|
#
|
||||||
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
||||||
|
#
|
||||||
|
# Licence: GPLv2
|
||||||
|
#
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Plugin to monitor Apache Qpid
|
# Plugin to monitor Apache Qpid
|
||||||
|
# - graphs the number of outstanding messages on queue(s) specified in config
|
||||||
#
|
#
|
||||||
# Parameters understood:
|
# Parameters understood:
|
||||||
#
|
#
|
||||||
# queues (required) - space separated list of queues to display (regex allowed)
|
# queues (required) - space separated list of queues to display (regex allowed)
|
||||||
#
|
#
|
||||||
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
# Made by Jimmy Jones (jimmyjones2 AT gmx DOT co DOT uk)
|
||||||
|
#
|
||||||
|
# Licence: GPLv2
|
||||||
|
#
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue