Stig Sandbeck Mathisen
9518ffa109
Merge pull request #555 from TobleMiner/master
...
[apc_status] Added multigraph capabilities and fixed regex
2015-06-23 16:37:08 +03:00
Thomas A
c40eabee7e
Add snmp__synology_* plugins
...
Synology specific snmp plugins for:
- System temperature
- HDD temperature
- UPS Charge & Load
2015-06-18 19:37:42 +02:00
Viktor Szépe
25a1a06a4a
Missing condition
2015-06-08 17:10:04 +02:00
Viktor Szépe
7220fda4ad
print statements need variables
2015-06-08 17:05:20 +02:00
Viktor Szépe
c72251a7f9
Not using memory is a warning condition
...
When a daemon fails `-nan` is its memory usage.
2015-06-08 14:38:11 +02:00
Steve Schnepp
54becf68ca
p/if1sec: initial add
2015-06-01 20:12:47 +00:00
Steve Schnepp
c5238dbc5f
p/multicpu1sec-c: always exit(0) when successful
2015-05-30 08:43:22 +00:00
Steve Schnepp
066bec8d0b
Merge pull request #622 from steveschnepp/multicpu1sec-c
...
Multicpu1sec c optimsations
2015-05-30 10:40:05 +02:00
Steve Schnepp
9901e00140
p/multicpu1sec-c: keep the files open
2015-05-26 20:56:57 +00:00
Steve Schnepp
2db160e268
p/multicpu1sec-c: use posix IO instead of stdlib
2015-05-26 20:50:26 +00:00
Michel Albert
d6465721f3
Stack postfix mailqueues instead of overlapping.
...
It is very hard to see the real values in the postfix queue when they
are overlapping. Having a stacked graph eleviates this whil still
retaining all the necessary data.
2015-05-26 16:01:48 +02:00
Michel Albert
a8e524449d
Plugin runs, even if no access to list DBs.
...
If the user as whom "munin" connects has no rights to list existing DBs,
the plugin crashes. Even though the rest of the code is OK. Listing DBs
is only necessary in the case of auto-configuring the plugin. Not for
running it.
This removes the line which causes the bug. The variable which is set in
this line is anyway not used.
2015-05-26 15:52:44 +02:00
Stig Sandbeck Mathisen
a52f8e49c9
Merge pull request #619 from smith153/master
...
Add modem-nvg510
2015-05-26 11:01:03 +02:00
Samuel Smith
ab215a5436
Add autoconf support
2015-05-25 16:08:34 -05:00
Stig Sandbeck Mathisen
4f6929be39
Merge pull request #617 from HeisSpiter/master
...
cyrus-imapd:
2015-05-23 21:12:42 +02:00
Samuel Smith
98afc91e34
Add modem-nvg510
...
Tracks most stats reported from NVG510 DSL modems
2015-05-23 12:19:47 -05:00
Stanislav Kopp
5715bb2408
fixed regex for "vm_name" resolv, so VMs with dash in the name will be
...
displayed correctly
2015-05-21 15:40:11 +02:00
Pierre Schweitzer
888d91f4e6
cyrus-imapd:
...
First, try to look for proc_path: config parameter.
If it doesn't exist, fallback to old method, and extrapolate the configdirectory: config parameter
2015-05-20 15:24:30 +02:00
amichel
c147534385
Change interpreter to bash, [[ is just better
2015-05-16 01:59:27 -07:00
Adam Michel
26cac8f856
Forgot to use abstracted variables for stat files
2015-05-15 17:36:57 -07:00
Adam Michel
940fe45145
Refactor of variable assignment method
2015-05-15 17:28:14 -07:00
amichel
7f928fb5fb
Re-submit zfsonlinux_stats_
2015-05-15 10:16:14 -07:00
Stig Sandbeck Mathisen
1a3bfee654
Merge pull request #595 from Zumata/master
...
Fixed typo in rabbitmq_queue_memory
2015-05-05 13:49:12 +02:00
Stig Sandbeck Mathisen
2fa45511c6
Merge pull request #563 from elfurbe/zfs_list
...
Zfs list
2015-05-05 13:48:36 +02:00
Stig Sandbeck Mathisen
c39ff9fe6d
Merge pull request #562 from elfurbe/zfsonlinux_stats_
...
Added zfsonlinux_stats plugin
2015-05-05 13:48:16 +02:00
Stig Sandbeck Mathisen
4df8dcdba8
Merge pull request #549 from roobre/master
...
Fixed sent/received count and replaced wc -l with -c
2015-05-05 13:47:54 +02:00
Stig Sandbeck Mathisen
387652afa5
Merge pull request #597 from sugamasao/sugamasao-patch-1
...
unicorn_ "unicorn_rails" process not working
2015-05-05 13:43:36 +02:00
Stig Sandbeck Mathisen
f5e4c2d36c
Merge pull request #606 from leeclemens/fix_php_apc_grammar
...
Make capitalization and grammar consistent
2015-05-05 13:42:59 +02:00
Stig Sandbeck Mathisen
d32dbf230a
Merge pull request #612 from googley/master
...
fix old wrong variable
2015-05-05 13:41:41 +02:00
Stig Sandbeck Mathisen
b6bec53396
Merge pull request #613 from mittyorz/disk/raid/refactor
...
refactoring, bugfix and enhancement for disk/raid plugin
2015-05-05 13:38:08 +02:00
Ken-ichi Mito
48d0a2e2b0
fix - remove error message, fetch correct count source
...
* redirect error message of `ls` to /dev/null
* fetch mismatch_cnt to get correct count
* https://www.kernel.org/doc/Documentation/md.txt
* sync_completed: the number of sectors that have been completed
* mismatch_cnt: the number of errors that are found
2015-05-05 01:02:49 +09:00
Ken-ichi Mito
6284302ae1
enhancement - fetch remaining time of array rebuilding and show them on config
...
* add info about remaining time, read-only status
* change label to follow b39d26e
2015-05-04 18:47:10 +09:00
Ken-ichi Mito
760b14f554
enhancement - use only /proc/mdstat, stop using /sbin/mdadm
...
* mdadm needs super-user privileges, but /proc/mdstat is readable for nobody
* fetch an array state from mdstat 'reshape|check|resync|recovery'
* reshape, recovery: rebuilding array -> set percent to _rebuild.value
* check, resync: data scrubbing or mirror rebuilding => set percent to _check.value
* resync=DELAYED|PENDING => set both to zero, because details are unknown even if using mdadm
* more info about /proc/mdstat => kernel src:/drivers/md/md.c, md_seq_show()
2015-05-04 18:45:46 +09:00
Ken-ichi Mito
9845279a30
fix - mdadm has '--readonly' option to make the array 'active (read-only)'
2015-05-04 18:11:13 +09:00
Ken-ichi Mito
2670e4dc26
refactoring - split a single regex matching to three matchings
...
* one line regular expression matching to multiline text is a bit hard to picture
* apply regular expressions to each line
* first line should like "active raid1 sda1[0] sdc1[2] sdb1[1]"
* second line should like "123456 blocks super 1.2 [2/2] [UU]"
* third line will appear when the array is in action
2015-05-04 18:09:13 +09:00
Ken-ichi Mito
2e0acaca2b
refactoring - replace TAB with 8 spaces, use lexical variable for file handle
...
* reduce indentation of local($/)
2015-05-04 14:56:30 +09:00
Élie
2848fee19d
fix old wrong variable
2015-04-29 11:28:38 +02:00
Foxlik
22621b6a8b
mongo_collection_ to track per-database statistics
...
Modified version of plugins from https://github.com/pcdummy/mongomon that composes all the plugins into one script.
It works fine, but still leaves a room for future improvement if anyone is interested.
2015-04-17 12:50:25 +02:00
Wouter Verhelst
9fd750dfc4
zfs-filesystem-graph: remove --upper-limit
...
Providing a --upper-limit parameter is only useful if the size of the
filesystem never changes. On ZFS, this assumption is only true for the
zpool; for all other filesystems, the available space is shared, and the
totalled values will vary. When this is the case, the --upper-limit
parameter will obscure peaks in the graph.
2015-04-15 23:53:38 +02:00
Lee Clemens
311e2aa082
Add graph_scale no to php_acp_ for Percents graph
2015-04-15 12:29:09 -04:00
Lee Clemens
edff2bdc5c
Make capitalization and grammar consistent
2015-04-15 12:14:52 -04:00
Steve Schnepp
7d88587fb6
multicpu1sec-c: use plain POSIX instead of stdlib
...
As it will be used every second, we should limit the overhead
2015-03-31 22:17:16 +00:00
Steve Schnepp
6ed404cbc9
multicpu1sec-c: ignoring generated files
2015-03-31 20:33:54 +00:00
Stig Sandbeck Mathisen
4a6b17b7bd
Merge pull request #594 from rrzefox/new_allnet_plugin
...
new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
2015-03-26 21:01:51 +01:00
Mikel Olasagasti Uranga
ec4951b732
Add wasted memory to the graph, now the sum is always the total assigned memory
2015-03-26 19:03:11 +01:00
Mikel Olasagasti Uranga
2ad552cb04
Normalize php's plugin categories
2015-03-25 15:13:27 +01:00
Jason Woods
8fef176a3e
Add TITLE_PREFIX to redis_
2015-03-16 12:54:21 +00:00
Steve Schnepp
c10abbef57
Merge pull request #602 from AronNovak/backup
...
General purpose backup monitoring plugin
2015-03-15 10:05:50 +01:00
Stig Sandbeck Mathisen
f05e3897d5
Merge pull request #601 from sugamasao/feature-unicorn-change-pid-name
...
unicorn_memory_status/unicorn_status change pid name
2015-03-14 21:03:45 +01:00
Stig Sandbeck Mathisen
3aec3d5d3d
Merge pull request #600 from driskell/feature/vsftpd_improvements
...
Improve vsftpd plugin
2015-03-14 19:46:36 +01:00
Steve Schnepp
1c9ed0d94b
Merge pull request #598 from dotdoom/upstream
...
Update jabber/network plugins
2015-03-12 22:11:29 +01:00
Jason Woods
b315a1c8c2
Improve vsftpd plugin
...
- Allow log file path to be configured via plugin-conf.d env.logfile
- Add counters for successful and failed renames
- Switch to use DERIVE and min 0 to fix problems during rotation and show request counts per period
- Improve performance for large log files by using awk
2015-03-12 16:16:04 +00:00
Aron Novak
6e714d7286
General purpose backup monitoring plugin
...
If you have a directory where daily, weekly, monthly you generate
backups of files, SQL databases, etc, you might want to be informed
if the backup generation process is gone or the behavior changes
greatly. This monitoring plugin watches the number of young files
in a certain directory. Relies on find command to do the job.
2015-03-11 16:34:59 -04: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
Artem Sheremet
b518af0f69
ejabberd_resources: add mnesia table info support
2015-03-11 12:25:20 +01:00
Artem Sheremet
85072bf99d
Update ejabberd_resources_* to use erl_call
2015-03-11 12:25:20 +01:00
Ingo Oppermann
50cb217cfe
Set order for objects and expunge
2015-03-10 16:30:33 +00:00
Ingo Oppermann
7041db3964
Fix hit rate calculation
...
In varnish4, purges are counted as client_req but not as hit or miss anymore.
This fix recalculates client_req based on cache_(hit|miss|hitpass).
2015-03-10 16:30:33 +00:00
Ingo Oppermann
de86866b02
Fix typos in installation instruction
2015-03-10 16:30:33 +00:00
Léo POIROUX
47a99e02ee
Quotes error
...
syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
2015-03-10 16:27:39 +00:00
Léo POIROUX
cc15e33453
Bugfix warning messages
...
Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $ident in hash element at /etc/munin/plugins/varnish_bans line 927.
2015-03-10 16:27:39 +00:00
Léo POIROUX
d658c583e8
Quotes error
...
syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
2015-03-10 16:22:54 +00:00
Léo POIROUX
ed8a615e55
Bugfix warning messages
...
Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $ident in hash element at /etc/munin/plugins/varnish_bans line 927.
2015-03-10 16:22:54 +00:00
sugamasao
d2529b0cb4
unicorn_memory_status/unicorn_status change pid name
...
User to be able to change the pid name
fixed at “unicorn.pid, but can be changed
use `env.pid_name my_unicorn.pid`
2015-03-10 09:52:45 +09:00
sugamasao
9b36f418fa
unicorn_ "unicorn_rails" process not working
...
`grep "unicorn worker` is unicorn_rails process not match.
I want to match the `unicorn` or 'unicorn_rails'
2015-03-09 17:21:32 +09:00
Steve Schnepp
acad90146d
Merge pull request #596 from steveschnepp/multicpu1sec-c
...
Multicpu1sec c
2015-03-08 20:35:47 +01:00
Steve Schnepp
308ba4757e
multicpu1sec-c: use the env vars for tmp file paths
2015-03-08 18:58:49 +00: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
Vladimir Ryazanov
d60ad39762
fixed default values for rabbitmq_queue_memory
2015-03-05 18:42:20 +08:00
Vladimir Ryazanov
c18c1863cf
relatively more reasonable default values for rabbitmq_queue_memory
2015-03-05 18:27:34 +08:00
Vladimir Ryazanov
c4220bde5f
Fixed typo in rabbitmq_queue_memory
2015-03-05 17:22:09 +08:00
Michael 'PoempelFox' Meier
23f3138c8e
new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
2015-03-04 15:58:48 +01:00
Michael 'PoempelFox' Meier
b3ac512550
fix naming of lustre plugins.
...
- in one case there was a typo in the filename (inDodes instead of inodes)
- in the other two cases, make the naming consistent.
2015-03-04 11:02:22 +01:00
Steve Schnepp
99d3a42627
multicpu1sec-c: fix the /proc/stat parsing
2015-03-04 00:00:05 +00:00
Steve Schnepp
79f72b87fb
multicpu1sec-c: fix value (remove idle)
2015-03-03 23:17:23 +00:00
Steve Schnepp
16b017fcd7
multicpu1sec-c: handle fork
2015-03-03 23:16:41 +00:00
Steve Schnepp
b0e8dcea39
multicpu1sec-c: using DERIVE
...
We just delegate the whole CPU % computing to RRD
2015-03-03 22:48:20 +00:00
Steve Schnepp
4a9b0e4796
multicpu1sec-c: remove debugging statements
2015-03-03 22:43:39 +00:00
Steve Schnepp
339bfec68f
multicpu1sec-c: adding locking to avoid races
2015-03-03 22:40:37 +00:00
Steve Schnepp
6dec8c3357
multicpu1sec-c: opening the file r/w to truncate it
2015-03-03 22:35:46 +00:00
Steve Schnepp
c86e4ab2fd
multicpu1sec-c: implement the "fetch" cmd
2015-03-03 22:29:41 +00:00
Steve Schnepp
9ac74f8d9b
multicpu1sec-c: implement the "acquire" cmd
2015-03-03 22:28:37 +00:00
Steve Schnepp
81e9ffca94
plugins: adding C version of multicpu1sec
2015-03-03 18:24:14 +00: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
Stig Sandbeck Mathisen
6be526dba5
Merge pull request #577 from ercpe/fix-firebird-gstat-path
...
Fixed firebird plugin:
2015-03-02 12:49:41 +01:00
Stig Sandbeck Mathisen
6cfc863d4a
Move to plugins/other
2015-03-01 23:27:53 +01:00
Arran Cudbard-Bell
31ad4788f4
Add freeradius packet queue plugin
2015-03-01 23:25:12 +01:00
Stig Sandbeck Mathisen
6e867cad87
Move to plugins/security
2015-03-01 23:14:50 +01:00
Stig Sandbeck Mathisen
0e73a06465
Use #!/usr/bin/env python
2015-03-01 23:10:16 +01:00
Lee Clemens
7028ede47f
Add example-graphs for fail2ban_
2015-03-01 23:07:48 +01:00
Lee Clemens
c91df8ccc9
Include graph_total as current fail2ban plugin does
2015-03-01 23:07:48 +01:00
Lee Clemens
a11e32ff40
Add fail2ban_ wildcard plugin for extended status
2015-03-01 23:07:48 +01:00
Steve Schnepp
eeaf47c6b2
Merge pull request #584 from rrzefox/updatesnmpupsplugin
...
overhaul of snmp__ups_ plugin.
2015-02-27 17:49:50 +01:00
Steve Schnepp
983d37a2a1
Merge pull request #585 from rrzefox/newsnmprms2
...
new plugin for monitoring Knuerr RMS Compact II rack monitoring units
2015-02-27 17:48:53 +01:00
Kenyon Ralph
578652fc1c
Merge pull request #583 from caseycs/mysql_slave_alerts
...
add mysql slave alerts
2015-02-24 12:17:10 -08:00
sokai
c4e1760c5a
small update of README.md
...
* reflects changes of @ssm (commit c4c0a9872c
, 5 Oct 2014)
* added path and command examples for installation
2015-02-22 14:40:21 +01:00
Gabriel Filion
78a229dd0d
mysql_connections_per_user: skip internal user "system user"
...
This is the user name used internally by mysql for binlog handling (even
though it's not present in the mysql.user table).
The space in the name makes the plugin freak out about an unknown
"system" value.
Number of connections for this interal user is irrelevant.
2015-02-17 17:18:00 -05:00
Michael 'PoempelFox' Meier
94438298d1
new plugin for monitoring Knuerr RMS Compact II rack monitoring units
2015-02-13 17:18:36 +01:00
Michael 'PoempelFox' Meier
7a306e6223
overhaul of snmp__ups_ plugin.
...
Changes:
- More queries supported (inputpower, batterycurrent, batteryruntime (how long
have we been running on battery), batterypercent (percent remaining),
inputlinebads (how often was input bad))
- fix a few wrong units (e.g. current is measured in amp, not in watt)
- some UPSes violate RFC 1628 by not returning the number of input-/
output-lines they have. In this case assume 3 lines instead of 0
(and just printing nothing at all).
- Make mode parameters all lowercase instead of camelcase - camelcase
just looks retarded in the plugin-symlink-names.
- some more smaller fixes
2015-02-13 16:58:26 +01:00
Ilia Kondrashov
11971e9f39
add mysql slave alerts
2015-02-11 16:06:28 +01:00
Steve Schnepp
323b4a7937
Merge pull request #582 from bashgeek/master
...
Enhance nginx_error plugin
2015-02-05 11:13:04 +01:00
Daniel Schmitz
2338b83eb3
Changed log split counter back to default value
2015-02-05 13:54:24 +08:00
Daniel Schmitz
37a7317c1d
Read file one time and sort counts into array instead of reading log file for each status code again
2015-02-05 13:44:53 +08:00
Christian Beer
c098ee86fa
update the ossec plugin
...
- harmonize the coding style of the three scripts
- harmonize the label names and file names with other popular plugins
- fix active_response script to use correct date format
2015-02-04 17:24:37 +01:00
Steve Schnepp
375621b4ba
Merge pull request #569 from leeclemens/revert-534-master
...
Revert "Avoid bashism"
2015-02-03 13:16:01 +01:00
Steve Schnepp
0115be09d0
Merge pull request #575 from HeisSpiter/master
...
Fix a typo in IPv6 handling which was actually leading to totally ignore...
2015-02-03 13:15:29 +01:00
Steve Schnepp
4466215669
Merge pull request #578 from letompouce/master
...
mpdstats_: fix example documentation.
2015-02-03 13:15:06 +01:00
Thor77
0ec85268c4
add readme
2015-02-02 13:48:46 +01:00
Thor77
2aa348462c
add example graph
2015-02-02 13:25:52 +01:00
Thor77
9bc39fb2cf
fix issue on logrotate
2015-02-02 13:01:57 +01:00
Thor77
8fe960de7b
add znc_logs plugin
2015-01-31 15:42:15 +01:00
ToM
e5780b2c9f
mpdstats_: fix example documentation.
2015-01-31 14:56:49 +01:00
Johann Schmitz
c1abcd6bc5
Reverted to awk to extract database name
2015-01-30 13:40:26 +01:00
Johann Schmitz
66c38543c7
Fixed firebird plugin:
...
* Use gstat from path if available; fall back to /opt/firebird/bin/gstat if gstat could not be found
* Use bash to strip of firebird_ prefix from name
* Fixed description
2015-01-30 13:29:41 +01: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
Steve Schnepp
3c9b0b9360
Merge pull request #571 from sepastian/feature_unicorn_show_name_of_application
...
unicorn: display name of application.
2015-01-21 23:53:36 +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
Sebastian Gassner
5be2452250
unicorn: display name of application.
2015-01-15 13:23:45 +01:00
Oliver Ladner
397100426e
Added nscd plugin
2015-01-14 11:23:54 +01:00
Lee Clemens
3a4b7fcb35
Revert "Avoid bashism"
2015-01-13 21:16:57 -05:00
Raphael Freudiger
d0b57b8f9f
modified data_url for firmware >= 6.20
2015-01-02 16:26:49 +01:00
Steve Schnepp
3d7046d519
Merge pull request #565 from steveschnepp/openweather
...
Openweather plugin
2015-01-01 15:44:51 +01:00
Steve Schnepp
2c5943e469
p: updating openweather_ to be multigraph
...
Now it graph all the values coming from the API
2015-01-01 14:09:08 +00:00
Steve Schnepp
c8f30b0956
p: adding openweather_
2015-01-01 09:04:34 +00:00
amichel
7c3490ba2b
Trying to make this into a one file commit. :|
2014-12-25 13:30:21 -07:00
amichel
cb6c9595eb
Added zfs_list plugin
2014-12-25 13:23:05 -07:00
amichel
189fffebb4
Added zfsonlinux_stats plugin
2014-12-24 17:19:23 -07:00
Johann Schmitz
40532b6824
Use a zero-based percentage graph for nginx cache status
2014-12-17 13:07:48 +01:00
Pierre Schweitzer
772882eb57
Don't hardcode plugin state file location in auth plugin, use env variable defined by Munin instead
2014-12-11 13:27:03 +01:00
Tobias
bda87a3756
Added multigraph capabilities and fixed regex
2014-12-07 18:41:13 +01:00
Steve Schnepp
8e18199f16
Merge pull request #550 from bhourigan/master
...
Apache response time was incorrectly divided by 1000 twice, fixed that b...
2014-11-28 21:00:03 +00:00
ak4t0sh
a116a2591e
fix graph_total
2014-11-27 16:24:31 +01:00
ak4t0sh
eb2979cb23
add support note
2014-11-27 16:23:53 +01:00
ak4t0sh
cd1345e5a8
enable graph scale
2014-11-27 16:23:11 +01:00
Am1GO
69e8811972
Fixed type in dm-cache
...
s/voulme/volume
2014-11-23 21:08:33 +03:00
Am1GO
550a4f33dd
Added plugin to monitor dm-cache
2014-11-23 21:06:05 +03:00
Brian Hourigan
1b60ea870d
Apache response time was incorrectly divided by 1000 twice, fixed that bug and moved division to save function to get higher precision
2014-11-22 19:53:50 -05:00
Roberto "Roobre" Santalla
72c5b59d48
Now category "postfix" is correctly reported.
2014-11-19 05:40:27 +01:00
Roberto "Roobre" Santalla
892be6fa13
Fixed sent/received count and replaced wc -l with -c
2014-11-19 05:30:31 +01:00
Steve Schnepp
c55d5e5e85
p/cisco-epc3010_: fix tmpfile handling
2014-11-02 04:56:02 +01:00
Steve Schnepp
1c5962f240
Merge pull request #544 from xiphias256/epc3010
...
Made Munin plugin to graph signal levels from a Cisco EPC3010 cable mode...
2014-11-02 04:47:11 +01:00
Finn Andersen
678fb563f1
Changed how tempory filename is created and handled. Now follows example in mktemp documentation.
2014-11-01 22:06:51 +01:00
Finn Andersen
b25acb9a2d
Simplified parsing of the html table. Everything is done with awk. Got rid of cat and grep
2014-10-30 13:33:49 +01:00
Philipp Riegger
2d4549f32a
Moved all Raspberry Pi plugins to a common raspberry-pi directory. Removed absolute path in raspi_temp to make the plugin work on Pidora.
2014-10-30 11:03:17 +01:00
Finn Andersen
771fb2dd72
Changed to a more secure way of handling tempfiles
2014-10-30 09:56:25 +01:00
Finn Andersen
31f5cc79db
Fixed some typo in text
2014-10-30 09:42:28 +01:00
Finn Andersen
fb7d068c49
Made Munin plugin to graph signal levels from a Cisco EPC3010 cable modem
2014-10-29 22:23:03 +01:00
Colin Mollenhour
868937c848
Report properly when value is undefined (slave error).
2014-10-16 14:34:50 -04:00
Colin Mollenhour
e9bda2bab6
Fix issue when seconds is greater than two digits.
...
Also only use one query rather than a loop.
2014-10-15 17:11:35 -04:00
Stig Sandbeck Mathisen
da06d5f459
Merge pull request #542 from j0nes2k/plugin_memcached_servers
...
Added plugin to monitor multiple memcached servers
2014-10-15 20:04:32 +02:00
Stig Sandbeck Mathisen
120d1521b9
Merge pull request #505 from OOPmaster/patch-1
...
exit 0 and some notices ...
2014-10-15 15:28:15 +02:00
Stig Sandbeck Mathisen
b43669d1b4
Merge pull request #537 from ak4t0sh/master
...
Moodle : new plugins
2014-10-15 15:27:24 +02:00
j0nes2k
e10ae8e99d
Added plugin to monitor multiple memcached servers
...
This plugins allows to monitor multiple memcached servers. The server names can be given in the environment. Graphs include memcached bytes usage, get and set hits, number of stored items, number of requests and traffic. These graphs contain values for each server.
2014-10-10 17:34:41 +02:00
ak4t0sh
9c9c8ee085
change configuration file recommendation
2014-10-06 21:32:08 +02:00
Stig Sandbeck Mathisen
b098ec465f
Merge pull request #529 from funkypenguin/master
...
Added memory graphing and swapwait cpu graph
2014-10-06 00:26:24 +02:00
Stig Sandbeck Mathisen
911adebe22
Merge pull request #534 from asgh/master
...
Avoid bashism
2014-10-06 00:20:49 +02:00
Stig Sandbeck Mathisen
a5d18f4554
Add documentation in POD format, for munindoc
2014-10-05 23:34:20 +02:00
Stig Sandbeck Mathisen
4be7859977
Merge branch 'patch-1' of github.com:JoomlaStats/contrib into JoomlaStats-patch-1
2014-10-05 23:23:42 +02:00
Stig Sandbeck Mathisen
f4d81e1926
Retire plugin for old puppet master installations
...
- "puppetd" and "puppetmasterd" is no longer in use
- The use of "/etc/sysconfig" made this plugin specific for RedHat-ish
systems
- any plugin to replace this should use the "puppet" command to get
configuration, and be implemented as a multigraph plugin.
This closes issue #424
2014-10-05 23:16:26 +02:00
Stig Sandbeck Mathisen
79fdbf6203
Merge pull request #515 from KonstantinKuklin/handlersocket
...
added plugins to monitoring Mysql HandlerSocket connections
2014-10-05 22:38:04 +02:00
Konstantin Kuklin
527cb89fd0
changed interpreter to bash
2014-10-06 00:29:29 +04: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
632c24d0a9
Save with UNIX line breaks
2014-10-05 20:30:52 +02:00
Stig Sandbeck Mathisen
8dda09085a
Handle missing rabbitmqctl
2014-10-05 20:14:14 +02:00
Stig Sandbeck Mathisen
bb206faee6
Fix mis-spelled variable names
2014-10-05 20:13:20 +02:00
Stig Sandbeck Mathisen
679a3ce7be
Check if we are running as a user required by rabbitmqctl
2014-10-05 20:12:44 +02:00
Stig Sandbeck Mathisen
2583b9fb70
Update documentation
2014-10-05 20:12:15 +02:00
Stig Sandbeck Mathisen
8974c45c96
Remove unimplemented but advertised "autoconf"
2014-10-05 20:11:42 +02:00
Stig Sandbeck Mathisen
fefcad986e
Work around false positive in checkbashisms
...
- Nothing wrong with the plugin, but checkbashisms triggers on the
presence of a variable called $HOSTNAME
- Changing the variable name in the plugin is the "easy way out".
2014-10-05 15:49:54 +02:00
Stig Sandbeck Mathisen
149c09ddc8
Fix syntax error in regular expression string
2014-10-05 15:47:22 +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
ac8db54cb1
Use eval EXPR to load Munin::Plugin, for automated tests
2014-10-05 01:49:23 +02:00
Stig Sandbeck Mathisen
67470547f0
Use eval around hard-to-find perl modules
2014-10-05 01:28:29 +02:00
JoomlaStats
2cd434860c
Update joomla-sessions
...
Just a small typo that may be confusing
2014-10-05 01:19:22 +02:00
Stig Sandbeck Mathisen
fa0c04bb4a
Use /usr/bin/perl, not @@PERL@@, as interpreter
2014-10-05 00:28:05 +02:00
Stig Sandbeck Mathisen
31361e95a5
Use /bin/bash as interpreter
...
- uses "echo -en"
2014-10-05 00:27:25 +02:00
Stig Sandbeck Mathisen
c4c0a9872c
Use /usr/bin/perl, not @@PERL@@ as interpreter
2014-10-05 00:18:43 +02:00
Stig Sandbeck Mathisen
b407ae17ca
Save with UNIX line breaks
2014-10-04 22:29:27 +02:00
Stig Sandbeck Mathisen
96f2bc003a
Use single bracket for test, keeping /bin/sh as interpreter
2014-10-04 22:27:32 +02:00
Stig Sandbeck Mathisen
5fe31e0c38
Fix comparison to be /bin/sh compliant
2014-10-04 22:23:52 +02:00
Stig Sandbeck Mathisen
81fd4c97c3
Save with UNIX line breaks
2014-10-04 22:21:35 +02:00
Stig Sandbeck Mathisen
73e23cb7ba
use /bin/bash as interpreter for bash script
2014-10-04 22:21:02 +02:00
Stig Sandbeck Mathisen
6c9ad881ae
fix unterminated string
2014-10-04 22:20:32 +02:00
Stig Sandbeck Mathisen
1c67e3d648
Save with UNIX line breaks
2014-10-04 22:19:38 +02:00
Stig Sandbeck Mathisen
ea4a0c6244
Change "&>" bashism to "> ... 2>&1", keeping the script as /bin/sh
2014-10-04 22:15:24 +02:00
Stig Sandbeck Mathisen
a55f4e4a4d
remove dead code block using an unknown variable
...
- same "if" test in the block above, so this would never be reached
2014-10-04 22:14:17 +02:00
Stig Sandbeck Mathisen
e7125ea079
Tell ruby that this script contains UTF-8 characters
2014-10-04 22:09:30 +02:00
Stig Sandbeck Mathisen
78e3f78071
Use UNIX line breaks
2014-10-04 22:05:54 +02:00
Stig Sandbeck Mathisen
010011efe8
Use "=" for comparison with /bin/sh
2014-10-04 22:03:52 +02:00
Stig Sandbeck Mathisen
da59e03cf2
Save with UNIX line endings
2014-10-04 21:55:16 +02:00
Stig Sandbeck Mathisen
5d0b617cd2
Use /bin/bash as interpreter for bash script
2014-10-04 21:46:21 +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
016752f36d
Use /usr/bin/php for php plugin (was "/bin/bash" !)
2014-10-04 21:38:21 +02:00
Stig Sandbeck Mathisen
fc37652294
Save with UNIX line breaks
2014-10-04 21:25:03 +02:00
Stig Sandbeck Mathisen
aaeaa2e64a
USe /bin/bash as interpreter for bash script
2014-10-04 21:21:32 +02:00
Stig Sandbeck Mathisen
7684702713
Use /bin/bash as interpreter for bash script
2014-10-04 21:19:32 +02:00
Stig Sandbeck Mathisen
6a28f5a215
Save with UNIX line breaks
...
- also remove lots of trailing whitespace on last line
2014-10-04 21:18:57 +02:00
Stig Sandbeck Mathisen
73239efaef
Set /bin/bash as interpreter for bash script
2014-10-04 21:13:45 +02:00
Stig Sandbeck Mathisen
8348cd2805
Use /bin/bash as interpreter for bash script
...
- uses "echo -en" several places
2014-10-04 21:04:24 +02:00
Stig Sandbeck Mathisen
bebd78f74b
Use /bin/bash as interpreter, and switch to UNIX line breaks
2014-10-04 21:03:22 +02:00
Stig Sandbeck Mathisen
2eef2d55b5
Use /bin/sh "=" comparison, instead of "=="
2014-10-04 21:01:55 +02:00
Stig Sandbeck Mathisen
2ebcc8dcdc
Fix tiny bashism, keeping the plugin as /bin/sh
2014-10-04 20:33:52 +02:00
Stig Sandbeck Mathisen
a2bedd79e7
Fix syntax error in string concatenation
2014-10-04 20:31:07 +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
Stig Sandbeck Mathisen
b531bd5797
Convert to UNIX line breaks
2014-10-04 19:53:20 +02:00
Stig Sandbeck Mathisen
c04671c43a
Set /bin/bash as interpreter for bash script
2014-10-04 19:52:22 +02:00
Stig Sandbeck Mathisen
23c3f26abf
Set interpreter "/bin/bash" for bash scripts
2014-10-04 19:51:32 +02:00
Stig Sandbeck Mathisen
7afe6bfbf3
Fix syntax error
2014-10-04 19:48:14 +02:00
Stig Sandbeck Mathisen
de4ba4b5ac
Fix syntax error
2014-10-04 19:45:24 +02:00
Stig Sandbeck Mathisen
a0cb4d4344
Use "/bin/sh" instead of "/sbin/sh" as interpreter
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
f477c6748e
Change interpreter to /bin/bash, since it uses bash features
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
4658dd392c
Use UNIX line breaks
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
db1228b35d
Use UNIX line breaks
...
- using DOS line breaks introduced syntax errors
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
ac2e2fda07
Use UNIX line breaks
...
- Using DOS line breaks introduced syntax errors
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
098e1dde1c
Set interpreter for to /bin/bash
...
- Plugin uses several bash features, like arrays, and bare '(('
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
4ca5278414
Set interpreter to "/usr/bin/perl"
...
- No need for @@PERL@@ as interpreter in contrib
2014-10-04 19:43:57 +02:00
Konstantin Kuklin
c69a5761dc
fixed graph category, graph types
2014-10-04 14:34:51 +04:00
Kenyon Ralph
613ba240a5
Merge pull request #536 from smith153/master
...
add standard squid env config vars
2014-10-02 09:41:42 -07:00
Samuel Smith
176b551285
add standard squid env config vars
2014-09-29 08:48:05 -05:00
ak4t0sh
019b9b407a
add plugin for chat module
...
display users connected and users active in chat sessions
2014-09-29 13:42:29 +02:00
asgh
8af081433c
Clean field name
...
Spaces are illegal in munin field names, so clean the name of the encoder before using it.
2014-09-29 03:15:07 -04:00
asgh
2b3c17b977
Avoid bashism
2014-09-28 21:03:15 -04:00
ak4t0sh
05ed40a674
add plugin to display files data
...
1 graph display file's number and their repartitions
1 graph display file's size
2014-09-26 16:06:48 +02:00
Kenyon Ralph
33ac3beeb3
Merge pull request #532 from smith153/master
...
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
2014-09-25 12:33:42 -07:00
Samuel Smith
a04150340f
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
2014-09-24 16:05:40 -05:00
Kenyon Ralph
450925ad07
Merge pull request #523 from someuser89/master
...
network – arp_
2014-09-24 14:01:22 -07:00
Kenyon Ralph
cb3b953b2b
Merge pull request #530 from ak4t0sh/master
...
Moodle : fix and new plugin
2014-09-24 13:59:45 -07:00
Martin Ness
3f0845af2b
arp_ well-sorted
2014-09-24 05:03:30 +02:00
ak4t0sh
4a8a998519
remove forum_discussions
2014-09-23 00:04:06 +02:00
ak4t0sh
79e9b2b9da
change drawing type to AREA
2014-09-22 23:56:30 +02:00
ak4t0sh
b9f9e90ab0
add graph for new log entries
2014-09-22 23:44:51 +02:00
David Young
06437f6fa7
Added memory graphing and swapwait cpu graph
2014-09-22 20:06:29 +12:00
ak4t0sh
85d1b93c23
add plugin for module quiz
2014-09-18 13:49:22 +02:00
ak4t0sh
d39f06473f
fix column naming error in query to count new posts
2014-09-18 13:48:38 +02:00
ak4t0sh
22bbbd5c23
change forum_discussion to forum_discussions in graph config
2014-09-18 13:29:27 +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
904f3b7fb3
Merge pull request #503 from ioppermann/varnish4
...
Varnish 4 plugin
2014-09-17 09:29:03 +02:00
Steve Schnepp
728bc0501b
Merge pull request #502 from smith153/master
...
Added postgres_queries3_ to get stats on a per table basis
2014-09-17 09:26: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
ak4t0sh
c31b957bdd
add new line
2014-09-17 09:25:04 +02:00
Steve Schnepp
4fa1dd3837
Merge pull request #490 from tntu/patch-1
...
Make it usable
2014-09-17 09:24:59 +02:00
Steve Schnepp
1be0544753
Merge pull request #489 from pvalkone/raspberry-pi-temperature-plugin
...
Add plugin for measuring the core temperature of the BCM2835 SoC on a Raspberry Pi
2014-09-17 09:23:15 +02:00
Steve Schnepp
7aa4e358b4
Merge pull request #526 from ak4t0sh/master
...
Moodle plugin
2014-09-17 09:22:15 +02:00
Steve Schnepp
1512a03fe4
Merge pull request #488 from jesusch/master
...
added lxc plugins from https://github.com/vajtsz/munin-plugins
2014-09-17 09:20:34 +02:00
Steve Schnepp
aad8d7fb8b
Merge pull request #525 from leeclemens/patch-3
...
Use case insensitive grep for Temp lines
2014-09-17 09:19:13 +02:00
ak4t0sh
dd685310ab
initial commit
2014-09-16 14:02:00 +02:00
ak4t0sh
10ffec61bf
remove useless naming in query
2014-09-16 13:53:26 +02:00
ak4t0sh
e0ed244962
replace some draw area by draw stack
2014-09-16 13:34:46 +02:00
Lee Clemens
73bf78e765
backwards compatible grep for memory
...
Potentially will work for 5.5 and earlier, as well as 6 and 6.5 (tested with 6.5)
2014-09-15 19:14:57 -04:00
leeclemens
493121924a
Use case insensitive grep for Temp lines
...
xorg-x11-drv-nvidia-340.29-1.el6.x86_64 (CUDA 6.5?) seems to have changed the Temperature lines from "Gpu" to "GPU" prefixes. Case insensitive grep preserves backwards comatability.
2014-09-15 17:35:15 -04:00
ak4t0sh
afc0bcab08
remove useless variable
2014-09-15 23:26:34 +02:00
ak4t0sh
24e415fec0
change graph draw to area mode
2014-09-15 23:17:03 +02:00
ak4t0sh
ac1f67b28e
remove computed total to let munin do the work
2014-09-15 23:10:00 +02:00
ak4t0sh
5ac6279f44
add module plugin
2014-09-15 22:46:08 +02:00
ak4t0sh
43c4646592
add draw area
2014-09-15 18:42:57 +02:00
ak4t0sh
31412baabd
implement online_users graph
2014-09-15 16:02:43 +02:00
ak4t0sh
ef4bcb874d
set graph_period to 5 minutes + text changes in graph config
2014-09-15 15:56:48 +02:00
ak4t0sh
f3d7d0195c
add suspended and deleted accounts
2014-09-15 10:23:51 +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
ak4t0sh
711726ab8f
initial commit
2014-09-12 18:29:18 +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
81ad9f2bc7
Delete outdated duplicate files (postfix plugins)
2014-09-07 10:24:37 +02:00
Gabriele Pohl
6ffd50195c
Reduce number of categories, use more generic terms
2014-09-07 02:03:45 +02:00
Gabriele Pohl
e00bd6b8a0
Move plugins to subdirectory
2014-09-06 23:37:15 +02:00
Gabriele Pohl
be24db7e0b
Merge branch 'master' of https://github.com/munin-monitoring/contrib
2014-09-06 22:36:03 +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
Jonas Friedmann
92abf3e3eb
Fix frdmn's minecraft plugins
...
- Get rid of duplicate plugins in "jsonapi/" folder
- Rename
- Reference to original GitHub repo
2014-09-06 15:11:07 +02:00
Gabriele Pohl
0743e6e5fb
Move Example Graphs to Subdirectory
2014-09-03 22:01:33 +02:00
Steve Schnepp
e109323f0f
Merge pull request #514 from jasperla/puppet_runtime
...
Add plugin to retrieve the time puppet agent took to apply the catalog
2014-08-26 14:18:48 +02:00
Steve Schnepp
c64ba9efc9
Merge pull request #519 from dannyman/master
...
Initial commit of snmp__sentry.
2014-08-26 14:18:20 +02:00
Steve Schnepp
ecbe89bd7a
Merge pull request #517 from lwindolf/master
...
Fixes #470 : emits warning: "bad ps syntax, perhaps a bogus
2014-08-26 14:18:03 +02:00
Daniel Howard
cde66ba499
Fix whitespace.
2014-08-25 13:25:39 -07:00
Daniel Howard
0e634e4813
Initial commit of snmp__sentry.
2014-08-25 11:13:40 -07:00
asgh
d8dad71362
Fix memory usage check
...
Change "FB Memory Usage" to just "Memory Usage" - this will also work on an old version that still uses the "FB" terminology.
2014-08-19 22:21:11 -04:00
Lars Windolf
2741a6efc0
Fixes #470 : emits warning: "bad ps syntax, perhaps a bogus
2014-08-18 22:56:41 +02:00
Steve Schnepp
56573f4600
Merge pull request #513 from jasperla/puppet_openbsd
...
Allow for a custom puppet directory
2014-08-14 08:53:34 +02:00
Jasper Lievisse Adriaanse
f6d7cf5965
Add plugin to retrieve the time puppet agent took to apply the catalog
2014-08-13 11:05:59 +02:00
Konstantin Kuklin
75d48c9630
added plugins to monitoring Mysql HandlerSocket connections
2014-08-13 07:05:38 +04:00
Jasper Lievisse Adriaanse
5182fee7a3
Allow for a custom puppet facts directory
...
For example on OpenBSD, /var/lib/puppet doesn't exist and /var/puppet is used
2014-08-12 19:33:51 +02:00
Steve Schnepp
c32b9ebc9f
Merge pull request #512 from lwindolf/master
...
Fixing multiple typos and indentation
2014-08-12 16:53:30 +02:00
Lars Windolf
96223fc7a5
Fixing multiple typos and indentation
2014-08-10 23:40:39 +02:00
Henrik Welk
28c4487772
Fixing Regexp for kvm plugins to be aware of underscores in vm names (otherwise munin will not generate graphs bc. of too long filenames)
2014-08-06 15:19:55 +02:00
Steve Schnepp
d40562033b
proftpd: converting to /bin/sh
...
Some cleanup
2014-08-04 17:25:28 +02:00
Steve Schnepp
e3cc768b43
Merge pull request #507 from googley/master
...
Convert perl script to bash
2014-08-04 17:21:52 +02:00
Steve Schnepp
8d05b1f1c7
Merge pull request #508 from jeroenvermeulen/hhvm_plugin
...
First version of the Munin plugin to monitor HHVM
2014-08-04 17:20:32 +02:00
Steve Schnepp
57b97494de
Merge pull request #509 from lr1980/patch-1
...
Update powered_up_
2014-08-04 17:19:32 +02:00
Root on server Star
5f05c8c733
Fixed multigraph for monitoring multple HHVM instances
2014-08-04 01:09:54 +02:00
Jeroen Vermeulen
2fe6d91bbe
Added Apache 2.4 config example
2014-08-03 23:10:40 +02:00
Jeroen Vermeulen
4a214b006b
Removed load warning level
2014-08-03 22:27:04 +02:00
Gavin Shelley
2f7178a698
Support some more jenkins statuses: notbuilt_anime, aborted, aborted_anime
2014-08-03 14:03:37 +01:00
lr1980
9534ff7dc0
Update powered_up_
...
add optional use of "/dev/disk/by-id"
2014-08-02 22:59:19 +02:00
Jeroen Vermeulen
c8d88c62dd
First version of the Munin plugin to monitor HHVM
2014-08-02 17:39:43 +02:00
Elie Deloumeau
60fe9ba9ea
Convert perl script to bash
...
For a better compatibility
2014-07-30 09:51:24 +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
OOP Master
3e90094480
exit 0 and some notices ...
...
Add exit 0
# WARNING : Samba 3.6 and newer block access to smbstatus for no root user
# On Debian make a "chmod a+w /run/samba/sessionid.tdb"
# smbstatus must open this file with RW option
2014-07-24 14:02:36 +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
Ingo Oppermann
c2d371ba3d
Detect aspect correctly even if renamed to varnish_
2014-07-11 15:41:05 +00:00
Ingo Oppermann
770144a766
Fix backticks in README.md
2014-07-10 16:07:06 +02:00
Ingo Oppermann
c85bf0ef08
Add plugin for Varnish 4
2014-07-10 14:04:24 +00:00
Samuel Smith
8f7c72c29e
Added postgres_queries3_ to get stats on a per table basis
2014-07-08 12:33:56 -05: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
Steve Schnepp
c43dc4b9a2
Merge pull request #493 from OlegPS/esxcli_env_
...
Added plugin (esxcli_env_) to monitor ESXi host temperature or power via esxcli
2014-07-03 01:11:42 +02:00
Steve Schnepp
bc3d895b4a
Merge pull request #494 from phaus/vmware_fusion
...
adding first version of the plugin for VMWare Fusion (Mac OS/Darwin)
2014-07-03 01:11:37 +02:00
Steve Schnepp
7fd50c2095
Merge pull request #495 from phaus/jenkins
...
adding first version of the plugin for the Jenkins CI Server
2014-07-03 01:11:32 +02:00
Steve Schnepp
6ddb436af7
Merge pull request #496 from phaus/openfire
...
adding first version of the plugin for the Openfire XMPP (Jabber) Server
2014-07-03 01:11:26 +02:00
Steve Schnepp
da1d8cfc6e
Merge pull request #497 from phaus/dar_vpnd
...
adding first version of the plugin for Mac OS Server VPN Daemon
2014-07-03 01:11:19 +02:00
Steve Schnepp
8ee5765d07
Merge pull request #492 from burdandrei/master
...
Configuration for local ipmi monitoring
2014-07-03 01:09:29 +02:00
Steve Schnepp
c3b0fa0b68
Merge pull request #491 from lwindolf/patch-1
...
Fix typo
2014-07-03 01:09:05 +02:00
Steve Schnepp
a993732f44
Merge pull request #487 from tochev/ntp_pool_score
...
add ntp_pool_score
2014-07-03 01:08:48 +02:00
minitux
78e584dca9
int conversion
...
convert port in integer when it is set from config file
2014-06-24 15:57:05 +02:00
phl
628fb013ae
adding first version of the plugin for VMWare Fusion (Mac OS/Darwin)
2014-06-22 14:44:35 +02:00
phl
f912045dec
adding first version of the plugin for the Openfire XMPP (Jabber) Server
2014-06-22 14:43:40 +02:00
phl
a28b2691b3
adding first version of the plugin for the Jenkins CI Server
2014-06-22 14:43:02 +02:00
phl
d38174c6f8
adding first version of the plugin for Mac OS Server VPN Daemon
2014-06-22 14:42:22 +02:00
Oleg Selin
8c8aa2eb02
Added plugin (esxcli_env_) to monitor ESXi host temperature or power via esxcli
2014-06-21 10:34:35 +04:00
Andrei
5ee4d8cf4a
Configuration for local ipmi monitoring
...
Added comment with guide how to configure plugin for local monitoring
2014-06-19 23:42:26 +03:00
Lars Windolf
6a13df5618
Fix typo
2014-06-15 21:14:44 +02:00
Vlad Marian
0866999f9d
Make it usable
...
Fixed the display issue for formerly active users that wore no longer showing once they closed all connections.
Also made other fixes like the negative others and improved performance.
It could still be improved but for now it should do.
2014-06-11 15:43:48 +01:00
Petteri Valkonen
223afac991
Add plugin for measuring the core temperature of the BCM2835 SoC on a Raspberry Pi
2014-06-03 21:02:58 +03:00
Bjoern Boschman
e3c40a04c8
added lxc plugins from https://github.com/vajtsz/munin-plugins
2014-05-30 17:55:55 +02:00
tochev
20a713f6c2
ntp_pool_score: fix negative values
2014-05-30 15:26:43 +03:00
tochev
d885efee2d
ntp_pool_score: switch to /bin/sh
2014-05-30 03:23:51 +03:00
Tocho Tochev
3ef6c0a74f
add ntp_pool_score
2014-05-30 02:26:56 +03:00
Oliver Chick
bcae83c510
candidateOrigin has been removed. Replace with candidate.origins
2014-05-23 17:59:25 +01:00
Oliver Chick
b90db64a0a
Fix typo that prevents munin from learning about upgradable packages
2014-05-23 17:59:19 +01:00
Steve Schnepp
e842ddf362
Merge pull request #484 from cloos/wget-options
...
plugin rt_ticket_loadtime Wget options
2014-05-08 13:18:07 +02:00
Steve Schnepp
2c1cc1eb22
Merge pull request #483 from pvalkone/freebsd-hdd-power-state-plugin
...
Add plugin for monitoring HDD power state on FreeBSD
2014-05-06 13:36:08 +02:00
Petteri Valkonen
b194c86774
Fix indentation
2014-05-05 21:11:08 +03:00
Petteri Valkonen
b077ad21e4
Add plugin for monitoring HDD power state on FreeBSD
2014-05-05 20:16:59 +03:00
leeclemens
61f058fce9
_mem should use FB memory used, only
...
NVIDIA 6 added differentiation between FB and BAR1 memory - use nvidia_gpu_mem for FB Memory *only* since its definition fits better with the usage prior to BAR1 memory.
2014-05-04 12:46:40 -04:00
Christian Loos
8a93193a90
add the Accept-Encoding header to the wget call
...
This is necessary to have results comparable to a users browser.
2014-05-02 08:09:28 +02:00
代码之力
96116a460b
coerce lockTime to float type
...
otherwise we'll always get 0 from integer division.
2014-04-30 10:48:44 +08:00
Steve Schnepp
d2847dc508
Merge pull request #478 from kabo/master
...
Added plugin for i2p
2014-04-23 22:26:15 +02:00
Steve Schnepp
0fd72c2027
Merge pull request #479 from tomdee/master
...
Script to monitor the power state of hard drives
2014-04-23 22:25:28 +02:00
Tom Denham
b4660677e7
Script to monitor the power state of hard drives
2014-04-19 11:52:25 -07:00
Calle Kabo
8a482a9511
added i2p
2014-04-18 22:18:59 +02:00
linyows
fd3a90f22f
assigned but unused variable
2014-04-18 10:14:15 +09:00
linyows
1f00275d4e
shadowing outer local variable
2014-04-18 10:13:56 +09:00
linyows
f6b9d755d3
use "unicorn" instead of "unicorn_rails" in process greping
2014-04-18 10:10:06 +09:00
Petteri Valkonen
cadcfa01fb
Use /usr/bin/env bash in shebang for portability
2014-04-07 22:28:15 +03:00
Christian Loos
99e037bd1d
move wget options in a variable
2014-04-07 08:28:41 +02:00
Steve Schnepp
4be444c518
Merge pull request #473 from funkypenguin/master
...
added ready and wait CPU graphs from VMWare
2014-04-03 09:14:38 +02:00
nagyrobi
553811f889
Update voltcraft_tcm220_
...
v0.2 - added checksum validation of the parsed values
2014-04-02 13:26:19 +02:00
David Young
ca7e83efed
added ready and wait CPU graphs from VMWare
2014-03-26 15:22:53 +13:00
Steve Schnepp
ddc595889f
Merge branch 'pull/469'
2014-03-22 13:43:54 +01:00
pascal
d824c7696f
p/cpubyuser: get stats from top instead of ps
...
The top cpu statistics fit better to the other cpu statistics in munin.
The ps based statistics are calculated as average over the runtime of a
program, which does not neccessarily reflect the current situation.
2014-03-22 13:31:27 +01:00
Antoine Beaupré
b44c20b495
follow file naming convention here
2014-03-21 08:10:48 -04:00
Antoine Beaupré
2ecac880e9
anonymise labels
...
data is still stored with the full identifiers so this change is
backwards compatible
but at least we are not retransmiting data off the airwaves and it is
anonymised in some way
2014-03-21 08:10:48 -04:00
Antoine Beaupré
9860b09758
add plugin to monitor "smart meters" power usage
...
this connects munin with the RTLAMR project, and allows readout of AMR
(Automatic Meter Reporting) data over the airwaves
This plugin will draw some nice graphs of your neighbors (and
yourself, coincidentally) power consumption. You can also see the
adoption of the AMR in your neighborhood and density of signal.
2014-03-21 07:49:15 -04:00
Steve Schnepp
c2d3f49cfa
Merge remote branch 'pull/434'
2014-03-14 12:12:00 +01:00
Steve Schnepp
33c40d052a
Merge remote branch 'pull/455'
2014-03-14 12:08:53 +01:00
Steve Schnepp
b7f5c3fd06
p/cpu_: fix test for guest_nice emptyness
...
The simple "=" is prefered to the "==" one, as we don't need to test numeric
values.
2014-03-14 11:58:19 +01:00
Steve Schnepp
83df6155fa
Merge remote branch 'pull/468'
2014-03-14 11:57:26 +01:00
Jonas Friedmann
fb433dc4e1
Indention
2014-03-13 12:21:28 +01:00
Jonas Friedmann
f1cef24112
Example for alerts / limits
2014-03-13 12:21:27 +01:00
Jonas Friedmann
4192c14f76
comment format renewal
2014-03-13 12:21:27 +01:00
Jonas Friedmann
22436814ea
added some whitespaces
2014-03-13 12:21:27 +01:00
Jonas Friedmann
2b17468244
new Statistician and Ultrabans (SQL) plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
ed43e06b40
new README for new plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
c94bfaf972
reorded the tasks
2014-03-13 12:21:27 +01:00
Jonas Friedmann
815075fe86
missing '`'
2014-03-13 12:21:27 +01:00
Jonas Friedmann
70b328acd7
fixed a typo
2014-03-13 12:21:27 +01:00
Jonas Friedmann
9066b8ff7a
more pretty code highlighting
2014-03-13 12:21:27 +01:00
Jonas Friedmann
3dde76f89a
fixed missing code
2014-03-13 12:21:27 +01:00
Jonas Friedmann
b6bf87120c
first version of the plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
a02e98adda
initial README
2014-03-13 12:21:27 +01:00
Jonas Friedmann
0665788479
Initial commit
2014-03-13 12:21:27 +01:00
rkarlsba
67525b295f
Update cpu_
...
some fixes for guest_nice
2014-03-09 19:45:54 +01:00
Steve Schnepp
5dcb693a27
Merge pull request #464 from opendbteam/master
...
New plugin: memory usage by user
2014-03-09 19:40:23 +01:00
Steve Schnepp
b569c5d0d2
Merge pull request #465 from speedj/master
...
dhcpd-pools for ISC dhcpd pool usage graphs
2014-03-09 19:39:30 +01:00
rkarlsba
a3d90c8fb0
Update cpu_
...
fixed /proc/stat parsing issues
2014-03-09 19:25:57 +01:00
speedj
bd2944f80d
New plugin dhcpd-pools for ISC dhcpd
...
Requires dhcpd-pools - ISC dhcpd pools usage analysis http://dhcpd-pools.sourceforge.net/
2014-03-08 00:05:09 +01:00
Steve Schnepp
ff1c67d59c
p/cpu_: adding the core Id in the graph titles
2014-03-06 15:42:55 +01:00
Steve Schnepp
fe253b1456
c/cpu_: setting +x
2014-03-06 15:40:37 +01:00
Steve Schnepp
149688a727
p/cpu_: add a multigraph multi-core cpu plugin
2014-03-06 12:35:28 +01:00
Gilles Fauvie
ee4950cb87
fix bug
2014-03-05 16:37:06 +01:00
Gilles Fauvie
0283dce0ab
New plugin: check memory usage by user
2014-03-05 12:33:10 +01:00
Steve Schnepp
034bd70ec9
Merge pull request #462 from muffl0n/doc_percona
...
Added documentation for percona-Plugin
2014-02-27 17:22:22 +01:00
Anton Orel
712558db17
Updated swift plugins
2014-02-27 18:42:29 +04:00
muffl0n
fe864b9dc3
Added documentation
2014-02-25 15:44:16 +01:00
Steve Schnepp
a83b0d27d8
Merge pull request #461 from muffl0n/percona_plugin
...
Create plugin percona_
2014-02-25 12:51:37 +01:00
muffl0n
597516813e
Create percona_
...
Munin plugin for monitoring
percona_flow
percona_queues
percona_replication
percona_transactions
percona_transactions_bytes
2014-02-25 12:35:00 +01:00
Steve Schnepp
c622281913
Merge pull request #460 from XciD/master
...
Add Port/IP
2014-02-25 11:10:16 +01:00
XciD
fa1298bfde
Add IP/Port
2014-02-25 10:50:59 +01:00
XciD
80dcbf7231
Update rtom_allsessions_mem
...
Add ip / port function
2014-02-25 10:35:06 +01:00
Steve Schnepp
7d50f759fc
Merge pull request #459 from Crafter6432/master
...
Bug fix & Added possibility for http auth
2014-02-24 12:39:02 +01:00
Steve Schnepp
8a91cd30f7
Merge pull request #457 from zbal/php-fpm-status
...
Add unix socket support, change some indent / format.
2014-02-21 13:48:24 +01:00
Andreas Geesen
6a12882b4a
Enhanced used memory calculation for values displayed in G
2014-02-21 12:33:05 +01:00
Vincent Viallet
926c0ee4cd
Add unix socket support, change some indent / format.
2014-02-20 13:31:39 +08:00
Steve Schnepp
6d2da7ad27
p/cpu_linux_multi: remove the use of /proc/cpuinfo
2014-02-19 15:10:21 +01:00
Steve Schnepp
d38eda2838
p/cpu_linux_multi: suppress perl warning
2014-02-19 15:10:20 +01:00
Steve Schnepp
5e2aaa3a67
Merge pull request #439 from leeclemens/patch-1
...
fix example comment with proper wildcard examples
2014-02-18 16:02:21 +01:00
Steve Schnepp
41f6ee3897
Merge pull request #450 from rralcala/master
...
Initial commit of this total requests by status code for virtual hosts.
2014-02-18 16:01:38 +01:00
Steve Schnepp
6270bfacc3
Merge pull request #451 from jmarcio/patch-1
...
Create sendmail_mailq plugin
2014-02-18 16:01:19 +01:00
Steve Schnepp
7138f44167
Merge pull request #454 from zjttoefs/master
...
chronyc: new feature, better performance
2014-02-18 16:01:04 +01:00
Steve Schnepp
c742e5e7d6
Merge pull request #452 from jmarcio/patch-2
...
Create jchkmail_counters_ plugin
2014-02-18 16:00:29 +01:00
Steve Schnepp
7090bcd880
Merge pull request #448 from shtouff/feat-plugin-bind9_rr
...
Feat plugin bind9 rr
2014-02-18 15:59:05 +01:00
Steve Schnepp
7bde2d73bf
Merge pull request #447 from ghtyrant/master
...
Add ServerQuery login support to ts3v2 plugin
2014-02-18 15:58:11 +01:00
Steve Schnepp
134200b2f5
Merge pull request #445 from XciD/master
...
Add Category for users who have multiple sessions / new plugin for multiple session only socket mode
2014-02-18 15:56:20 +01:00
Steve Schnepp
97a5f91979
Merge pull request #440 from ercpe/master
...
Plugin to monitor temperatures of Synology systems via SNMP
2014-02-18 15:53:46 +01:00
Steve Schnepp
1f523a7527
Merge pull request #437 from deveth0/patch-5
...
Update slush_reward_
2014-02-18 15:46:37 +01:00
Steve Schnepp
2213ba069a
Merge pull request #436 from deveth0/patch-4
...
Update slush_hashrate_
2014-02-18 15:46:19 +01:00
Steve Schnepp
fe49d51245
Merge pull request #435 from rafaltrojniak/master
...
Redis: Refactoring , information about the limits, more memory statistics
2014-02-18 15:45:36 +01:00
Steve Schnepp
f88b11105b
Merge pull request #430 from leeclemens/master
...
append newline to support _mem and multiple GPUs
2014-02-18 15:43:59 +01:00
Steve Schnepp
c3370cfb13
Merge pull request #429 from Fusl/master
...
Added plugin for pdns_recursor rec_control get-qtypelist querytype-listi...
2014-02-18 15:43:17 +01:00
Steve Schnepp
21d2262faa
Merge pull request #428 from minitux/patch-1
...
Update redis-speed add password option
2014-02-18 15:42:37 +01:00
Steve Schnepp
71da82d96f
Merge pull request #427 from warrenguy/tarsnap
...
Add 'tarsnap' plugin.
2014-02-18 15:42:15 +01:00
Steve Schnepp
74f814befd
Merge pull request #426 from gullevek/master
...
Plugin to monitor HP server temperatures via the hplog command
2014-02-18 15:41:47 +01:00
Tobias Richter
1a0b016723
new feature, better performance
...
* add stratum monitoring
* reduce forking by using awk
* do not limit output precision
* detect slow/fast time or freqency and adjust sign of value accordingly
* remove commented out code
2014-02-16 16:55:42 +00:00
Crafter6432
aff7c65f9f
Bug fix
...
Added possibility for http auth
2014-02-14 13:13:04 +01:00
Jose-Marcio Martins da Cruz
aa6e39ff38
Create jchkmail_counters_ plugin
...
jchkmail_counters_ is a plugin to monitor j-chkmail mail filter - http://www.j-chkmail.org
2014-02-09 21:18:05 +01:00
Jose-Marcio Martins da Cruz
c81b798bde
Create sendmail_mailq plugin
...
This plugin is a replacement for sendmail_mailqueue.
It's proposed at the contrib tree but it may eventually replace the main sendmail_mailqueue plugin.
It solves three problems in sendmail_mailqueue :
1. sendmail_mailqueue gets its results from the number of files on the queues directories. This may led to wrong results on some situations. sendmail_mailq parses the results of the command mailq, which is how sendmail identifies the contents of its queues.
2. It show separate results for the MTA and MSP.
3. In huge servers it's usually better to create multiple queues (or groups) and to set different priority to them, depending on the source or destination. This plugin shows the details for each queue.
2014-02-09 19:51:23 +01:00
Roberto Rodriguez
cbbedb7cb8
Initial commit of this total requests by status code for virtual hosts.
...
It was written in bash to avoid any dependencies
TODO: Add a better clasification of status codes (Short and useful)
2014-02-09 16:18:19 +02:00
Steve Schnepp
84e0b4240e
Merge pull request #449 from steveschnepp/postgres_tuplesratio
...
p/postgres_tuplesratio: ratio of live/dead tuples
2014-02-09 14:31:49 +01:00
Gilles
0b4260198b
p/postgres_tuplesratio: ratio of live/dead tuples
2014-02-09 14:29:24 +01:00
Rémi Paulmier
0ddf01817f
canonicalize keys with _ instead of dots
2014-02-07 15:45:04 +01:00
Rémi Paulmier
e3e3ca2787
added a new plugin to monitor bind9 usage by RR queried
2014-02-07 15:01:41 +01:00
Fabian Schlager
3be8fd69cc
Remove debug output from ts3v2
2014-02-06 16:32:29 +01:00
Fabian Schlager
d41d39916b
Add server query login to ts3v2 plugin
2014-02-06 16:29:17 +01:00
XciD
f519cf3ad4
Create rtom_allsessions_vol
...
For all sessions
2014-02-05 11:32:00 +01:00
XciD
acba118937
Create rtom_allsessions_spdd
...
For all sessions
2014-02-05 11:31:24 +01:00
XciD
71a872cfb6
Create rtom_allsessions_peers
...
For multiple sessions
2014-02-05 11:30:14 +01:00
XciD
4aae9a41a0
Create rtom_allsessions_mem
...
For multiple sessions
2014-02-05 11:29:14 +01:00
XciD
530b61edf0
Update rtom_vol
...
Add Category for people who have multiple sessions
2014-02-04 17:41:30 +01:00
XciD
e15ed8cb28
Update rtom_spdd
...
Add Category for people who have multiple sessions
2014-02-04 17:40:43 +01:00
XciD
e384c4b637
Update rtom_peers
...
Add Category for people who have multiple sessions
2014-02-04 17:39:47 +01:00
XciD
e55e233b22
Update rtom_mem
...
Add category for people who have multiple sessions
2014-02-04 17:38:33 +01:00
Clemens Schwaighofer
54dee0ad42
Merge remote-tracking branch 'upstream/master'
2014-02-04 17:17:33 +09:00
Johann Schmitz
e937af458e
Plugin to monitor temperatures of Synology systems via SNMP
2014-02-02 08:03:43 +01:00
leeclemens
be06ff03a1
fix example comment with proper wildcard examples
...
removed media in favor of error - since valid wildcard values are temp, error, other, predictive
2014-01-29 21:23:12 -05:00
deveth0
2fbd179fa2
Update slush_reward_
...
Moved from filename to env parameter to prevent the api-key displayed as graph name
2014-01-28 23:41:42 +01:00
deveth0
3bf0c91b92
Update slush_hashrate_
...
Moved from filename to env parameter for the api key. This way the api key is no longer displayed as the chart name
2014-01-28 23:40:35 +01:00
Rafał Trójniak
3e56b6589b
Refactoring of fetching procedures, information about the limits, more memory statistics
2014-01-26 21:47:50 +01:00
Antoine Beaupré
9f6830d4ea
remove duplicate nagios multigraph
...
nagios-multigraph is almost an exact copy of nagios_multi_, apart from some string changes.
furthermore, it says it should be installed as nagios_multi_ so it's clearly the superfluous one
2014-01-24 13:45:01 -05:00
leeclemens
7713329755
append newline to support _mem and multiple GPUs
...
Memory used percentages were being concatenated into a single string if multiple GPUs were present, e.g. both using 30% would print mem0.value 3030 mem1.value
2014-01-23 14:33:43 -05: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
minitux
9894864b71
Update redis-speed add password option
...
Add password option in the redis connection
2014-01-22 19:02:03 +01:00
Warren Guy
de7d6a27b9
Add 'tarsnap' plugin.
...
Monitors the amount of data stored by the local machine on the tarsnap.com service.
2014-01-22 14:17:26 +00:00
Clemens Schwaighofer
e7342a3831
Munin postfix plugins for multiple postfixes
...
renamed the ‘rtimeout’ from “Lost connection” to “Read connection timed
out” to be more correct at what this value is.
2014-01-21 15:58:39 +09:00
Clemens Schwaighofer
84d9fa7d7b
HP Monitoring plugin for temperature via the hplog command
2014-01-21 15:18:05 +09:00
thefinn93
faca733fd6
Added a category to mailman-queue-check
2014-01-15 19:09:31 -08:00
thefinn93
59ecf3f15e
Moved mailman-queue-check to the mailman folder
2014-01-15 19:07:28 -08:00
Steve Schnepp
d58231ff51
Merge pull request #423 from ercpe/juniper
...
Juniper SRX SNMP plugin
2014-01-12 05:15:14 -08:00
Johann Schmitz
785dab3706
Finished the juniper_spu plugin
2014-01-12 08:18:21 +01:00
Johann Schmitz
ae30c5979c
Finished the plugin
2014-01-11 19:50:44 +01:00
Johann Schmitz
f52a7ea9a7
New plugin to monitor flow and cp sessions of Juniper firewalls via SNMP.
2014-01-11 19:24:42 +01:00
Johann Schmitz
f78847fbae
Fixed the plugin
2014-01-11 10:14:17 +01:00
Johann Schmitz
acfd3e4e08
Fixing trailing whitespaces
2014-01-10 15:03:13 +01:00
Johann Schmitz
ee0d7b3826
Some fixes
2014-01-10 14:53:47 +01:00
Johann Schmitz
2fff9d6bac
First version of the juniper SNMP plugin
2014-01-10 14:17:05 +01:00
Kenyon Ralph
e99f0f672b
Merge pull request #422 from lwindolf/master
...
Fix negative values on Sphinx restart
2014-01-09 10:02:00 -08:00
Steve Schnepp
8f719ef600
Merge pull request #420 from ldidry/update-du-2
...
[plugins/disk/du-2] Doc and autoconf updates
2014-01-08 12:51:04 -08:00
Steve Schnepp
959f55ee0e
Merge pull request #421 from ldidry/new-plugin-du_pattern
...
New plugin : du_pattern
2014-01-08 12:49:17 -08:00
Luc Didry
e838e28ee0
Copyright year update
2014-01-07 17:22:21 +01:00
Luc Didry
54560ad5ed
Copyright year update
2014-01-07 17:21:06 +01:00
Luc Didry
3f253ebec9
Copyright year update
2014-01-07 17:17:50 +01:00
Luc Didry
29e732d7ee
Add new plugin : postfwd2
2014-01-07 17:13:40 +01:00
Luc Didry
89b632233c
Add new plugin : du_pattern
2014-01-07 17:02:08 +01:00
Luc Didry
3e5627a223
[plugins/disk/du-2] Doc and autoconf updates
2014-01-07 16:54:13 +01:00
Lars Windolf
b32ff11c61
Avoid negative queries count on Sphinx restart
...
Difference calculation can go negative when Sphinx is restarted. This makes ugly spikes in the graph.
2014-01-07 15:28:01 +01:00
Lars Windolf
7ca5814ce7
Avoid negative connection count on Sphinx restart
...
Difference calculation can go negative when Sphinx is restarted. This makes ugly spikes in the graph.
2014-01-07 15:27:16 +01:00
Steve Schnepp
08241c1282
Merge pull request #417 from anarcat/mysql_per_user
...
fork the mysql_connections plugin to add per-user support
2014-01-03 07:37:33 -08:00
Igor Borodikhin
2eb7552c5d
Fixed wrong path to munin-node config file in doc
2014-01-03 19:47:37 +06:00
Johann Schmitz
c255203d9a
Stub for juniper plugin
2014-01-03 06:55:00 +01:00
Antoine Beaupré
efc20c679a
cosmetic
2014-01-02 19:30:41 -05:00
Antoine Beaupré
6002cb63eb
overhaul graph display: remove total, make "current" the "limit"
...
i did this because I can't figure out how to *not* stack the lines
after the areas. furthermore, removing the limit is essential to have
a proper resolution in the display.
2014-01-02 19:17:09 -05:00
Antoine Beaupré
02c5c4b6d6
limit and sort the config entries the same way as we sort values, based on values
2014-01-02 19:08:10 -05:00
Antoine Beaupré
88ba6e86be
reorder graph to, hopefully, fix stacking
2014-01-02 18:54:45 -05:00
Antoine Beaupré
ade1481717
cosmetic fixes
2014-01-02 18:47:52 -05:00
Antoine Beaupré
c2214999c3
limit to ten the number of users by default
2014-01-02 18:47:44 -05:00
Antoine Beaupré
c223def9d5
fork the mysql_connections plugin to add per-user support
2014-01-02 17:44:02 -05:00
Steve Schnepp
361ed1886d
Merge pull request #416 from otaviof/master
...
Netatalk v3
2014-01-02 03:46:50 -08:00
Steve Schnepp
a30e9ddcc9
Merge pull request #414 from tsaavik/master
...
Updated to work without using deprecated hadoop command and allows setting of hadoop admin user via plugin-conf
2014-01-02 03:45:27 -08:00
Steve Schnepp
783830acc4
Merge pull request #411 from tuxis-ie/master
...
Add support for ZFS On Linux
2014-01-02 03:44:49 -08:00
Otavio Fernandes
aec5ca142b
Adding simple Bash script plugin to read information also from Netatalk v3.
2014-01-02 09:56:19 +01:00
Kenyon Ralph
1368ef0e4f
Merge pull request #403 from dotdoom/master-ejabberd_resources_-file-descriptors
...
Add open_files capability to ejabberd_resources_
2013-12-29 10:47:57 -08:00
Clemens Schwaighofer
a64e85b2b7
Add multiple postfix monitoring plugin
2013-12-25 12:30:51 +09:00
tsaavik
08eefc2587
don't collect/send redundant data to munin
2013-12-20 13:06:41 -08:00
tsaavik
10dc32cd07
updated to user the perl munin module and user config from plugin-conf
2013-12-20 11:03:42 -08:00
tsaavik
4682e4fee4
better way to do it
2013-12-20 10:26:40 -08:00
tsaavik
9d5a111982
Removed deprecated hadoop command for hdfs
...
Made hdfs user configurable (FIXME: user plugin.conf)
2013-12-20 10:18:46 -08:00
Tuxis Internet Engineering
1bf1090901
Add support for ZFS On Linux
2013-12-16 10:55:35 +01:00
Steve Schnepp
84d972d71f
Merge pull request #410 from Synopsi/master
...
Disk/raid: cpct does not have always value
2013-12-11 13:57:02 -08:00
Steve Schnepp
931b5f97f0
Merge pull request #352 from allanparsons/master
...
Rewrite of haproxy-sessions-by-servers
2013-12-11 13:55:24 -08:00
Allan Parsons
41db1b552b
Update haproxy-sessions-by-servers
2013-12-10 22:07:28 +00:00
Tomas Sirny
d7e6c0114d
Fix cpct value
2013-12-10 15:48:01 +01:00
Steve Schnepp
f57d763b3f
Merge pull request #408 from steveschnepp/rpi
...
Some plugins specific to RPi
2013-12-07 06:24:23 -08:00
Steve Schnepp
ca5aafbec7
p/cpu_freq_1sec: adding a description
2013-12-07 15:24:09 +01:00
Steve Schnepp
150f018858
p/dartybox: adding a license
2013-12-07 15:21:59 +01:00
Steve Schnepp
3669b92a60
p/cpu_freq_1sec: fix the indentation
2013-12-06 21:10:00 +01:00
Steve Schnepp
48d3de6056
p/cpu_freq_1sec: fix the unit & the DS type
2013-12-06 21:09:24 +01:00
Steve Schnepp
61fe1573cb
p/rpi_temp: adding a milli precision
2013-12-06 21:03:39 +01:00
Steve Schnepp
6af19f5558
p: adding a temp plugin for RPi
2013-12-06 21:03:22 +01:00
Steve Schnepp
3233ad4934
p: adding a cpu freq 1 sec for RPi
2013-12-06 21:03:05 +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
Steve Schnepp
f29162ba0b
Merge pull request #404 from whyscream/dspam-fixes
...
Minor fixes for dspam_ plugin
2013-12-04 03:33:06 -08:00
Steve Schnepp
f5a231b89b
Merge pull request #406 from msoulard/patch-1
...
Update transmission for python 2.7
2013-12-04 03:32:24 -08:00
Steve Schnepp
60b8e89523
Merge pull request #366 from mapkyca/master
...
Updating BeBox support
2013-12-04 03:28:15 -08:00
Steve Schnepp
760b07cdb6
Merge pull request #407 from northox/glob_support
...
Add file expansion (glob) and switch to MIT license
2013-12-04 03:26:00 -08:00
Danny Fullerton
cf03f9b045
Add file expansion (glob) and switch to MIT license
2013-12-03 21:23:50 -05: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
Ilia Kondrashov
274440f2b2
make host/port configurable
2013-11-27 18:03:06 +04:00
Tom Hendrikx
22c41cd6c8
Found another problem with variable handling, when it contains a dash
2013-11-16 18:35:34 +01:00
Tom Hendrikx
8cf82404ac
Minor fixes for dspam_ plugin
2013-11-16 13:39:11 +01:00
Artem Sheremet
bf9c3caae9
Add open_files capability to ejabberd_resources_
...
It appears that erlang port is not bound to an OS file very often.
Thus "ulimit -n" is moved to a separate graph and lsof/fstat is used as
a backend to count the number of files open.
2013-11-16 12:53:41 +03:00
Steve Schnepp
04e9d5bfa1
Merge branch 'pr/401'
...
Merging a rebased branch for pull #401
2013-11-15 13:29:48 +01:00
Nuno Fachada
c53197ce5a
Improve GPU plugins documentation
2013-11-15 13:27:36 +01:00
Nuno Fachada
10b1de81bb
Configurable warning and critical temperatures for GPUs
2013-11-15 13:27:28 +01:00
Nuno Fachada
758ca724a0
Add TODO and FIXME notes on some issues
...
TODO 1: Follow multigraph suggestion from Flameeyes to look into multigraph
plugins (http://munin-monitoring.org/wiki/MultigraphSampleOutput ),
in order to reduce the amount of round trips to get the data.
TODO 2: Put warning and critical as vars in config with sensible defaults.
TODO 3: Add additional output options for nvidia-smi only available for
professional GPUs.
FIXME: Possible bug in lines 87-91 of amd_gpu_
2013-11-15 13:27:05 +01:00
metfan
5b9a588453
add plugins to monitor PHP execution time based on time provide by apache in log
2013-11-14 23:17:45 +01:00
metfan
7f0db9e848
add plugins to monitor PHP errors from log file
2013-11-14 23:09:44 +01:00
Steve Schnepp
0a0b477768
Merge pull request #395 from Jaybee-/master
...
Initial checking of ceph-osd-info plugin. Dumps all ceph values into munin.
2013-11-14 06:32:17 -08:00
Steve Schnepp
a862949e57
Merge pull request #396 from dotdoom/master-ejabberd_resources
...
Add ejabberd_resources_ plugin and it's image
2013-11-14 06:31:11 -08:00
Steve Schnepp
ac138f05f5
Merge pull request #400 from dotdoom/master-netstat_s_-arp-in_out
...
netstat_s_: merge ARP in/out into one
2013-11-14 06:30:31 -08: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
Artem Sheremet
dad864b665
Add ejabberd_stats_ plugin and it's image
...
* connected users
* in/out s2s
2013-11-12 01:03:36 +03:00
Artem Sheremet
783f5df9b4
Add ejabberd_resources_ plugin and it's image
2013-11-12 00:54:10 +03:00
Jort Bloem
974e8cf08c
in plugin ceph-osd-info, if retrieving the data fails, retry up to 10 times
2013-11-07 14:36:09 +13:00
Jort Bloem
0d5391f903
in ceph-osd-info:
...
Break up some functions into more manageble steps.
If json from ceph is invalid, handle it correctly (i.e. dont return anything)
Handle larger chunks of data from ceph (100k instead of 10k per osd).
2013-11-07 11:45:42 +13:00
Jort Bloem
aedea208a5
fixed for recent version of ceph
2013-11-07 10:51:08 +13:00
Jort Bloem
71637f44e7
Initial checking of ceph-osd-info. Dumps all ceph values into munin.
2013-11-07 10:13:05 +13:00
Steve Schnepp
0cef46c0cf
Merge branch 'pr/391'
2013-11-05 10:49:40 +01:00
Steve Schnepp
8efeb1c243
Merge branch 'pr/389'
2013-11-05 10:49:15 +01:00
Steve Schnepp
e605d1c2db
Merge branch 'pr/388'
2013-11-05 10:48:39 +01:00
Steve Schnepp
3df3da4470
Merge branch 'pr/382'
2013-11-05 10:47:34 +01:00
Steve Schnepp
487b46930c
Merge branch 'pr/378'
2013-11-05 10:47:02 +01:00
Steve Schnepp
e67eb0684f
Merge branch 'pr/377'
2013-11-05 10:44:41 +01:00
Steve Schnepp
638f728d9a
Merge branch 'pr/376'
2013-11-05 10:44:04 +01:00
Steve Schnepp
f64c2e5d55
Merge branch 'pr/375'
2013-11-05 10:43:35 +01:00
Steve Schnepp
17cebc6007
Merge branch 'pr/370'
2013-11-05 10:43:12 +01:00
Steve Schnepp
0feca508e2
Merge branch 'pr/368'
2013-11-05 10:42:41 +01:00
Steve Schnepp
d8e683ee63
Merge branch 'pr/358'
2013-11-05 10:39:33 +01:00
Steve Schnepp
ca559b16cc
Merge branch 'pr/353'
2013-11-05 10:36:56 +01:00
Steve Schnepp
872184ecc0
Merge branch 'pr/338'
2013-11-05 10:29:07 +01:00
Steve Schnepp
a9e629317b
Merge branch 'pr/336'
2013-11-04 18:21:36 +01:00
Kenyon Ralph
1db7241dc6
Merge pull request #360 from nagyrobi/patch-10
...
New plugin 2wcomdsr_
2013-11-03 01:58:01 -07:00
Kenyon Ralph
1a2bd61466
Merge pull request #359 from nagyrobi/patch-9
...
New plugin eatonups_
2013-11-03 01:57:02 -07:00
Kenyon Ralph
245b572587
Merge pull request #362 from darac/patch-1
...
Create dovecot_stats_
2013-11-03 01:52:49 -07:00
Kenyon Ralph
db5d7f8a12
Merge pull request #372 from eveiga/nutcracker
...
Add nutcracker plugin.
2013-11-03 01:52:12 -07: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
862bc2134c
bitcoin/slush_reward_: convert to unix line endings
2013-11-03 01:43:54 -07:00
Kenyon Ralph
721bad84c1
bitcoin/slush_reward_: fix documentation copypaste error in plugin name
2013-11-03 01:43:24 -07:00
Kenyon Ralph
a1846d2006
bitcoin plugins: convert to unix line endings
2013-11-03 01:42:34 -07:00
Kenyon Ralph
994ff0d5d7
bitcoin/btcguild_hashrate_: fix documentation copypaste error in plugin name
2013-11-03 01:41:32 -07:00
Kenyon Ralph
9153f029de
Merge pull request #361 from deveth0/master
...
Plugins for Bitcoin-Miner Hashrates (btcguild and slushs pool)
2013-11-03 01:40:40 -07:00
Kenyon Ralph
97fab71b9e
Merge pull request #367 from avances123/master
...
freedisk plugin to show abs used values to disk, increasing line instead of free usage. (decreasing)
2013-11-03 01:38:29 -07:00
Kenyon Ralph
815ec6e88d
Merge pull request #364 from gronager/patch-1
...
Update bitcoind_
2013-11-03 01:35:50 -07:00
Kenyon Ralph
879d0f0cbe
Merge pull request #335 from nagyrobi/patch-7
...
Create virtualbox_ram_usage
2013-11-03 01:34:51 -07:00
Kenyon Ralph
315afa5580
Merge pull request #334 from nagyrobi/patch-6
...
Create virtualbox_cpu_user
2013-11-03 01:34:32 -07:00
Kenyon Ralph
01c5eba094
Merge pull request #333 from nagyrobi/patch-5
...
Create virtualbox_cpu_kernel
2013-11-03 01:33:48 -07:00
Kenyon Ralph
57ac05dd1f
Merge pull request #379 from eucher/xfs
...
new xfs stats plugin
2013-11-03 01:33:01 -07:00
Kenyon Ralph
4dd6e93c4f
Merge pull request #380 from eucher/gearman
...
Gearman jobs&workers plugins
2013-11-03 01:32:40 -07:00
Kenyon Ralph
e58ad151df
Merge pull request #355 from nagyrobi/patch-8
...
New plugin: voltcraft_tcm220_
2013-11-03 01:30:57 -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
250fdc7c66
Merge pull request #369 from averni/master
...
Solr4 update
2013-11-03 01:28:46 -07:00
Kenyon Ralph
fe76476933
mail/postfix_stats: convert to unix line endings
2013-11-03 01:20:42 -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
Kenyon Ralph
ea08f30e8a
Merge pull request #393 from fcomparini/patch-1
...
Update haproxy_rate_frontend
2013-10-29 10:17:04 -07:00
Johann Schmitz
f1552118ec
Use correct line endings for the sa-learn plugin
2013-10-29 17:19:25 +01:00
fcomparini
e331ad4045
Update haproxy_rate_frontend
...
Just a typo on line 86, change "sencond" for second
2013-10-29 11:09:27 -03:00
Marco Schmidt
197aeb265e
Update sge_queue_xml_
...
changed to "committed by"
2013-10-24 15:00:30 +02:00
delinuxspecialist
58c0038473
Update backuppc plugin, fix issues with hostnames with dot(s) (.)
...
We encountered an issue where the hostnames in backuppc had also the domain/subdomain names. As dots are not allowed in munin datasource names we had to fix the backuppc script. Ours is as above, you can find the explanation for clear_fieldnames at : http://munin-monitoring.org/wiki/notes_on_datasource_names .
2013-10-16 14:45:48 +02:00
Shaun M
53fbef95a3
Changed interpreter from /bin/sh to bash so string substitution wouldn't explode
...
"cproc=${proc//[^A-Za-z0-9_]/_}" would break (Bad Substitution errors) on my Debian Wheezy system. Changed the interpreter to bash and script began to run without issue.
2013-10-15 17:29:48 -07:00
Kunzol
f665a37134
Create sge_queue_xml_
...
Wildcard-plugin to monitor Grid Engine queue state.
Using qstat xml output to generate stats.
Graph output optimized.
Summary of a list of queues possible.
2013-10-14 12:51:44 +02:00
aquadraht
9f85e0ae9a
Create postfwd-rbl
2013-10-08 14:53:58 +02:00
Steve Schnepp
42aa1e1854
Merge pull request #385 from slashsBin/master
...
Fix a Bug and Improved doc comments
2013-10-07 05:37:26 -07:00
Ilia Kondrashov
98ffc02a76
add executable flag
2013-10-06 11:14:46 +04:00
Simon Tennant
f3917e1595
Support SNI in the certificate checking
...
plugin was checking the first vhost rather than the correct vhost's ssl certificate validity.
2013-10-03 09:50:57 +02:00
René 'Necoro' Neumann
1f04d10a6d
Allow also digest auth mechanism.
...
Currently only basic auth was supported. I added the ability of doing
digest auth (via 'env.auth_type').
Also, I fixed a bug where 'env.status_url' was ignored.
2013-10-01 17:26:39 +02: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
Mohammad Shokri
55c30227fb
Fixed env section of manual(doc)
2013-09-28 13:37:12 +03:30
Mohammad Shokri
f4070fafba
Fixed env section of manual(doc)
2013-09-28 13:37:02 +03:30
Mohammad Shokri
2e0503aca5
Fixed env section of manual(doc)
2013-09-28 13:36:54 +03:30
Mohammad Shokri
7310fe3227
Fixed env section of manual(doc)
2013-09-28 13:36:24 +03:30
Mohammad Shokri
daac83c489
Fixed env section of manual(doc)
2013-09-28 13:25:37 +03:30
Mohammad Shokri
9daf3766a4
Add table_prefix to registered_users query
2013-09-28 13:23:10 +03:30
Nicolai Langfeldt
defc59e110
* Rather complete rewrite of snmp__apc_ups3_ script: All perl, all multigraph, one plugin to graph it all.
2013-09-26 14:46:06 +02:00
Nicolai Langfeldt
734dd52262
* snmp__apc_ups2_ is in fact snmp__ups_ - a plugin for UPSes that supports the UPS-MIB
2013-09-23 15:46:23 +02: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
antonio
5cc126eebc
Comment cleanup
2013-09-18 13:29:26 +02:00
Pierre Schweitzer
7693a3a08b
Fix mediawiki_api when called with admins arg
...
It was using wrong var and was missing a break
Tested successfully
2013-09-18 13:27:49 +02:00
Phil
cdd5c4a88f
Update tinychat_users_
...
changed the graph_category
2013-09-16 10:36:47 +01:00
antonio
b9781d98a9
fix issue #3
2013-09-12 23:57:59 +02:00
Evgeni Cherdancev
04ad36b605
Gearmand workers count and jobs queue
2013-09-09 14:49:49 +07:00
Evgeni Cherdancev
2a0351098e
new xfs stats plugin
2013-09-09 14:07:39 +07:00
Deathjam
74ee8b7b1a
updated tinychat plugin to also monitor users broadcasting
2013-09-08 23:03:14 +01:00
Thomas Heidrich
cdce48d444
HTTP-Response code plugin
...
imported from gnuheidix/munin-plugins
2013-09-08 16:35:07 +02:00
Thomas Heidrich
4551e4495a
Google PageSpeed plugin added
...
imported from gnuheidix/munin-plugins
2013-09-08 16:25:31 +02:00
Deathjam
c6e8f02928
added tinychat plugin
2013-09-06 22:33:30 +01:00
Steve Schnepp
88e1563b48
dovecot: avoid using sort & wc when grepping
...
egrep has the -c option, that does a wc -l.
Also, there's no need to sort the output prior counting it.
2013-09-05 00:30:45 +02:00
Steve Schnepp
2a72cc32dd
dovecot: Use DERIVE to avoid ugly computations
...
Using a timed grep with a state computation is usually mostly wrong. The DERIVE
field type is specifically designed for that very purpose.
Closes #264
2013-09-05 00:29:22 +02:00
Steve Schnepp
4055fb1562
assp: fix typo
...
Closes #168
2013-09-04 19:09:25 +02:00
Steve Schnepp
2e2cfafeca
assp-message-statistics: fix typo
...
Closes #167
2013-09-04 18:28:30 +02:00
Steve Schnepp
211ec3afdb
temperature_: fix for F units
...
Closes #371
2013-09-04 18:18:15 +02:00
rantal
3fec132427
Added ability to monitor check/resync status of raid arrays, bugfix with regexp check while empty @output[0]
2013-09-04 00:57:12 -07:00
Edgar Veiga
5baefd986b
Add nutcracker plugin.
2013-09-02 10:33:31 +01:00
eveiga
649eb4465e
New riak plugin for get/put 95th percentile time
...
Commit includes: a new riak plugin to monitor the 95th percentile time between reception of client PUT/GET request and subsequent response to client.
The structure of the plugin is based on the two previously existing ones.
2013-08-29 10:16:12 +01:00
antonio
ef960abcf9
Commit includes: fix slash in url params, examples update, fix issue #1 and #2 , qps graph uses request instead of avgRequestPerSecond, new 'memory' graph, deprecation of availableram parameter
2013-08-27 21:48:51 +02:00
rfrail3
ef018d3dd1
Fix response name
2013-08-27 09:08:21 +02:00
rfrail3
433f1a69aa
Adding new plugins for 1.5 version
2013-08-27 09:05:12 +02:00
Fabio Rueda
e5bcd283dd
reverted freedisk plugin to show abs used values to disk, would be better to see line growing until the upper limit to the area (total size)
2013-08-23 14:03:40 +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
Michael Gronager
0988b35389
Update bitcoind_
...
Removed dependencies of blockchain.info - so no call to anything else than the local bitcoind
2013-08-20 11:28:44 +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
deveth0
da71fa598d
reward plugin for slushs pool
2013-08-16 06:44:29 -07:00
darac
bd2e9546cf
Create dovecot_stats_
2013-08-16 14:08:20 +01:00
deveth0
bf988639d4
Plugins for Bitcoin-Miner Hashrates (btcguild and slushs pool)
2013-08-15 10:54:58 -07:00
nagyrobi
2f2bee5d3f
Create 2wcomdsr_
...
Multigraph munin plugin to monitor 2wcom DSR01/DSR02 Professional Audio Satellite-Receivers through their web interface status page.
2013-08-14 12:24:46 +02:00
nagyrobi
109d873699
Create eatonups_
...
Multigraph munin plugin to monitor Eaton UPS-es through the web interface of the SNMP add-on card.
2013-08-14 12:23:06 +02:00
Simon Tennant
33cf24ad79
more sensible subdirectory name (ssl_certificates -> ssl)
2013-08-11 08:00:41 +02:00
Simon Tennant
e2eef65c09
Added a plugin to check SSL certificate expiry times
...
This plugin connects to remote hosts and checks the HTTPS certificate
expiry time.
Example: https://munin.buddycloud.com/ssl-day.html
2013-08-11 07:55:19 +02:00
nagyrobi
738587993a
Create voltcraft_tcm220_
...
Munin plugin to monitor values reported by a Voltcraft TCM 220 or 320 temperature swicth module connected to a serial port.
2013-08-05 11:17:27 +02:00
Gareth Davies
2dc145e2af
Plugin to monitor uWSGI Average Memory Usage, Number of Process & Total Memory Used
2013-08-01 19:27:00 +08:00
Allan Parsons
2e950fcd2f
Update haproxy-sessions-by-servers
...
Fixed issue with number formatting. Graph_printf doesn't seem to be working... so graphs aren't updating.
2013-07-30 13:55:29 -07:00
Allan Parsons
7b88828210
Update haproxy-sessions-by-servers
...
- Minor update to oversight for creating a filtered list for url parsing as opposed to socket parsing.
2013-07-30 13:22:13 -07:00
Allan Parsons
825cb21450
Update haproxy-sessions-by-servers
...
Updated haproxy-sessions-by-servers to look at the current sessions by individual servers. I believe this was the original intent of the script (it was broken by default when symlinking it in /etc/munin/plugins/ (/etc/munin/plugins/haproxy-sessions-by-servers).
NOW SUPPORTS:
- URL + Socket Stats
- Dynamic list of individual backend member servers
- tested / works with munin-node
NUANCES:
- may be annoying with an absurd number of backend member nodes (I have 10 on this particular haproxy instance)
2013-07-30 13:21:01 -07:00
Luc Duchosal
1efbf2309b
fixed missing tmp cleanup
2013-07-24 07:42:53 +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
Steve Schnepp
b5a78b9124
Merge pull request #341 from hefee/patch-1
...
Fix Prosody Registered Users
2013-07-19 05:15:21 -07:00
Steve Schnepp
6374860f95
Merge pull request #342 from aptivate/master
...
S3 storage plugin fixes
2013-07-19 05:15:13 -07:00
Steve Schnepp
a07fc867a0
Merge pull request #340 from elfurbe/nfs-freebsd
...
NFS Plugins for FreeBSD
2013-07-19 05:14:08 -07:00
Steve Schnepp
e6ec8c803b
Merge pull request #350 from steveschnepp/pull-317-fix
...
Create dovecot, plugin to monitor dovecot connections
2013-07-19 05:08:41 -07:00
Steve Schnepp
03135541dc
always use plain $PATH
2013-07-19 11:02:19 +02:00
Steve Schnepp
cdfe518d36
use Munin::Plugin for statefiles
2013-07-19 10:59:36 +02:00
Steve Schnepp
166a50f43a
Merge pull request #343 from averni/master
...
Solr4 Multigraph
2013-07-19 01:44:11 -07:00
Steve Schnepp
72c17e1100
Merge pull request #278 from frdmn/master
...
New Minecraft/Bukkit plugins
2013-07-19 01:40:29 -07:00
Steve Schnepp
577969d12f
Merge pull request #313 from steveschnepp/plugin-backuppc
...
Adding backuppc plugins
2013-07-19 01:39:45 -07:00
Steve Schnepp
ccaf0426c9
Merge pull request #344 from realdigger/master
...
Plugins for SMF forum stats monitoring added
2013-07-19 01:38:59 -07:00
Steve Schnepp
5a5074eb0c
Merge pull request #329 from anarcat/puppetmaster
...
various improvements on Puppetmaster plugin
2013-07-19 00:55:30 -07:00
Steve Schnepp
aa7b392649
Merge pull request #349 from anarcat/http_request_time_timeout
...
http_request_time: document the timeout option
2013-07-19 00:44:01 -07:00
Stig Sandbeck Mathisen
cde121726f
Clean fieldnames, to allow filesystems and pools containing "-" to be graphed.
2013-07-14 19:04:44 +02:00
Stig Sandbeck Mathisen
fe35abf5c0
Use perl from $PATH in zfs_usage_ plugin
2013-07-14 19:04:44 +02:00
Antoine Beaupré
b693de85cc
http_request_time: document the timeout option
2013-07-10 12:01:41 -04:00
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
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
Antoine Beaupré
ee0f13f366
allow customizing tiem format, use standard
...
by default, syslog doesn't use iso timestamps..
2013-06-17 16:36:28 -04:00
Antoine Beaupré
d2491a1977
use a proper interpretor
...
env is not in /bin in debian
2013-06-17 16:36:03 -04:00
Tom Hendrikx
d30aebbae4
Fix typo
2013-06-17 12:59:32 +02:00
Tom Hendrikx
f349130b3f
Fixed the other ipvs plugins too regarding UDP detection
2013-06-17 12:09:53 +02:00
Tom Hendrikx
267c45f904
Detect UDP conections too
2013-06-17 11:49:31 +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
Gareth Davies
eec974c510
Added symlinks to enable the plugin in the header comments.
2013-06-14 02:13:49 +08: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
Thomas Vial
82911254b1
Fixed element sorting on config call
2013-06-12 16:59:48 +02:00
nagyrobi
90ec5e16ad
Create hdsentinel
...
Multigraph plugin to monitor harddrive temperature, condition, performance and estimated remaining lifetime through HDSentinel.
2013-06-12 16:29:45 +03:00
wh6b
f84420f981
Update date format between auth.log and linux system date
...
I noticed a problem with date format on /var/log/auth.log (tested on debian and ubuntu)
$ date '+%b %d'
Jun 09
/var/log/auth.log
Jun 9 13:17:01
So grep "`date '+%b %d'`" can't works fine for day with 1 digit.
I suggest to factorize and change the grep's regex with my update.
2013-06-09 14:49:08 +03:00
Thomas Vial
08c3a67e8b
Fixed instance order using port number and not pid anymore
2013-06-08 18:07:26 +02:00
Damien Alexandre
52f29a4c9b
English comment
2013-06-07 17:43:34 -04:00
Damien Alexandre
0f672f4c83
New Sphinx Plugin: sphinx_documents
2013-06-07 17:37:01 -04:00
Mrten
6f0a884e19
Create dovecot, plugin to monitor dovecot connections
...
Based very heavily on exim_mailrejects
2013-06-04 00:28:33 +03:00
Kenyon Ralph
4a7a0de134
hugepages: fixes from Mrten in issue #308
2013-06-02 14:12:44 -07:00
Kenyon Ralph
9598bc7cb0
nginx_error: add terminating newline
2013-06-02 13:49:38 -07: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
2cef307b89
Merge pull request #311 from steveschnepp/fix-syslog-ng-stat
...
Add syslog-ng plugin that graphs counts of log messages processed by syslog-ng sources and destinations
2013-06-02 13:32:31 -07:00
Kenyon Ralph
0bbbd1397c
move mongrel plugins to the http directory, since mongrel is an http server
2013-06-02 13:19:00 -07:00
Kenyon Ralph
89016198ca
Merge branch 'master' of github.com:munin-monitoring/contrib
2013-06-02 13:11:05 -07:00
Kenyon Ralph
626f42fafe
move arp plugins to network directory
2013-06-02 13:09:43 -07:00
Kenyon Ralph
750aa5ee09
Merge pull request #307 from ShaolinTiger/patch-1
...
Added new non Ruby based Unicorn Plugin
2013-06-02 13:01:32 -07:00
Kenyon Ralph
64da66636a
Merge remote-tracking branch 'koumbit/relayd'
...
Adds plugin for the OpenBSD relayd load balancer.
2013-06-02 12:56:55 -07:00
Kenyon Ralph
3d29bb4274
netstat_s_: make executable
...
Closes issue #304 .
2013-06-02 12:43:49 -07:00
Steve Schnepp
6c024b21ad
Merge pull request #315 from vovansystems/master
...
nginx_error plugin
2013-05-30 08:20:47 -07:00
v
90f35c5805
nginx_error plugin initial commit
2013-05-29 19:50:58 +03:00
Gareth Davies
6274c3af80
Fixed total memory being in the wrong scale
2013-05-29 06:21:11 +08:00
Roman A. aka BasicXP
2e5b796efe
Fixed an error in netatalk plugin: defaultServer_volumesFile: command not found
2013-05-27 16:45:37 +04:00
Steve Schnepp
722c224956
plugins/backuppc: differential in size for full/incr
2013-05-23 17:32:49 +02:00
Steve Schnepp
8e45b339de
plugins/backuppc: adding backup ages
2013-05-23 17:24:17 +02:00
Steve Schnepp
d69bc45ad5
plugins/backuppc: fix multigraph
2013-05-23 17:06:44 +02:00
Steve Schnepp
74c8b337de
plugins/backuppc: Initial add
2013-05-23 15:46:59 +02:00
nagyrobi
9154029b68
Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters.
2013-05-21 15:57:30 +02:00
Steve Schnepp
b2f44b48ef
Merge pull request #309 from jd/master
...
Fix getenv usage in swift plugins
2013-05-21 05:13:54 -07:00
Steve Schnepp
6368f71a01
plugins/syslog_ng_stats: comment formating
2013-05-21 14:02:59 +02:00
Julien Danjou
1e1ca5b633
Fix getenv usage in swift plugins
...
os.getenv returns a string, not an integer, so using %s will fail if the
variable SWIFT_OBJECT_PORT is set.
2013-05-17 10:36:29 +02:00
Gareth Davies
9dfe0f34ca
Fixed average memory graphing label error.
...
Fixed average memory graphing label error.
2013-05-16 19:27:13 +08:00
Gareth Davies
8ff6e0fdf2
Update unicorn_
...
- Fixed memory and average giving same results
- Fixed error in average graphing
2013-05-16 18:57:51 +08:00
Gareth Davies
2812f751f0
Added new non Ruby based Unicorn Plugin
...
The existing Unicorn plugins are written in Ruby, which didn't work well for me due to ENV variables etc.
This plugin monitors number of workers, total memory used and average memory per process for Unicorn.
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_average
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_memory
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_processes
It can easily be adapated to any multi threaded server by just changing the value it searches for 'unicorn worker' in this case.
2013-05-16 18:07:01 +08:00
Ben
1eeb47035c
Update lighttpd_
...
fix typo
2013-05-16 11:34:08 +03:00
Dimitri Savineau
271a38f0ba
Fix indexcounters and globallock in 2.2 and 2.4 version
2013-05-13 16:54:57 -04:00
Roman V. Nikolaev
f68e4c9696
add comment
2013-05-12 16:33:27 +04:00
Roman V. Nikolaev
928f9d3dfe
remove grep for args
2013-05-12 16:31:12 +04:00
Kenyon Ralph
3c08471566
Merge pull request #302 from claudius23/snmp_netapp
...
plugins/snmp/snmp__netapp_* initial checkin of my snmp__netapp_ plugins.
2013-05-10 00:54:12 -07:00
Kenyon Ralph
bf65a9e407
Merge pull request #300 from lirantal/master
...
Adding a new Drupal/Generic page speed monitoring script
2013-05-10 00:39:39 -07:00
Claudius
de8aa961e4
plugins/snmp/snmp__netapp_* initial checkin of my snmp__netapp_ plugins.
2013-05-09 17:04:18 +02:00
Kenyon Ralph
6de3ccf145
move postfix plugins into the mail directory
2013-05-08 14:24:31 -07:00
Roman V. Nikolaev
40ec9801f1
add syslog-ng plugin
2013-05-08 22:08:06 +04:00
Steve Schnepp
ab9c97caeb
Merge pull request #298 from kabo/master
...
php_fpm_process update
2013-05-07 02:29:20 -07:00
Steve Schnepp
c395463186
Merge pull request #232 from bAndie91/master
...
add "e2" plugin
2013-05-07 02:28:42 -07:00
Steve Schnepp
7bd75f1bfb
Merge pull request #299 from claudius23/zfs_usage_
...
plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once
2013-05-07 02:25:58 -07:00
Liran Tal
a311ae1bfc
adding a new monitoring script which allows to configure pages to login to and visits and time their load time
2013-05-07 11:26:08 +03:00
Claudius
947313b675
plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once
2013-05-07 03:16:51 +02:00
Calle Kabo
4528900a44
Updated name and added env.pool
...
- The name in =head1 did not match the filename.
- The $pool-variable was used in the config-section, but was never initialized. It is now extracted from the fcgi-response
2013-05-06 13:09:06 +03:00
Kenyon Ralph
9bc507b372
Merge pull request #297 from Dave-Driesen/master
...
Update psad plugin to use DERIVE
2013-04-26 21:04:18 -07:00
Dave Driesen
0914022b9b
Update psad plugin to use DERIVE
...
Now using DERIVE, with zero minimum value.
As per suggestion from Kenyon.
Thanks!
Dave Driesen
2013-04-25 16:38:51 +03:00
Kris Popendorf
92adac9dc2
need autoconf before config
2013-04-24 07:01:11 +09:00
Kris Popendorf
dc30dc5c20
include interface in title
2013-04-24 00:01:07 +09:00
Kris Popendorf
5e48842500
update documentation
2013-04-23 23:59:32 +09:00
Kris Popendorf
b9a08b369a
Allows setting warnings by environment variables.
2013-04-23 23:50:58 +09:00
Kris Popendorf
d9ab69e0a1
Fixes bandwidth_ to successfully init new installs.
...
Previously the script would try to divide by 0 for calculating rates
on the first run, and crash before getting to store() to write initial
values thus never initing itself. This fixes that, and makes it a
little easier to debug in case of future crashes (no need for 'eval'
wrapper).
2013-04-23 11:18:40 +09:00
Kenyon Ralph
bc0bab7a0e
Merge pull request #292 from presbrey/patch-1
...
fix cpu_by_process time parser
2013-04-19 14:28:51 -07:00
Kenyon Ralph
c2be0e2b06
Merge pull request #291 from jesseadams/master
...
Tweaks for system/pagefaults_by_process
2013-04-19 14:17:11 -07:00
Kenyon Ralph
0df933a549
openvpn/openvpn_multi: re-add configuration documentation
2013-04-19 14:03:51 -07:00
Kenyon Ralph
f21b14ecc9
Merge pull request #289 from HeisSpiter/master
...
Replacement plugin for openvpn_multi
2013-04-19 14:01:14 -07:00
Kenyon Ralph
191cb9d40e
Merge pull request #288 from Dave-Driesen/master
...
Add port scan detection plugin (psad)
2013-04-19 13:36:03 -07:00
Kenyon Ralph
7f23c8cfc4
system/freeboxuptime: move to the system category
2013-04-19 13:33:51 -07:00
Kenyon Ralph
aa46cd0ccc
move uptime plugin to the system directory
2013-04-19 13:32:35 -07:00
Kenyon Ralph
bff9c1ffc4
Merge pull request #282 from rk4an
...
rewrite mediawiki plugin with api access
2013-04-19 13:14:35 -07:00
Kenyon Ralph
0e52d8f3b6
Merge pull request #284 from lirantal/master
...
Added monitoring scripts for Drupal CMS web application
2013-04-19 13:06:03 -07:00
Jonas Friedmann
007c2825a9
Fixed indentation + configurable SDK path
2013-04-19 21:56:07 +02:00
Kenyon Ralph
54e26d409a
Merge pull request #280 from patschi/patch-1
...
Create minecraft-users-ram_
2013-04-19 12:55:45 -07:00
Kenyon Ralph
87922ab107
Merge pull request #277 from NNScripts/master
...
Newznab updated categories.
2013-04-19 12:40:37 -07:00
presbrey
b63d544551
fix cpu_by_process time parser
...
cumulated CPU time is in [DD-]hh:mm:ss format
2013-04-11 18:31:05 -03:00
Liran Tal
e15d4f76ab
fixed proper statement binding result parameters as well as set graph types to GAUGE for absolute numeric values
2013-04-11 14:05:31 +03:00
Jesse R. Adams
b94cf57b57
Adjusting vlabel and using ARGV key 0 instead of 1 for config pass
2013-04-10 17:02:11 -05:00
Pierre Schweitzer
17b5892ab3
Replacement plugin for openvpn_multi.
...
This plugins handles all connected OpenVPN client and displays their current trafic.
It dynamically handles clients.
It produces a global graph and then a graph per client.
It needs the OpenVPN status file.
2013-04-10 18:28:47 +02:00
Dave Driesen
b5ce1d0022
Add port scan detection plugin (psad)
...
psad is a cyber defense tool that monitors for incoming port scans
and can optionally blacklist/block attackers.
Both these options can be charted with this plugin.
- Port scans detected (per hour)
- Attackers blocked (per hour)
2013-04-09 13:47:50 +02:00
Steve Schnepp
463bf9ccc7
Merge pull request #281 from patschi/patch-2
...
Create wordpress2
2013-04-08 08:03:32 -07:00
Steve Schnepp
498c63a3a4
Merge pull request #286 from dotdoom/netstat_bsd_s-update
...
netstat_bsd_s: adding Linux support
2013-04-08 07:48:25 -07:00
ToM
aca139cc15
[FIX] mail/dovecot: fix typo, categorization.
2013-04-08 12:49:39 +02:00
Marcus Povey
3909f4d40e
* Updating array to pull appropriate bandwidth values from BeBox (Thomson TG585 v7, software Be 8.2.7.7.KS)
...
* Updated example script path to something sensible; changing graph category to network;
2013-04-06 16:39:01 +01:00
Marcus Povey
0dd9f1fc78
Updated example script path to something sensible; changing graph category to network
2013-04-06 16:36:50 +01:00
Marcus Povey
d93823c0da
Modified expect script to work with my BeBox (Thomson TG585 v7, software Be 8.2.7.7.KS)
2013-04-06 16:26:30 +01:00
Thomas VIAL
9ec552e04e
Fixed thin_threads which reported 0 all the time
2013-04-04 10:00:04 +02:00
Artem Sheremet
302641b091
netstat_bsd_s: adding Linux support
...
* limited Linux support: TCP only, a few stats yet
2013-04-04 10:09:14 +03:00
Liran Tal
98e396b385
adding some drupal monitoring snippets
2013-04-03 19:54:34 +03:00
ToM
b0f3e4347d
[FIX] apache_byprojects/byprojects_access: missing \n.
2013-04-02 11:25:34 +02:00
Steve Schnepp
7dcf956967
p/if1sec_: add doc that the plugin does not autostart
2013-04-01 07:43:08 +02:00
Erkan
91ad0c2142
rewrite mediawiki plugin with api access
2013-03-31 19:47:47 +03:00
Patschi
604b9249c8
Create wordpress2
2013-03-30 01:26:24 +01:00
Patschi
553ffc3734
Create minecraft-users-ram_
2013-03-30 01:11:08 +01:00
Jonas Friedmann
bed5815230
Added several Minecraft/Bukkit plugins (depending on JSONAPI, Statistician and Ultrabans) to show the current online players, the RAM usage, the current TPS (ticks per second), hostile/neutral/passive mob kills per day, new players/visitors per day and kicks/ban/mutes/jail/unban/etc. per day - http://s.frd.mn/XJsryR for more informations
2013-03-28 16:12:15 +01:00
NN Scripts
1c69c1c65b
- Updated categories
...
- Added "Unknown" category
- Changed subcategory names in graph (added category infront of subcategory)
This prevents double names like "sd" and "hd"
2013-03-26 12:23:20 +01:00
Kenyon Ralph
46d1dcc987
google/snmp__gsa_docs: expand the GSA abbreviation on the first usage
...
For better understanding of the plugin's purpose.
2013-03-25 22:33:51 -07:00
Marcello Barnaba
899a974d81
Add SNMP plugin to monitor the GSA documents index
2013-03-25 17:14:55 +01:00
Diego Elio Pettenò
7c87917826
Merge pull request #275 from Daniel15/php-cleanup
...
Delete php-fcgi (as it's a copy of php-fastcgi) and move php5-fpm_status into PHP directory
2013-03-25 08:20:09 -07:00
Daniel Lo Nigro
d59e98f3f6
Delete php-fcgi as it's a copy of php-fastcgi
2013-03-25 21:54:30 +11:00
Daniel Lo Nigro
4373a305fb
Move php5-fpm_status into PHP directory
2013-03-25 21:53:32 +11:00
Daniel Lo Nigro
df5325d27e
Add missing line break
2013-03-24 00:06:30 +11:00
Stefano Gargiulo
f82b011c4e
Update cpu_by_process
...
fix, plugin didn't worked in munin 2.0: config param is in ARGV[0], not ARGV[1]
2013-03-20 08:40:46 +01:00
Matt West
667c62e346
Minor bugfixes
2013-03-16 10:01:44 +00:00
Kenyon Ralph
88e207f51c
time/ntp_packets: set minimums to zero to avoid spikes on counter restarts
2013-03-15 19:24:25 -07:00
Chris Jones
23a5a6f4cb
Add plugin for monitoring Apple Airport devices via SNMP
2013-03-14 12:30:16 +00:00
Matt West
078e38f6a6
Merge pull request #268 from mhwest13/master
...
Memcached Multi Plugin Overhaul
2013-03-13 21:35:26 -07:00
tsaavik
2771a20fcb
fixed duplicate value when read/write values == 0
2013-03-13 15:36:19 -07:00
Kenyon Ralph
ac8f4636bb
Merge pull request #269 from Eleme/master
...
Update to a better rabbitmq munin plugin
2013-03-13 10:54:02 -07:00
Lx Yu
5f8bf7e788
update to newer version
...
based on the plugin from @ask
2013-03-13 23:52:24 +08:00
Matt West
9c93bfd2d7
overhaul of memcached_multi_ plugin
2013-03-10 20:29:16 +00:00
Kenyon Ralph
2a31f93e4a
Merge pull request #267 from Harvie/patch-1
...
Added openvz_ support for laverage and status
2013-03-07 23:39:26 -08:00
Kenyon Ralph
b780b5e0af
Merge pull request #266 from iborodikhin/master
...
New plugin for nginx upstreams
2013-03-07 23:34:15 -08:00
Kenyon Ralph
5fbf46aa9a
newznab/nn_: use label instead of all-numeric name
...
This way clean_fieldname works, since an clean_fieldname reduces
all-numeric input to a single underscore.
This change has not been tested, so testing and feedback (especially
pull requests) are welcome.
Reference: https://github.com/munin-monitoring/contrib/pull/113
2013-03-07 23:27:06 -08:00
Tomas Mudrunka
a80bc90c49
Added openvz_ support for laverage and status
2013-03-07 08:51:18 +01:00
majesty
6c76569819
New plugin for nginx draws some interesting graphs about upstream(s) cache status, http response codes, requests number and time
2013-03-07 09:06:59 +06:00
Kenyon Ralph
ccaeefff42
Merge pull request #216 from jenkins101/interface_linux_multi-fix
...
[Plugin interfaces_linux_multi] Fixed collect loop and some typos
2013-03-03 17:24:21 -08:00
Kenyon Ralph
fe319da656
Merge pull request #263 from unluckypixie/master
...
Added a new plugin "postgresql_active_backends_by_database"
2013-03-03 17:16:24 -08:00
Kenyon Ralph
10de3ab0bb
Merge pull request #262 from alexandru-iacob/master
...
Display the page load time
2013-03-03 17:14:24 -08:00
Kenyon Ralph
7840fc587c
Merge pull request #258 from thomasleveil/munin_users_issue257
...
[plugin munin_users] issue #257
2013-03-03 16:48:50 -08:00
Kenyon Ralph
fc63981ec4
Merge pull request #259 from tomav/add_port_number
...
Add port number and fix process matching
2013-03-03 16:42:33 -08:00
Kenyon Ralph
f07b5fc992
Merge pull request #249 from ScOut3R/master
...
CEPH plugins
2013-03-03 16:28:06 -08:00
Kenyon Ralph
e5e2ae23e6
network/transmission: encode as UTF-8
2013-03-03 16:25:05 -08:00
Kenyon Ralph
85721e6446
move Transmission ratios plugin to network directory
...
Alongside the existing Transmission plugin.
2013-03-03 16:22:38 -08:00
Kenyon Ralph
5f0fd4e5c3
new plugin time/ntp_packets that graphs NTP packet rates
2013-03-03 16:14:34 -08:00
Kenyon Ralph
6f0db08c25
network/arris-tm502g_: update copyright and license
2013-03-03 16:13:49 -08:00
Daniel Forsberg
191ef79a80
interface_linux_multi: fixed collect loop, fixed flush_rate, fixed exclude interfaces
2013-02-27 20:26:46 +01:00
Dave Fennell
cdda2d6bf2
Merge remote-tracking branch 'upstream/master'
2013-02-22 17:12:49 +00:00
Dave Fennell
87728bb279
Added a new plugin postgresql_active_backends_by_database which shows the active backends broken down by database.
2013-02-22 16:49:55 +00:00
Dave Fennell
9765abcb96
Slight change to default connection options for postgresql_active_backends postgresql_database_ratio so they are more likely to work with a default postgres setup.
2013-02-22 16:49:21 +00:00
Alexandru Iacob
1d2ba32404
Display the page load time
...
The plugin will generate a graph that displays the page load time
We need to add our custom log format into Apache config.
The plugin was tested on Ubuntu Server 12.04.02 LTS - munin version
1.4.6
LogFormat "%h %l %u %t \"%r\" %>s %O %b %D \"%{Referer}i\"
\"%{User-Agent}i\"" custom
2013-02-20 16:29:21 +00:00
Thomas VIAL
f847a3a425
Fixing config / labels
2013-02-15 10:55:42 +01:00
Thomas VIAL
c39b74e17e
Changed label from pid to instance port
2013-02-15 10:00:06 +01:00
Thomas VIAL
3e548c97a8
Added instance port number for better understanding
2013-02-15 09:18:13 +01:00
Thomas
0074272068
[murmur-stats] fix error: Can't open include file "Ice/SliceChecksumDict.ice"
...
fixes #257
2013-02-15 01:08:19 +01:00
Thomas
278927f844
[mumble_users] fix issue #257 - Can't open include file Ice/SliceChecksumDict.ice
...
Solution found at https://bitbucket.org/Svedrin/mumble-django/issue/94/cant-open-include-file-ice
2013-02-15 00:52:32 +01:00
Thomas
fb0c8ddb08
dos2unix
2013-02-15 00:44:07 +01:00
CWempe
7688a3f5ba
deletet unnecessary output "\n"
...
Output looked like this:
root@htpc:/etc/munin/plugins# ./nvidia_gpu_mem
mem0.value 0\n
2013-02-12 15:30:59 +01:00
Steve Schnepp
a3dadfa699
Merge branch 'master' of github.com:munin-monitoring/contrib
2013-02-12 00:14:20 +01:00
Phil! Gold
5e6330c6c2
Document how to add an ESXi monitoring account.
2013-02-11 13:28:01 -05:00
Steve Schnepp
6509bffc85
Merge branch 'if1sec'
2013-02-10 12:01:21 +01:00
GABRI Mate
32b4df0c2d
added ceph_capacity and ceph_osd
2013-02-08 12:17:02 +01:00
Matthias Hähnel
e71641b88f
Update plugins/wowza/wowza-media-server
...
-Fix Graph wowza_app_listeners
-Compatibility to python 2.6
2013-02-05 01:12:36 -08:00
Steve Schnepp
729c61237a
multicpu1sec: enable up to 99 CPUs
2013-02-04 15:21:25 +01:00
Steve Schnepp
5090a771c8
multicpu1sec: use LANG=C to avoid S_TIME_FORMAT issues
2013-02-04 15:20:50 +01:00
Steve Schnepp
e3744a09f9
multicpu1sec: add a flush to awk
2013-02-04 14:31:10 +01:00
Steve Schnepp
7beab0e420
if1sec_: explicit flushing when appending to cache
2013-02-04 11:45:05 +01:00
Steve Schnepp
2fd52dfb38
if1sec_: adding a proper label
2013-02-04 11:45:05 +01:00
Steve Schnepp
63d61bc52e
if1sec: fixes
2013-02-04 11:45:03 +01:00
Steve Schnepp
208874d74d
if1sec_: initial version
2013-02-04 11:43:53 +01:00
Kenyon Ralph
5b56bd2973
http/http_request_time: fix documentation
2013-02-02 22:31:45 -08:00
Kenyon Ralph
29e6559e8b
Merge pull request #206 from aptivate/master
...
Improved HTTP plugin, new CPU and page fault plugins
2013-02-02 22:30:08 -08:00
Kenyon Ralph
3406d2304d
Merge pull request #219 from freewil/bitcoind_difficulty
...
add difficulty to bitcoind_
2013-02-02 22:23:01 -08:00
Kenyon Ralph
2f3ae6c58a
Merge pull request #242 from robertkilian/master
...
Add plugin for monitoring APRS traffic in Xastir
2013-02-02 22:12:17 -08:00
Kenyon Ralph
e1f060df2b
Merge pull request #244 from github-ivan/master
...
xen-multi CPU usage graph, skip list, some cleanup
2013-02-02 22:09:29 -08:00
Michiel Holtkamp
d00cbc952c
Converted traffic plugin to use iptables/ip6tables
...
You can now choose to use the snmp counters or if your host does
not support it (in some containers for example), you can set rules
in your firewall and count based on that.
2013-02-03 06:52:15 +01:00
Kenyon Ralph
7d0375b365
mail/qmailconn: fix author's name
2013-02-02 20:14:37 -08:00
ufoonline
67cdc919bb
Update plugins/mail/qmailconn
...
# 2013-02-02 - Added support for Greylist and simscan Virus\Spam detect
# Added LOGPATH env var
2013-02-02 21:27:37 +01:00
ivan
332c74d720
CPU usage graph, skip list, some cleanup
...
- xenskip option to skip graph types
env.xenskip "<space separated module list>"
Modules: cput, cpup, mem, disk, net
- CPU percentage graph added
2013-01-30 19:34:30 +01:00
Steve Schnepp
8fbe0ebe27
qos_: add ability to use custom update_rate
2013-01-28 18:15:58 +01:00
Steve Schnepp
52f40c980d
Merge branch 'master' of git.munin-monitoring.org:munin-contrib
2013-01-28 13:48:05 +01:00
Steve Schnepp
0cde2ae787
Merge pull request #240 from CWempe/patch-1
...
svdrpsend.pl was renamed
2013-01-28 03:43:23 -08:00
Jakob Unterwurzacher
b9ffe6035e
Add plugin mysql_size_ondisk - reports the on-disk size of MySQL DBs.
2013-01-27 16:16:17 +01:00
CWempe
0595306b2d
svdrpsend.pl was renamed
...
The script "svdrpsend.pl" was renamed to "svdrpsend" in VDR Version 1.7.23.
see http://www.vdr-wiki.de/wiki/index.php/SVDRP#svdrpsend
2013-01-24 23:03:51 +01:00
Kenyon Ralph
9eb29b306d
Merge pull request #218 from jimmyjones2/master
...
Add plugins for Apache Qpid
2013-01-24 12:24:44 -08:00
Jimmy Jones
c87caf6cd7
Add licence and more description
2013-01-24 12:20:12 -08:00
Stig Sandbeck Mathisen
81ae39dfc0
Test for values of $warning and $critical before try emitting them
2013-01-23 10:31:30 +01:00
Stig Sandbeck Mathisen
32bee48e0d
Support warning and critical
2013-01-23 10:26:54 +01:00
Michiel Holtkamp
21fa1d24e3
Added a line of whitespace between =item's
2013-01-18 22:19:11 +01:00
Michiel Holtkamp
6fcde6d8f1
Added multigraph so not only volume but also ratio is graphed
2013-01-13 15:13:59 +01:00
Kenyon Ralph
f3d55ddf30
Merge pull request #234 from unluckypixie/master
...
New plugin for packetship media streaming server
2013-01-12 16:54:42 -08:00
Steve Schnepp
1db419b1ee
db2_cnx: +x
2013-01-10 10:32:05 +01:00
Steve Schnepp
1c60f63b11
db2_cnx: adding a plugin for monitoring DB2 connections
2013-01-10 10:27:44 +01:00
louis
a38bb464b3
set executable bit for netatalk plugin
2013-01-04 18:53:51 +01:00
Dave Fennell
2912117ad4
Updated packetship plugin to support multiple pumps.
2013-01-03 17:36:27 +00:00
bAndie91
0e92a22bc1
pod added
2013-01-02 16:50:27 +01:00
Dave Fennell
9bfb1101b5
Slight fix to output format of packetship_ plugin.
2013-01-02 14:17:11 +00:00
Dave Fennell
819e2a6fe9
Added plugin for packetship media streaming server.
2013-01-02 13:58:27 +00:00
bAndie91
18648443f3
update
2012-12-31 15:46:43 +01:00
bAndie91
bffbc3d5dc
monitor Ext2/3/4 fs
...
e2 plugin to monitor Ext2/3/4 fs mount count, last check and lifetime writes
2012-12-31 06:13:41 -08:00
Bart ten Brinke
ab27dffa6d
Fixed undefined warnings
2012-12-31 09:29:37 +01:00
Diego Elio Pettenò
cd4dd57e24
asterisk: replace the remaining two Asterisk plugins.
...
The fourth graph (asterisk_codecs) replaces both asterisk_sipchannels
and asterisk_codecs, as the latter already included the data from the
first. If we want to get more details we could have sub-multigraphs
for a breakdown of the codecs per channel type, but right now it feels
unneeded.
2012-12-30 14:02:17 -08:00
Diego Elio Pettenò
608c1a90ef
asterisk: add graph to replace asterisk_meetme and asterisk_meetmeusers.
2012-12-30 13:38:41 -08:00
Diego Elio Pettenò
1a98faf11c
asterisk: refactor command/response handling.
...
Instead of having a dumb readreply, already drop some of the unneeded
lines of the command when sending the request, and handle errors in
place.
This simplifies the code a little, even though it requires a few more
"discard loops" in the code (to avoid garbage in Asterisk's logs).
2012-12-30 13:36:36 -08:00
Diego Elio Pettenò
b77eef4a62
asterisk: handle more gracefully errors on the asterisk_channels path.
2012-12-30 13:07:24 -08:00
Diego Elio Pettenò
9f56a03d05
asterisk: add asterisk_voicemail replacement code as well.
...
This is a bit trickier, since the voicemail might not be enabled
anywhere. Unfortunately it's not easy to set this up during
autoconfig, as voicemails can be added on the fly.
2012-12-30 13:04:25 -08:00
Diego Elio Pettenò
f5064c9398
asterisk: add support for showing the per-type breakdown of channels.
...
This makes it possible for a single graph to replace the two
apache_channels and apache_channeltypes plugins.
2012-12-30 12:44:29 -08:00
Diego Elio Pettenò
fce7502342
asterisk: first part of the new Asterisk plugin.
...
This plugin is targeting to enter main distribution in 2.1 to remove
the multiple Asterisk plugins present in 2.0.
It features full autoconfiguration support, multigraph capabilities,
and less error-prone code.
For the moment, it only implements a replacement for asterisk_channels.
2012-12-30 12:22:52 -08:00
Diego Elio Pettenò
5b22647d68
hwmon: support non-dirtyconfig capable nodes.
2012-12-30 09:27:05 -08:00
Diego Elio Pettenò
548a2b626e
freeipmi: implement suggestions from Bart ten Brinke for FreeIPMI 1.1.x.
...
This adds support for versions of FreeIPMI before 1.2 (without the
threshold information), and explicits the dependency information.
It also works with older Munin nodes where dirtyconfig is not supported.
2012-12-30 09:25:17 -08:00
Kenyon Ralph
0adad54696
Merge pull request #204 from thiagocsf/master
...
Add plugins for Sick-Beard
2012-12-25 14:09:04 -08:00
Kenyon Ralph
1b2db4de8b
Merge pull request #225 from claudius23/patch-1
...
Update plugins/zfs/zfs_stats_
2012-12-25 13:48:29 -08:00
Kenyon Ralph
94c0585a59
whitespace cleanup
2012-12-24 18:29:12 -08:00
Kenyon Ralph
b7e0cab72e
add some description
2012-12-24 18:28:38 -08:00
Kenyon Ralph
1730ada661
Merge pull request #228 from deveth0/patch-3
...
Update plugins/system/zones_mem
2012-12-24 18:26:22 -08:00
Kenyon Ralph
5ebdabf44a
whitespace cleanup
2012-12-23 20:49:42 -08:00
Kenyon Ralph
fdcc9f79a7
Merge pull request #229 from claudius23/zfs_usage_
...
Add plugins/zfs_usage_
2012-12-23 20:42:41 -08:00
Diego Elio Pettenò
0628832aef
Merge pull request #230 from unluckypixie/master
...
3 New Bind9 Plugins + 3 New PgBouncer plugins
2012-12-21 04:16:32 -08:00
Dave Fennell
fc43808f2b
Slight change to formatting of licence information in new bind9 and pgbouncer plugins.
2012-12-21 11:53:59 +00:00
Dave Fennell
b4d9f32859
Updated new pgbouncer plugins with license information and added MUNIN_CAP_DIRTYCONFIG support.
2012-12-21 10:37:29 +00:00
Dave Fennell
d79ab66b69
Updated new bind9 plugins with license information and added MUNIN_CAP_DIRTYCONFIG support.
2012-12-21 10:37:00 +00:00
Diego Elio Pettenò
166449208b
Merge pull request #221 from FakenMC/master
...
Add plugins for monitoring NVIDIA and AMD GPUs
2012-12-20 10:33:50 -08:00
Claudius
a129a67998
add license
2012-12-20 17:11:29 +01:00
Dave Fennell
c41c5666a1
Created 3 new pgbouncer plugins to show stats on all pools configured in the system.
2012-12-20 15:54:19 +00:00
Claudius
05710b1f9b
initial checkin
2012-12-20 16:21:13 +01:00
Dave Fennell
8c1e0f618d
Updated new bind9 plugins to correctly handle differing number of lines in the bind9 stats files.
2012-12-20 14:01:26 +00:00
deveth0
feef65dba9
Update plugins/system/zones_mem
...
Increase number of displayed zones.
2012-12-20 13:42:05 +01:00
Dave Fennell
b7d0ef9dfe
Added simple bind9 resolver, server and socket stats plugins.
2012-12-20 11:33:07 +00:00
Claudius Herder
c26049e8d2
Update plugins/zfs/zfs_stats_
...
Don't divide by zero if there is no l2arc
Error output from zfs_stats_cachehitlist:
dc: divide by zero
2012-12-19 18:37:51 +01:00
Dave Fennell
1a3ca61248
Updated asterisk_channels plugin to connect to running asterisk (probably what was intended) instead of starting new process.
2012-12-19 10:09:50 +00:00
Stig Sandbeck Mathisen
430d68ffd9
Add configuration, documentation, and autoconf
2012-12-18 18:12:11 +01:00
Diego Elio Pettenò
931136197a
Merge pull request #222 from northox/master
...
Fix and strict mode
2012-12-14 04:55:34 -08:00
Michael Renner
b6b77ef9d5
plugins/redis/redis_: Make used_memory use base 1024 like it should
2012-12-14 11:42:46 +01:00
Danny Fullerton
5271859ff0
Switch to strict mode.
...
Fix hash/array syntax causing regex-based log to fail.
2012-12-12 22:56:38 -05:00
Nuno Fachada
426bba4466
Add plugins for monitoring NVIDIA and AMD GPUs
2012-12-11 19:57:06 +00:00
freewil
516f91a416
add difficulty to bitcoind_
2012-12-11 01:50:00 -05:00
Stig Sandbeck Mathisen
c2ecfcb772
Add varnish_devicedetect plugin
2012-12-09 16:27:43 +01:00
Jimmy Jones
7a96e90571
Add Munin scripts for Apache Qpid monitoring
2012-12-07 13:19:48 -08:00
Горлов Максим
dfa9d73493
Update plugins/zimbra/zimbra-mailboxsizes
...
Adding support for dots in mailboxses names ( mail.box@example.net )
2012-11-27 17:43:13 +04:00
Joseph Bauer
5e5508799c
- merged copy-pasted functions into a generic one
...
- changed host detection, which was broken after plugin rename
- fixed some typos
2012-11-26 16:21:53 +01:00
iammookli
11405c780a
Support underscores in URLs; typo.
2012-11-25 17:50:47 -08:00
Diego Elio Pettenò
edb8732d8e
snmp__if_combined: fix syntax to use explicit 'my'.
2012-11-21 16:19:43 -08:00
Diego Elio Pettenò
7dd40e24d7
snmp__if_combined: output extinfo in the right spot.
2012-11-21 16:19:30 -08:00
Diego Elio Pettenò
f63f73d3b5
sensors/hplog_*: remove in favour of hpasmcli2_
...
These two plugins are using a different command coming from the same
package as hpasmcli, they lack a license identification, and are a tad
more rough than the one that would replace them.
2012-11-21 09:16:28 -08:00
Diego Elio Pettenò
65fb3d8e5f
hpasmcli2_: try to be a bit more forgiving in perl choices.
2012-11-20 22:21:50 -08:00
Diego Elio Pettenò
c5ab6538cc
snmp_room_alert_: move together with the other snmp plugins.
2012-11-20 22:07:09 -08:00
Diego Elio Pettenò
36c0e91b30
openvpn_multi: move together with the other openvpn plugins.
2012-11-20 22:03:27 -08:00
Diego Elio Pettenò
ecd21d50c5
apache_status: change the vlabel to use the same unit as input.
...
This way it's possible to avoid the cdef altogether.
2012-11-20 22:01:48 -08:00
Diego Elio Pettenò
e09d236f5f
snmp__apc_ups2_: rename correctly.
2012-11-20 12:00:18 -08:00
Diego Elio Pettenò
3de4d5d4ed
snmp__acp_ups2_: move to sensors category.
2012-11-20 11:59:59 -08:00
Diego Elio Pettenò
bb2076ecc9
snmp__acp_ups2_: remove commented-out cdef line.
2012-11-20 11:59:41 -08:00
Diego Elio Pettenò
6c1541a682
snmp__ifx_: remove, superseded by snmp__if_.
...
This plugin does not use the standard Munin SNMP plugin interface, and
is, nowadays, duplicating the functionality present in the main
snmp__if_ plugin, which uses the 64-bit counters by default if
present, and fall back to the 32-bit ones if not.
2012-11-20 11:52:06 -08:00
Diego Elio Pettenò
bfe824f76a
snmp__if_combined: rewrite error handling.
...
Instead of just having a single "errors" value on the per-interface
error graphs, split it in errors and discards, then provide a total
for the combined graph.
This way it's possible to see more details of what's going on at the
interface level.
2012-11-20 11:50:58 -08:00
Diego Elio Pettenò
36ac271c5d
snmp__if_combined: don't use cdef to generate the final value.
...
This actually simplifies the code, and avoids extra work on the master
side for no reason.
2012-11-20 11:09:59 -08:00
Diego Elio Pettenò
7777738e05
snmp__if_combined: provide CDEFs directives for the combined graph as well.
...
Borrowed data is raw, so in this case we want to make sure it's expressed in bits rather than octects.
2012-11-20 09:19:17 -08:00
nukleus
471311dfaf
Update plugins/network/ip_forward_
...
Fix typos in plugins/network/ip_forward_
2012-11-17 19:18:47 +00:00
Steve Schnepp
3b64d836f8
add license
2012-11-16 14:06:40 +01:00
iborodikhin
874877878e
Added new plugin to monitor lighttpd web server
2012-11-16 14:06:40 +01:00
iborodikhin
47ddbce4d2
Moved sphinx_* plugins from directory php/ to sphinx/ because they're made to monitor sphinx search engine.
2012-11-16 14:06:40 +01:00
Diego Elio Pettenò
3b62e60756
snmp__if_multi: fix properly ifAlias usage.
2012-11-12 18:58:40 -08:00
Diego Elio Pettenò
a4dbacada0
snmp__if_combined: restore the error graphing as it's done on snmp__if_multi
...
This brings it basically on feature parity with it, and more.
2012-11-12 18:58:40 -08:00
Diego Elio Pettenò
4943ded336
snmp__if_: remove in favour of snmp__if_ in main repository.
2012-11-12 17:39:05 -08:00
Diego Elio Pettenò
3505cf5213
snmp__if_combined: graph all interfaces, not only ethernetCsmacd.
...
For routers it might very well that you're trying to graph tunnels as
well.
2012-11-12 16:43:34 -08:00
Diego Elio Pettenò
5a98a7672f
snmp__if_combined: rework to have both combined and split graphs available.
...
This basically almost replaces snmp__if_multi in full, as sub-graphs
with interface traffic are generated as a set of detailed graphs. It
doesn't yet compose graphs with the interface errors though.
2012-11-12 16:37:21 -08:00
Diego Elio Pettenò
060ddd51f2
misc: make some plugin speak dirtyconfig, saving a few roundtrips.
2012-11-11 16:56:29 -08:00
Kenyon Ralph
b7e6b69bd9
Merge pull request #209 from iborodikhin/master
...
Bug fixes in redis plugin
2012-11-08 01:42:41 -08:00
iborodikhin
285c11cdfb
Fixed undefined variable use and division by zero in redis plugin
2012-11-08 09:06:45 +06:00
Diego Elio Pettenò
dbb14174e1
apache_status: set all minimals to 0 to discard negative values.
2012-11-07 11:49:57 -08:00
Chris Wilson
73239ed265
Improve the left-side label of the graph.
2012-11-07 15:33:11 +00:00
Chris Wilson
ef86c46922
Add a plugin for adding up any number column output by ps.
2012-11-07 15:31:10 +00:00
ToM
238aaf5d21
New plugin: mpdstats_.
2012-11-06 12:37:30 +01:00
Diego Elio Pettenò
569e801eea
apache_status: make it easy to monitor other hosts as a virtual node
2012-11-05 15:17:41 -08:00
Diego Elio Pettenò
de8f24a464
apache_status: remove apache_average_request compatibility.
...
There is no reason to keep this, which is simply Apache's value from
apache_accesses, and that one we can actually configure with the period we want.
2012-11-05 14:32:55 -08:00
Diego Elio Pettenò
1b2574a43a
apache_status: add a new multigraph plugin to replace the old apache_* from the main repository.
...
This plugin uses a single requests to parse all the statistics instead
of making three of them, reducing the overhead, and uses the
multigraph capabilities to generate the same graphs. The naming is
compatible so that it should be a clean update from the previous
plugins.
This also merges in apache_average_requests (and apache_request_rate)
which, albeit not as relevant, also parsed the same file.
2012-11-05 12:23:46 -08:00
Diego Elio Pettenò
4895666d4d
apache_*: remove some references to the server-status URL when it's not used.
2012-11-05 11:55:29 -08:00
Caius Durling
ecd6f3599e
Strip hidden characters from raid-mismatch script
...
Seems to have windows line-endings and a hidden unicode (U+FEFF) character on the first line which stops it running for me.
2012-11-01 12:55:13 +00:00
Chris Wilson
fcbc8edbf8
Fix string comparison.
2012-11-01 10:29:10 +00:00
Chris Wilson
c00710c083
Fix process labels.
2012-11-01 09:55:47 +00:00
Chris Wilson
ddbc1c4b4a
These plugins should be executable.
2012-11-01 09:32:21 +00:00
Chris Wilson
55aa46a3a0
Add our "all processes" monitoring plugin, cleaned up, and a page fault plugin.
2012-11-01 09:31:37 +00:00
Chris Wilson
8b1e467b7c
Improve the HTTP plugin by allowing configuring a proxy and friendly name per URL.
...
Note that the configuration file syntax has changed. You need one "url"
variable per URL now, numbered starting with 1, e.g. url1, url2, url3.
Each one can be configured by suffixing its variable, e.g. url1_proxy,
url2_proxy, etc.
2012-11-01 08:52:06 +00:00
thiago
e62ea879a2
Add plugins for Sick-Beard
...
* Number of shows (sample: http://imgur.com/5Uxih )
* Number of Episodes (sample: http://imgur.com/3fG8M )
2012-10-28 08:30:28 +11:00
Diego Elio Pettenò
a9ce052bff
snmp__apc_pdu: pass graph_args to put the limit to 0.
2012-10-25 22:29:18 -07:00
Diego Elio Pettenò
910d197016
freeipmi: fix off-by-one in high limits.
2012-10-25 22:29:18 -07:00
Eugen Ganshorn
2f4f429842
FIXED: /etc/munin/plugins/pdns_rec_throttle: 40: Syntax error: end of file unexpected (expecting "fi")
2012-10-24 17:44:16 +02:00
Diego Elio Pettenò
4c0e44be9d
freeipmi: fix multigraph declaration.
2012-10-24 07:36:20 -07:00
Diego Elio Pettenò
157c0675fa
hwmon: fix autoconf when only one hwmon device is present.
2012-10-23 17:33:52 -07:00
Diego Elio Pettenò
9a46eb9bf5
freeipmi: avoid reporting N/A values.
2012-10-23 17:26:08 -07:00
Diego Elio Pettenò
1f9d76a7cb
freeipmi: avoid using undefined values.
2012-10-23 17:20:46 -07:00
Diego Elio Pettenò
7ed16b61e5
freeipmi: replace wildcard plugin with a multigraph one.
...
This new plugin is written in Perl rather than sh+awk, executes
ipmi-sensors only once per call (config/fetch still require two calls
total), and with one call it produces all the available graphs
depending on the available sensors.
This still allows for monitoring a remote system, and that becomes
even more interesting since it only fetches data once.
The plugin will also now fail autoconf if there is no sensor output
that can be monitored.
2012-10-23 17:14:57 -07:00
Diego Elio Pettenò
fd5126e02b
hwmon: initial import of a sysfs-based plugin to monitor Linux hardware sensors.
...
This is designed as a replacement for the sensors_ plugin in Munin; it
accesses the same data as that plugin, but does so through direct
access to /sys, following the kernel-mandated interface, instead of
using the `sensors` command.
This allows much faster and reliable monitoring, especially on
dme1737-based systems where the driver is prone to failures.
Compared to the sensors_ plugin, this does not let you change the
warning/critical levels from the node configuration, nor to ignore any
particular sensor, as it provides whatever the kernel is providing.
Also, this plugin will show humidity and current readings, if present.
2012-10-23 17:14:54 -07:00
Diego Elio Pettenò
5597599198
snmp__screenos: fix typos.
2012-10-23 15:50:45 -07:00
Steve Schnepp
369506efbb
Merge pull request #201 from rfrail3/master
...
New plugins for ipvs
2012-10-22 08:34:24 -07:00
rfrail3
5e94465b62
plugin for monitor ipvs
2012-10-22 12:32:51 +02:00
Steve Schnepp
d8d74a510d
Merge pull request #200 from rfrail3/master
...
OpenVPN AS plugins
2012-10-19 15:16:11 -07:00
Steve Schnepp
8a13b49960
Merge pull request #191 from aborrero/master
...
Traffic plugin. Monitor total throughput by IP protocol.
2012-10-19 15:14:04 -07:00
Steve Schnepp
f28b447484
Merge pull request #187 from ze42/master
...
cpu_linux_multi
2012-10-19 15:10:35 -07:00
Steve Schnepp
442bc6808e
Merge pull request #184 from iborodikhin/master
...
Mysql COUNT(*) plugin
2012-10-19 15:09:33 -07:00
rfrail3
8410e921e1
openvpn as plugins
2012-10-09 10:59:38 +02:00
iborodikhin
80cb77cb31
Removed totals from child graphs and changed draw method for better readability
2012-10-03 16:09:07 +06:00
iborodikhin
f6276fc91a
Multigraph plugin to monitor nginx cache status (everything, not only hits, misses and expired objects)
2012-10-03 08:17:35 +06:00
Kenyon Ralph
bcf2659fae
Merge pull request #185 from seidler2547/master
...
New Plugin: HugePages usage
2012-09-30 11:14:09 -07:00
Kenyon Ralph
a5fd2bede4
Merge pull request #190 from rfrail3/master
...
New plugins for monitor Apache
2012-09-30 11:13:10 -07:00
Kenyon Ralph
7e30ed6457
Merge pull request #194 from jdponomarev/patch-1
...
Update plugins/mongodb/mongo_lag
2012-09-30 11:10:26 -07:00
Kenyon Ralph
30341ad6a5
Merge pull request #195 from jdponomarev/patch-2
...
Update plugins/mongodb/mongo_lag
2012-09-30 11:09:44 -07:00
Kenyon Ralph
84cc3cf562
Merge pull request #199 from dotdoom/master-ejabberd_scanlog_refactoring
...
Refactoring ejabberd_scanlog plugin
2012-09-30 11:03:11 -07:00
Kenyon Ralph
ca5d75b987
Merge pull request #192 from M3d1c5/master
...
Updated prosody plugin
2012-09-30 10:59:19 -07:00
Steve Schnepp
f5e55355f5
Merge pull request #197 from nknotzer/master
...
Femon Plugin: Update to Version 1.3
2012-09-29 00:31:11 -07:00
Artem Sheremet
bfe49e6d12
Refactoring ejabberd_scanlog plugin
...
More flexible config, making easier to add new log error types.
Should be faster as well.
2012-09-27 19:24:42 +03:00
Artem Sheremet
d112f623fb
Fixing a warning in the ping plugin
...
Error message:
Use of uninitialized value $ping_time in concatenation (.) or string at /etc/munin/plugins/ping line 176.
Fix is to declare a variable prior to using it in postfix-if assignment
2012-09-27 18:40:42 +03:00
nknotzer
dacd37d046
Update plugins/dvb/femon
...
# v1.3 25/10/2011 - Configure upper and lower graph limits with graph_args environment variable.
2012-09-26 16:41:06 +03:00
Sebastian Wyder
6935241315
Fixed typos & bad English
2012-09-26 16:03:54 +03:00
Arturo Borrero Gonzalez
f203253861
Added support even larger numbers.
2012-09-25 14:03:59 +02:00
jdponomarev
ea5dde3fb4
Update plugins/mongodb/mongo_lag
...
fixed bug for python 2.6 and for replica sets with arbiters
2012-09-25 12:51:21 +04:00
jdponomarev
c854b3b70d
Update plugins/mongodb/mongo_lag
...
fixed pymongo connection - now allows to connect to a port different from 27017
2012-09-25 12:32:26 +04:00
Bryce Chidester
a2f35e9b68
Correct wildcard name handling
...
The previous awk function did not work for my system, always returned the script name instead. Replaced with the same clean and sanitary bash variable logic that if_ uses to extract the interface name from $0.
2012-09-24 14:45:00 -07:00
Christian Bendt
995ddbc4a0
Updated prosody plugin
...
Updated prosody plugin to the most recent version
2012-09-24 20:07:15 +02:00
iborodikhin
86847af6d8
Adding custom label and vlabel environment variables support
2012-09-24 15:40:28 +06:00
Arturo Borrero Gonzalez
09b0f002d5
added "Total bps" to help know the exact total traffic in the graph.
2012-09-21 10:50:29 +02:00
Arturo Borrero Gonzalez
0a0cc634ea
changed permissions, like others pluggins.
2012-09-20 17:31:26 +02:00
Arturo Borrero Gonzalez
e49b78ab52
Added `traffic' plugin, to allow measure server total throughput in both IPv4 and IPv6
2012-09-20 17:30:18 +02:00
rfrail3
d189784ce2
Fix grep command
2012-09-19 08:49:07 +02:00
rfrail3
4771fd2b53
New plugins for Apache web server
2012-09-18 19:15:56 +02:00
Steve Schnepp
73bf794ad9
Merge pull request #189 from rfrail3/master
...
Add support for unix sockets in request and auto limit value
2012-09-17 05:46:04 -07:00
Lasse Karstensen
47e34fdf83
Remove outdated varnish3 plugins, point to upstream version
2012-09-17 12:11:48 +02:00
rfrail3
4f29ff59b1
Add support for sockets
2012-09-17 10:49:02 +02:00
Diego Elio Pettenò
b9194db081
Merge pull request #188 from dotdoom/master-sshd_log_crlf_to_lf
...
sshd_log: CRLF to LF (bad interp. error)
2012-09-15 10:36:06 -07:00
Artem Sheremet
4ab213e166
sshd_log: CRLF to LF (bad interp. error)
2012-09-15 17:32:20 +03:00
Steve Schnepp
97dd02a720
Merge pull request #183 from rfrail3/master
...
Haproxy monitor plugin
2012-09-15 05:08:33 -07:00
Adrien "ze" Urban
cdf6eeb3df
interfaces_linux_multi: interfaces, supersampling, multigraph
...
First release
3 graphs per interfaces :
- bps
- pkt/s
- errors
graph types can be disabled/enabled
interfaces can be included/excluded
2012-09-14 19:06:15 +02:00
Adrien "ze" Urban
5d4c3e8ec1
cpu_linux_multi: fix a typo preventing it to run
2012-09-14 17:56:12 +02:00
rfrail3
a717a91344
change license
2012-09-14 09:27:38 +02:00
Adrien "ze" Urban
5a92255cf2
cpu_linux_multi: license
...
license, and a few more comments
2012-09-13 21:24:05 +02:00
Adrien "ze" Urban
44e6672036
cpu_linux_multi: detailed cpu usage per core (multigraph, supersampling)
2012-09-13 21:02:01 +02:00
Stefan Seidel
5be6eb7253
add basic information and license header
2012-09-13 08:03:19 +02:00
Stefan Seidel
f9000cdc7a
new plugin to monitor HugePages (or Large Pages) usage under Linux
2012-09-12 10:26:59 +02:00
iborodikhin
42a11debca
Added simple graph mode for queries without GROUP BY statement
2012-09-12 10:17:19 +06:00
iborodikhin
c561076a32
Adding new plugin to monitor count of values matching specified criteria in Mysql table.
2012-09-12 08:34:26 +06:00
ricardo
0541fdd145
Repair bug in other responses
2012-09-11 13:49:33 +02:00
ricardo
706e7e9104
Haproxy monitoring
2012-09-11 10:53:58 +02:00
Steve Schnepp
580f586dbb
Merge pull request #182 from iborodikhin/master
...
"Warning" and "critical" use
2012-09-10 01:36:53 -07:00
iborodikhin
c5e74d82f5
Bug fix
2012-09-10 12:39:04 +06:00
iborodikhin
61de47ebd2
Adding 'warning' environment variable use
2012-09-10 12:36:15 +06:00
iborodikhin
b3beac1cd7
Adding critical environment variable use
2012-09-10 12:33:12 +06:00
iborodikhin
2c99f32750
Adding critical environment variable use
2012-09-10 12:08:04 +06:00
Steve Schnepp
9ec0760ec2
Merge pull request #181 from kuriyama/master
...
Fix usage of appname at munin symbol translation
2012-09-06 05:19:35 -07:00
Jun Kuriyama
fd119055ab
Fix usage of appname at munin symbol translation
...
FMS appname may include '-' chars, and was translated to '_' because
of Munin dislike this character.
But original appname is required to retrive values from getAppStats
API. So preserve original appname and translate it at only actually
needed.
2012-09-05 10:02:52 +09:00
deveth0
7f8d2e8cd6
Fixed bug which only displays the first 5 zones
2012-09-05 01:00:03 +03:00
Steve Schnepp
a132ba5d1e
nn_: fix configuration example
2012-09-01 11:30:36 +02:00
Steve Schnepp
91ddb3edd7
nn: no need for such a recent Perl
2012-09-01 11:29:46 +02:00
Steve Schnepp
19673b2711
nn: use M::P::clean_fieldname()
2012-09-01 11:29:12 +02:00
Jan Astrup
2e5609e325
Added support for mysqlconfig in plugin configuration file
2012-09-01 11:24:46 +02:00
Jan Astrup
9171087314
Added support for mysqlconfig in munin-node.conf
2012-09-01 11:24:45 +02:00
Jan Astrup
14bfe7f243
Added newznab plugin
2012-09-01 11:24:45 +02:00
Steve Schnepp
e8d5b8448b
senderscore: fix doc
2012-09-01 11:23:01 +02:00