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

2656 Commits

Author SHA1 Message Date
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
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
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
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
Steve Schnepp
341798cdc3 Merge pull request #574 from HeisSpiter/master
Use MUNIN_STATEFILE env variable to support multiple masters instead of ...
2015-01-22 11:32:25 +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
Steve Schnepp
d89d564a1a Merge pull request #573 from HeisSpiter/master
Fix regexp in case iptables returns huge numbers. It may not have spaces...
2015-01-21 23:49:39 +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
Steve Schnepp
a6a1ee1d85 Update README.md 2015-01-20 22:06:40 +01:00
Steve Schnepp
1f5f70ef5a README: Add some precision to the commit message 2015-01-20 22:04:39 +01:00
Steve Schnepp
803ad3b36d Merge pull request #570 from weeheavy/master
Added nscd plugin
2015-01-18 12:23:35 +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
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
Steve Schnepp
1a0a9da00b Merge pull request #557 from ercpe/master
Use a zero-based percentage graph for nginx cache status
2014-12-18 18:49:38 +01:00
Johann Schmitz
40532b6824 Use a zero-based percentage graph for nginx cache status 2014-12-17 13:07:48 +01:00