2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

3100 Commits

Author SHA1 Message Date
Samuel Cantero
0a5f6adf2c Docker Plugin
Ignore containers in weird state.
2016-01-04 22:42:47 -03:00
Stig Sandbeck Mathisen
6fe1fcbc69 Merge pull request #681 from benpro/master
Support for Debian Jessie.
2015-12-27 16:06:40 +01:00
Artem Sheremet
99a42cafd6 Add "process links" graph to ejabberd_resources 2015-12-18 11:34:10 +01:00
Steve Schnepp
69534a70d0 Merge pull request #679 from ki0/master
Remove old params
2015-12-15 21:32:05 +01:00
Fran Rodriguez
b1f8b9f03e Remove old params 2015-12-15 14:55:30 +01:00
Johann Schmitz
0c7bdc92c4
Added instance name for gunicorn_status plugin if linked as gunicorn_status_INSTANCE or gunicorn_INSTANCE_status 2015-12-02 06:35:24 +01:00
Johann Schmitz
7d58abe5c5
Added instance name for gunicorn_memory_status plugin if linked as gunicorn_memory_status_INSTANCE or gunicorn_INSTANCE_memory_status 2015-12-02 06:31:52 +01:00
Steve Schnepp
c301832032 Merge pull request #625 from steveschnepp/1sec
Adding 1sec system plugins C for linux
2015-11-19 13:42:50 +01:00
Stig Sandbeck Mathisen
8ad9d23584 Merge pull request #676 from strg-at/master
munin plugin for BalanceNG
2015-11-17 15:53:07 +01:00
Rhonda D'Vine
66fd4a05ef munin plugin for BalanceNG
The script fetches the data from bng's SNMP interface and thus dynamicly
adapts to bng's configuration.  This means that no further configuration
is needed after enabling the plugin.
2015-11-17 14:16:02 +01:00
Stig Sandbeck Mathisen
844229bbc5 Merge pull request #667 from sumpfralle/streaming-icecast-stats
streaming: add configurable icecast2 plugin
2015-11-11 09:22:59 +01:00
Raphaël Droz
0c18fb5046 memory_by_process: try to be smarted about labels and cleanup field names more deeply 2015-11-09 21:54:18 -03:00
Lars Kruse
6243541d65 streaming: add configurable icecast2 plugin
This icecast plugin captures a set of data similar to the "icecast2_"
and "icecast2_all" plugin. Sadly both are not configurable (manual
changes are required for target host and access credentials).
Additionally they use the rather old-fashioned (and password restricted)
xml status output.

This new plugin "icecast2_stats" (written from scratch) contains the
following notable differences:
 * runs with Python 3
 * supports a real "autoconf" and "suggest" interface
 * is configurable (target host and port) via environment settings
 * uses the json status output instead of the xml data
 * contains no hard-coded values, names or patterns
2015-11-10 00:31:54 +01:00
Valur Hrafn Einarsson
0f53bf5f0d varnish4_: Remove extra linebreaks 2015-11-09 10:27:59 +00:00
Valur Hrafn Einarsson
0cb53cdbd3 varnish4_: Varnish 4.1 compatibiltiy 2015-11-09 10:24:04 +00:00
Stig Sandbeck Mathisen
0c20909aba Merge pull request #658 from scanterog/master
Add Docker plugins
2015-11-07 11:16:45 +01:00
Stig Sandbeck Mathisen
9b0c3d69c7 Merge pull request #669 from sumpfralle/tests-python3
tests: test compiling with python3 if given as shebang interpreter
2015-11-01 09:03:47 +01:00
Lars Kruse
702db510b6 add "python3" to the travis environment 2015-10-30 20:53:20 +01:00
Lars Kruse
d1a8965b5a tests: test compiling with python3 if given as shebang interpreter
Currently plugins fail to compile if they use Python 3 syntax features,
even though they use a correct shebang.
2015-10-30 06:09:12 +01:00
Lars Kruse
612ebf5ae9 safely hide the python code part from shell parsers
This works around a syntax warning emitted by the continuous integration
tool.
This commit encloses the python part of the hybrid shell / python script
within a "here" document.
2015-10-30 05:57:24 +01:00
Lars Kruse
14ff36a31c hide the python code part from shell parsers
This works around a syntax warning of the continuous integration system.
The cause of this warning could have never triggered anyway.
This commit encloses the whole python code safely in a "here" document.
2015-10-30 05:23:46 +01:00
Lars Kruse
3509d2a6ed remove python 2 compatibility due to widespread use of "yield from" 2015-10-30 05:23:16 +01:00
Lars Kruse
ec55d6cce2 new network plugin added: ath9k
Collect information related to ath9k wireless events and states.
 * rate control statistics ("rc_stats")
 * events (dropped, transmitted, beacon loss, ...)
 * traffic (packets, bytes)

All data is collected for each separate station (in case of multiple
connected peers). Combined graphs are provided as a summary.
2015-10-30 05:21:10 +01:00
Lars Kruse
1c281c61d9 new network plugin added: olsrd
Collect basic information about the neighbours of an OLSR node:
 * link quality
 * neighbour link quality
 * number of nodes reachable behind each neighbour
 * ping times of direct neighbours

OLSR is a routing protocol (layer 3).
2015-10-29 04:04:59 +01:00
Lars Kruse
4de0ceb073 new network plugin added: wireless_channel_occupation
This plugin tracks the occupation of the shared medium (wifi channel).
It uses the "iw" tool for extracting the time slices spent by
the wireless driver receiving, transmitting or ignoring (noise) on the
current channel. This ratio is a good indication for the remaining
capacity of the shared communication medium.
2015-10-29 04:03:52 +01:00
Babak Farrokhi
1724ae2504 - Fix matching table names that include "-" charachter
- Fix drawing graph for inout graphs
2015-10-28 14:42:10 +03:30
Kenyon Ralph
67b0241e90 Merge pull request #661 from lr1980/master
Update zfs-filesystem-graph: using env
2015-10-27 11:56:17 -07:00
Lutz Reinhardt
90c4727a61 Update zfs-filesystem-graph: using env
with env the script is running with linux and bsd
2015-10-27 19:28:42 +01:00
Kenyon Ralph
09f85f64a1 Merge pull request #650 from lduchosal/master
pf_tables : Munin plugin to monitor pf tables.
2015-10-27 11:09:59 -07:00
Kenyon Ralph
4c6dc3b0f1 Merge pull request #649 from stimpy23/master
Updated to v0.2
2015-10-27 11:07:55 -07:00
Kenyon Ralph
03aa3e1f37 Merge pull request #655 from drzraf/patch-1
Ability to configure Apache access_log field number
2015-10-27 11:05:54 -07:00
Kenyon Ralph
884c03b736 Merge pull request #654 from obma/p-openweather_-add_api_key
p: openweather_: Add OpenWeather API Key
2015-10-27 11:02:50 -07:00
Samuel Cantero
ae03bc6fb8 Docker plugin
Fix autoconf support
2015-10-25 18:04:02 -03:00
Samuel Cantero
6de1145610 Add Docker plugins
Docker plugins for:
- Monitor container CPU usage
- Monitor memory CPU usage
2015-10-22 15:37:24 -03:00
Raphaël Droz
2a776fa560 Update apache_average_time_last_n_requests 2015-10-16 00:24:20 -03:00
Raphaël Droz
22292022bc Ability to configure Apache access_log field number 2015-10-16 00:19:07 -03:00
obma
f07be516b7 p: openweather_: Add OpenWeather API Key
OpenWeather needs you to use an API key since Oct 9 2015. Therefore I added env.apikey.
To get a key just register at OpenWeather.
2015-10-13 17:48:04 +02:00
Takuya Matsuyama
68d23cce86 Fix bug where can't read lock ratio 2015-10-09 22:10:39 +09:00
András Korn
a6ea4c428c Add zsh syntax check to test.t 2015-09-26 17:25:54 +02:00
lduchosal
51b962245a Wildcard-plugin to monitor arp on interfaces on BSD 2015-09-24 08:35:44 +02:00
lduchosal
d153fc8a4f pf_tables : Munin plugin to monitor pf tables.
Inout: bandwidth usage for table
Addresses: number of entries in table
2015-09-24 08:07:18 +02:00
stimpy23
12ee36319e Updated to v0.2
Updated to match the outputs of current ice- and shoutcast versions...
2015-09-22 12:33:13 +02:00
András Korn
c9e77c391a * Switch to zsh (used to be bash)
* Fix to remove dots from vserver names (replace them with underscores;
   dots confuse munin)
 * Drop support for old (pre 2.6.19) kernels
 * Replace cat | grep | cut pipelines with a single sed each
 * Add env.stripdomain (a domain name to strip from the end of vserver names
   when generating labels; be sure to include the leading dot)
2015-09-20 20:15:53 +02:00
Stig Sandbeck Mathisen
b02fe4e8e7 Merge pull request #647 from jmdh/jenkins_fixes
Jenkins fixes
2015-09-11 09:54:03 +02:00
Dominic Hargreaves
3e70ec3803 jenkins_: Accumulate build result counts correctly
The previous behaviour ignored initial statuses other than blue, yellow,
red, disabled
2015-09-10 16:48:05 +01:00
Dominic Hargreaves
8ad8e1b9e2 jenkins_: Add a missing mapping for notbuilt 2015-09-10 16:48:00 +01:00
Dominic Hargreaves
b2080e1178 jenkins_: Fix uninitialized values warning with unmapped states 2015-09-10 16:47:57 +01:00
Dominic Hargreaves
cf88bc6c41 jenkins_: Reformat status mapping for better readability 2015-09-10 16:47:50 +01:00
Stig Sandbeck Mathisen
b78552673e Merge pull request #644 from lynix/master
add postfix-policyd-spf-python plugin
2015-09-06 12:46:25 +02:00
Alexander Koch
ecad9659fc postfix-policyd-spf-python: add license statement 2015-09-04 20:38:55 +02:00