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

3030 Commits

Author SHA1 Message Date
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
84d571bda7 Merge pull request #592 from jonnymccullagh/master
Updated README with addresses to munin-monitoring/contrib repo
2015-03-02 12:50:33 +01: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
d646054f1f Merge branch 'feature/munin-pr-341-freeradius_queue' 2015-03-01 23:28:31 +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
8d8f8343ae Merge branch 'feature/munin-pr-342-fail2ban' 2015-03-01 23:15:57 +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
Jonny McCullagh
04a1a32881 Updated README with addresses to munin-monitoring/contrib repo 2015-02-27 21:01:33 +00: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
Steve Schnepp
b073040edc Merge pull request #591 from jonnymccullagh/master
Adding munstrap template for munin-monitoring/contrib
2015-02-27 17:47:00 +01:00
Jonny McCullagh
a0f3adede1 Adding munstrap template for munin-monitoring/contrib 2015-02-25 22:13:25 +00: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
Stig Sandbeck Mathisen
04461fb433 Merge pull request #589 from sokai/patch-1
small update of README.md
2015-02-23 10:45:51 +01: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
cbfc03c25e add JSON module 2015-02-12 17:29:49 +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
Steve Schnepp
aed6c052b2 Merge pull request #580 from ChristianBeer/update-ossec-plugin
update the ossec plugin
2015-02-05 11:11:52 +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
Steve Schnepp
9cb8f096be Merge pull request #579 from Thor77/master
add znc_logs plugin
2015-02-03 13:14:49 +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