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

2497 Commits

Author SHA1 Message Date
Steve Schnepp
0c47fcafc0 Merge pull request #345 from anarcat/http_request_time_timeout
Http request time timeout
2013-07-10 08:39:09 -07:00
Steve Schnepp
384f0119b9 Merge pull request #346 from anarcat/pfctl_no_sudo
don't depend on sudo to run pfctl
2013-07-10 08:37:20 -07: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
Antoine Beaupré
93a7c79350 document the plugin 2013-07-09 22:03:12 -04:00
Antoine Beaupré
6994c89d81 lower the timeout to respect the default munin timeout 2013-07-09 17:17:24 -04:00
Antoine Beaupré
2ae2cd6924 make timeouts customizable 2013-07-09 17:17:23 -04:00
realdigger
2db7c069ed Update smf_stats 2013-07-08 23:54:48 +04:00
realdigger
79731fa2b0 Update smf_online 2013-07-08 23:54:32 +04:00
realdigger
1a282769a3 Update smf_mail_queue 2013-07-08 23:54:10 +04:00
realdigger
a7ef93014b Update smf_errors 2013-07-08 23:53:52 +04:00
realdigger
97c6ae5660 Update smf_stats 2013-07-08 23:53:02 +04:00
realdigger
502603729f Update smf_online 2013-07-08 23:52:01 +04:00
realdigger
8a6c08aa00 Update smf_mail_queue 2013-07-08 23:51:32 +04:00
realdigger
24bd2f7caf Update smf_errors 2013-07-08 23:51:00 +04:00
realdigger
624d53fbc2 Create smf_stats 2013-07-08 23:49:50 +04:00
realdigger
0e3f150bed Create smf_online 2013-07-08 23:49:05 +04:00
realdigger
7b52af5ddb Create smf_mail_queue 2013-07-08 23:48:35 +04:00
realdigger
361e9f2e7e Create smf_errors 2013-07-08 23:47:53 +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
0d360f18da Merge pull request #330 from sipb/mysql_aggregate-max
mysql_aggregate_: allow graphing only max/min value
2013-07-07 18:22:18 -07:00
Kenyon Ralph
23c52af983 Merge pull request #328 from whyscream/ipvs-udp
Detect UDP conections too
2013-07-07 18:06:34 -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
Kenyon Ralph
1d8c8843d8 Merge pull request #325 from ShaolinTiger/patch-2
Added symlinks to enable the plugin in the header comments.
2013-07-07 17:58:44 -07:00
Kenyon Ralph
19f1d15516 Merge pull request #324 from nagyrobi/patch-4
Update ubiquiti_airos_
2013-07-07 17:56:58 -07:00
Kenyon Ralph
dc35afc13a Merge pull request #323 from nagyrobi/patch-2
hdsentinel
2013-07-07 17:55:28 -07:00
Kenyon Ralph
dc8aebd114 Merge pull request #322 from wh6b/patch-1
Update date format between auth.log and linux system date
2013-07-07 17:52:29 -07:00
Kenyon Ralph
0842719a72 Merge pull request #321 from tomav/fixed_display_order
Fixed display order
2013-07-07 17:48:00 -07:00
Kenyon Ralph
aab7b122ce Merge pull request #320 from koug44/master
New plugin for Sphinx
2013-07-07 17:45:48 -07:00
antonio
52191f6801 Multigraph plugin to monitor a Solr4 single/multicore using mbean http interface 2013-07-05 05:17:34 +02:00
Chris Wilson
db184710e5 Fix line endings to Unix.
Standardise indentation, spacing and braces.

Allow overriding the list of buckets, default to all buckets.

Hide a lot of unwanted output from Curl.
2013-07-03 18:14:36 +01:00
hefee
26e7ae9e60 Fix Prosody Registered Users
I use python 2.6 & python 2.7 
len([listfiles(account_dir)])
returns everytime 1

The generator must be executed to get the corrent number of registed users.
2013-07-02 14:02:46 +02:00
Adam Michel
3cd07ace54 Added nfs_client_cache plugin
This adds a plugin for tracking NFS client caching statistics. Because
the output for this segment of nfsstat was slightly different, the
parsing required some awk dancing to programatically make coherent
labels. It's basically a separate function anyway. Right?
2013-07-01 16:50:14 -07:00
Adam Michel
e891287fd3 Added v3 to title, added nfs_client
I added a v3 to the title of the nfsd graph to reduce ambiguity.

This is also the initial commit of the nfs_client plugin. It is
essentially identical to server. The output of nfsstat for client is
somewhat different from server in the labeling of the cache entries.
As such, I've left them off here and will add a standalone plugin for
nfs_client_cache where the awful, terrible, hideous string parsing will
take place without sullying the triviality and simplicity of this
working plugin.
2013-07-01 16:30:42 -07:00
Adam Michel
d0d72f5daa Better README 2013-07-01 16:22:40 -07:00
Adam Michel
960122b96c Initial Commit of FreeBSD NFS Plugins
This is an initial commit of FreeBSD NFS plugins for the Munin
monitoring platform. The NFS plugins for Munin depend on the
/proc filesystem in Linux for statistics which does not exist in
FreeBSD by default. While one can add the linproc package to their
installation to emulate this functionality, I felt it would be better
to write plugins that made use of native tools.

I'm leveraging the nfsstat command to create these plugins. I'm sure
there is a better primary data source in FreeBSD to gather this output
from but for my purposes, using nfsstat is adequate and acceptable.
Unfortunately this means if the output of the nfsstat command changes
due to updates, these plugins will likely report inaccurate data.
These are the days of our lives, as they say. Someone with appropriate
levels of FreeBSD knowledge can probably improve these plugins
trivially.

I'm specifically targeting FreeNAS/NAS4Free, but the code should work
on any FreeBSD system with minimal package additions. Installing munin
on FreeNAS is not supported in general, but it's easy enough to do and
I wanted it monitored, ergo we are here.
2013-07-01 16:11:50 -07:00
thalic
1231612001 Create accounting_
Wildcard-plugin for tcp, udp and icmp traffic-accounting (IPv4 or IPv6) going through iptables. This plugin can monitor a single ip as well as a entire subnets. Lists tcp, udp and icmp separately.
2013-06-29 23:08:20 +02:00
Ralf Geschke
0e6f3e6fbc rg: first attempt of munin plugin to monitor ArangoDB database 2013-06-26 22:43:55 +02:00
Daniel Lo Nigro
8a2075756d Fix indentation 2013-06-24 23:18:30 +11:00
Daniel Lo Nigro
cde616b8d0 Add PHP OPcache plugin 2013-06-24 22:11:49 +10:00
Holger Levsen
137cbf74b6 asterisk_inuse: fix plugin to use asterisk command from PATH and fix a whitespace issue 2013-06-23 16:14:18 +02:00
Holger Levsen
446de9a689 dovecot plugin: fix path to state file 2013-06-22 16:20:11 +02:00
nagyrobi
9ed92290bf Create virtualbox_ram_usage
This graph shows the ram usage of every single VM process.
2013-06-19 17:22:28 +03:00
nagyrobi
aa59ca8bb5 Create virtualbox_cpu_user
This graph shows the percentage of processor time spent in user mode by the every single VM process.
2013-06-19 16:21:15 +02:00
nagyrobi
b7f085e887 Create virtualbox_cpu_kernel
This graph shows the percentage of processor time spent in kernel mode by the every single VM process.
2013-06-19 16:20:20 +02: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
Alex Dehnert
ce558089c4 mysql_aggregate_: allow graphing only max/min value
In some cases it can be useful to know the maximum value of any row of an
aggregate (for example, the maximum number of logins by a single user), without
graphing each row separately (because there are too many or the rows change).
This change allows that by setting the "only" parameter to "max" or "min".
2013-06-18 00:37:27 -04:00
Antoine Beaupré
e5be4561c0 specify units of compilation time 2013-06-17 16:36:35 -04:00