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

241 Commits

Author SHA1 Message Date
Samuel Smith
381101d222 Ignore sfq child classes.
Normal rate monitoring should be preformed on parent HTB classes/queues.

SFQ classes are dynamically allocated (as queues fill) and given random names and this messes up charts.
2016-01-14 21:14:40 -06: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
09f85f64a1 Merge pull request #650 from lduchosal/master
pf_tables : Munin plugin to monitor pf tables.
2015-10-27 11:09:59 -07: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
Paul Saunders
5c671ba157 zenus_: Let's try fixing that compilation error again 2015-07-20 11:03:25 +01:00
Paul Saunders
73c0ad7797 zenus_: Correct compilation errors when Logger not available 2015-07-20 10:46:58 +01:00
Paul Saunders
fe2707654f zenus_: Handle "unlimited" accounts 2015-07-20 10:35:43 +01:00
Samuel Smith
ab215a5436 Add autoconf support 2015-05-25 16:08:34 -05:00
Samuel Smith
98afc91e34 Add modem-nvg510
Tracks most stats reported from NVG510 DSL modems
2015-05-23 12:19:47 -05:00
Steve Schnepp
1c9ed0d94b Merge pull request #598 from dotdoom/upstream
Update jabber/network plugins
2015-03-12 22:11:29 +01:00
Mike O'Driscoll
78bb6f750b Removing erroneous line from mtr output.
Newer versions of mtr outputs a "Start: <date here>" line which would be
picked up and incorrectly graphed in munin. Adding an additional inverse grep
field to remove this extra line if it is present. Also added case insensitive
flag to the grep.
2015-03-11 11:10:01 -04:00
Artem Sheremet
01ae710b24 Fix logic of ping plugin default behavior (-w 2) 2015-03-11 12:25:20 +01:00
Stig Sandbeck Mathisen
cb9544f409 Merge pull request #566 from laserb/master
modified data_url for firmware >= 6.20
2015-03-06 11:16:04 +01:00
Stig Sandbeck Mathisen
a70f7e48b2 Merge pull request #553 from vlajos/typofixes-vlajos-20141204
typofixes - https://github.com/vlajos/misspell_fixer
2015-03-02 23:11:18 +01:00
Veres Lajos
fba800ae52 typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00:00
Pierre Schweitzer
14d5c7ef72 Fix percent graph generation for weekly & monthly views 2015-01-26 17:23:36 +01:00
Pierre Schweitzer
ee35f9be36 Fix a typo in IPv6 handling which was actually leading to totally ignore IPv4 traffic. 2015-01-26 10:17:12 +01:00
Pierre Schweitzer
acb1dfb0a4 Use MUNIN_STATEFILE env variable to support multiple masters instead of own made.
Suggested by Steve Schnepp
2015-01-22 10:46:21 +01:00
Pierre Schweitzer
be7d3f8249 Fix regexp in case iptables returns huge numbers. It may not have spaces at the begin of the line.
Make use of state file so that the plugin doesn't show an increasing jauge, but a current network usage
2015-01-21 18:16:27 +01:00
Raphael Freudiger
d0b57b8f9f modified data_url for firmware >= 6.20 2015-01-02 16:26:49 +01:00
Stig Sandbeck Mathisen
ff4c91acb8 Place "use threads" within "eval" to make it pass syntax checks on travis-ci 2014-10-05 20:38:16 +02:00
Stig Sandbeck Mathisen
cd6dafa842 Rewrite hard-to-read shell oneliner 2014-10-05 14:41:16 +02:00
Stig Sandbeck Mathisen
6281364b67 use "trap" to remove temporary file 2014-10-05 14:40:19 +02:00
Stig Sandbeck Mathisen
e586cd5cb4 remove "-rauto_gem" from hashbang 2014-10-05 12:56:45 +02:00
Stig Sandbeck Mathisen
abe9f3b6ee Use UNIX line breaks 2014-10-04 21:45:45 +02:00
Stig Sandbeck Mathisen
977d987f35 Use /bin/bash as interpreter, and store with UNIX line breaks 2014-10-04 21:44:29 +02:00
Stig Sandbeck Mathisen
0463ac1060 Set /bin/bash as interpreter for bash script 2014-10-04 20:03:03 +02:00
Stig Sandbeck Mathisen
047358a0bc Use sh "=" comparison, instead of bash "==" 2014-10-04 20:02:19 +02:00
Stig Sandbeck Mathisen
ae84b39f3b Use /bin/bash for bash script
("echo -en" is a bash feature)
2014-10-04 20:01:25 +02:00
Stig Sandbeck Mathisen
41fedbb267 Use /bin/bash for bash script, and save with UNIX line breaks 2014-10-04 19:59:02 +02:00
Stig Sandbeck Mathisen
685a58d863 Use /bin/bash on bash script 2014-10-04 19:57:39 +02:00
Stig Sandbeck Mathisen
b8d75e80e8 Use UNIX line breaks 2014-10-04 19:56:19 +02:00
Stig Sandbeck Mathisen
614b043a32 Set /bin/bash as interpreter on bash script 2014-10-04 19:54:23 +02:00
Kenyon Ralph
450925ad07 Merge pull request #523 from someuser89/master
network – arp_
2014-09-24 14:01:22 -07:00
Martin Ness
3f0845af2b arp_ well-sorted 2014-09-24 05:03:30 +02:00
Steve Schnepp
4ebcba78a2 Merge pull request #506 from McKay1717/master
Add Bandwidth Test whith a file on a reference server in OVH network
2014-09-17 09:46:33 +02:00
Steve Schnepp
9720e93db0 Merge pull request #501 from tdumitrescu/proc-netstat
proc/net/netstat plugin
2014-09-17 09:26:14 +02:00
Steve Schnepp
3868b54696 Merge pull request #500 from tdumitrescu/ethtool
ethtool_ plugin
2014-09-17 09:25:54 +02:00
Martin Ness
0d718aadc3 arp_ less processes 2014-09-13 22:26:10 +02:00
Martin Ness
2d0c82de81 arp_ wspace fix 2014-09-13 22:10:22 +02:00
Martin Ness
36dbfa1b28 arp_ sh lint 2014-09-13 22:03:45 +02:00
Steve Schnepp
24e77a2624 Merge pull request #522 from zarnovican/linux_if
Initial commit of linux_if plugin
2014-09-09 15:06:28 +02:00
Gabriele Pohl
81db94e2d3 Reduce number of categories 2014-09-07 14:20:12 +02:00
Gabriele Pohl
e00bd6b8a0 Move plugins to subdirectory 2014-09-06 23:37:15 +02:00
Gabriele Pohl
e3899a30d8 Reduce number of categories, use more generic terms 2014-09-06 22:28:53 +02:00
Brano Zarnovican
acf3a43e23 Initial commit of linux_if plugin
Supports bonding and vlans.
2014-09-06 21:42:05 +02:00
McKay1717
f9c1143bd7 Add Bandwidth Test whith a file on a reference server in OVH network 2014-07-28 11:52:45 +02:00
Stephan
fa5458e1aa Fix issue with $uptime being undefined
Fix issue with $uptime being undefined.
On my setup perl requires a variable to assign the return value of the split operation. Without this the value of $uptime ends up being undefined.
2014-07-16 23:52:03 +02:00
teddddd
c8b5f17e7f proc/net/netstat plugin 2014-07-07 20:02:13 -07:00
teddddd
3ab70e333f ethtool_ plugin 2014-07-07 20:01:10 -07:00
phl
d38174c6f8 adding first version of the plugin for Mac OS Server VPN Daemon 2014-06-22 14:42:22 +02:00
Fusl
a4d97861c2 Removed OPT, IXFR, AXFR, URL, MBOXFW and CURL as they aren't being used in pdns_recursor 2014-01-23 10:21:00 +01:00
Fusl
9e884a3546 Made a typo at RRSIG (was: PRSIG) 2014-01-23 10:13:47 +01:00
Fusl
0d2b3037e6 Added plugin for pdns_recursor rec_control get-qtypelist querytype-listing which is going to be merged into a stable in the near future. 2014-01-23 09:59:58 +01:00
Otavio Fernandes
aec5ca142b Adding simple Bash script plugin to read information also from Netatalk v3. 2014-01-02 09:56:19 +01:00
Steve Schnepp
150f018858 p/dartybox: adding a license 2013-12-07 15:21:59 +01:00
Steve Schnepp
25722e7857 dartybox: fix the date & labels 2013-12-06 20:59:30 +01:00
Steve Schnepp
9eeaa52662 dartybox: using DERIVE for packets counts 2013-12-06 20:59:29 +01:00
Steve Schnepp
0cf1fbbe9e dartybox: fix the dirtyconfig behavior 2013-12-06 20:59:29 +01:00
Steve Schnepp
6994dcd17d dartybox: adding multigraph nice behavior 2013-12-06 20:59:28 +01:00
Steve Schnepp
efff944f7f dartybox: initial add 2013-12-06 20:59:28 +01:00
Morgan Soulard
2c16d33cc0 Update transmission for python 2.7
Added recommandation from http://www.python.org/dev/peps/pep-0263/ to make this plugin work with pyhton 2.7.5+
Related error:
File "/etc/munin/plugins/transmission", line 36
SyntaxError: Non-ASCII character '\xc3' in file /etc/munin/plugins/transmission on line 37, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
2013-11-30 23:53:28 +01:00
Artem Sheremet
867816d953 netstat_s_: merge ARP in/out into one
and provide interface for future merges
2013-11-12 03:05:54 +03:00
Kenyon Ralph
11691dfd85 Merge pull request #365 from tomav/add_fping_plugin
Add fping plugin
2013-11-03 01:47:22 -07:00
Kenyon Ralph
ce4db1a169 Merge pull request #384 from nagyrobi/patch-12
Create ubiquiti_airfiber_
2013-11-03 01:30:30 -07:00
Kenyon Ralph
eb3fab6d03 Merge pull request #383 from nagyrobi/patch-11
Update ubiquiti_airos_
2013-11-03 01:30:07 -07:00
Kenyon Ralph
d1a47b7d12 Merge pull request #381 from dotdoom/master
Minor fixes in plugins
2013-11-03 01:29:24 -07:00
Kenyon Ralph
17c0715a26 Merge pull request #332 from ppaeps/master
nsd_: new plugin to monitor NSD name servers
2013-11-03 01:08:32 -07:00
Artem Sheremet
b7755b2ef5 netstat_s: support singular nouns
BSD netstat uses singular nouns when the statistics entry value is 1:
* fragment(s)
* packet(s)
* redirect(s)
* datagram(s)
2013-09-30 00:50:52 +03:00
Artem Sheremet
7c8df226cf Fix typos in netstat_bsd_m and ejabberd_scanlog 2013-09-30 00:50:52 +03:00
nagyrobi
a8cf8e1dd7 Create ubiquiti_airfiber_
Multigraph munin plugin to monitor Ubiquiti AirOS F (airFiber) devices various parameters.

It can gather information from AirFibers through Telnet, SSH with password authenttication, or SSH with public key authenttication (not requiring password).
2013-09-18 17:50:30 +02:00
nagyrobi
2820bf65c7 Update ubiquiti_airos_
Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters.
v0.9 - added SSH support and saved some memory, thanks to NVX@UbiquitiNetworksCommunity
2013-09-18 17:48:22 +02:00
Thomas VIAL
5cfe8f9abf fping_ => Fixed documentation 2013-08-22 23:53:28 +02:00
Thomas VIAL
5cbdd737f0 fping_ => Improved display 2013-08-21 12:03:09 +02:00
tomav
29be1c0078 fping_ => Added informations and fixed a bug 2013-08-20 22:48:47 +02:00
Thomas VIAL
12d632ca62 fping_ => Added file to monitor server/network availability 2013-08-20 21:31:15 +02:00
Thomas VIAL
1dddd2fbc4 - Fixed key that was based on $index and no unique name (when you changed a url, old stats were kept)
- Indentation changed to soft tabs
2013-08-20 10:33:34 +02:00
Steve Schnepp
2471bc8304 Merge pull request #339 from thalic/patch-1
Create accounting_
2013-07-19 14:48:15 +02:00
Steve Schnepp
7dc2b70b5d move the accounting_ plugin to the network/ subdir 2013-07-19 14:45:40 +02:00
Antoine Beaupré
2a3932cfd1 don't depend on sudo to run pfctl
we should assume plugin is correctly configured, as munin-node can run
plugins as root
2013-07-10 10:47:57 -04:00
Kenyon Ralph
5cdacbaffd Merge pull request #331 from Grauwolf/master
Fixed plugins/network/if
2013-07-07 23:28:11 -07:00
Kenyon Ralph
3d212f9aa2 Merge pull request #327 from Longinus00/pgld
Munin plugin to monitor Peer Guardian Linux blockrates
2013-07-07 18:03:30 -07:00
Kenyon Ralph
26b43c7ddf Merge pull request #326 from Longinus00/2wire
Multigraph munin plugin to monitor 2Wire/Pace residential gateways
2013-07-07 18:02:18 -07:00
Philip Paeps
13b59dd1bb nsd_: new plugin to monitor NSD name servers
This plugin collects most statistics from NSD name servers.  It
should be called nsd_by_type, nsd_by_rcode or nsd_hits to monitor
queries received by type, replies sent by rcode or the base query
volume, respectively.  The plugin is friendly to the name server
and only sends one signal per run (even if three links exist).
2013-06-18 22:48:22 +02:00
Farhad Shahbazi
522104afc2 Fix interface detection 2013-06-18 15:04:00 +02:00
Farhad Shahbazi
42fd0b1a2c if: one probably wants bit for traffic graphs 2013-06-18 14:59:53 +02:00
Longinus00
6898ae6d83 Munin plugin to monitor Peer Guardian Linux blockrates 2013-06-14 06:59:40 -07:00
Longinus00
7dd73c77d3 Multigraph munin plugin to monitor 2Wire/Pace residential gateways 2013-06-14 06:57:10 -07:00
nagyrobi
a5531ca91f Update ubiquiti_airos_
v0.7 - added critical thresholds to some graphs, and some descriptions below some of them
v0.6 - added wlan errors by type graph - useful to detect interferences on the same frequency; added CPU usage graph
v0.5 - added ping graph - ping times from the AirOS device to a configured address; other fixes
v0.4 - corrected memory size unit calculation and display, fixed query bug, fancier graphs for memory and link speed
v0.3 - added undefined values handling in case of connection timeout, corrected linefeed character handling
v0.2 - combined all the separate pugins into one multigraph plugin, a couple of charts separated
v0.1 - initial version, separate plugin for each graph, packaged 11 different plugins
2013-06-12 19:51:02 +03:00
Kenyon Ralph
95ce6dde9e Merge pull request #312 from nagyrobi/patch-1
Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters.
2013-06-02 13:45:32 -07:00
Kenyon Ralph
626f42fafe move arp plugins to network directory 2013-06-02 13:09:43 -07:00
Kenyon Ralph
3d29bb4274 netstat_s_: make executable
Closes issue #304.
2013-06-02 12:43:49 -07:00