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

3118 Commits

Author SHA1 Message Date
Steve Schnepp
7446194b02 Merge pull request #780 from alexanikanov/master
add plugin for PUMA monitoring
2016-12-04 13:34:23 +01:00
Alexey Anikanov
75e9b8c902 add plugin for PUMA monitoring 2016-12-04 13:10:11 +02:00
sumpfralle
c24aaaf9d0 Merge pull request #776 from shakemid/add_oracle_plugins
Added plugins for Oracle Database.
2016-11-30 11:28:54 +01:00
K.Cima
69f98e7f7b Fix to remove evals 2016-11-29 15:32:24 +09:00
K.Cima
289b99d401 Add comments for evals 2016-11-28 23:55:30 +09:00
K.Cima
fe8908c326 Fix to add double quote to supress shellcheck warnings 2016-11-28 23:55:00 +09:00
K.Cima
99e235ceef Fix to remove ${sqlplus_opts} to supress shellcheck warnings 2016-11-28 23:52:51 +09:00
K.Cima
3e4a48abb8 Fix to remove useless SQL 2016-11-28 23:51:59 +09:00
K.Cima
7c08e6c469 Added oracle_sysstat_ plugin 2016-11-27 14:11:27 +09:00
sumpfralle
9057a61fa6 Merge pull request #777 from sumpfralle/travis-remove-file_tail_multi
[apache_logparser] carefully import missing File::Tail::Multi (fixes Travis checks)
2016-11-25 02:37:26 +01:00
Lars Kruse
3d3f5179fa [apache_logparser] remove unused 'type' setting
the manual common/combined type detection was replaced with an
automatism earlier
2016-11-25 02:23:19 +01:00
Lars Kruse
89b2f76701 [apache_logparser] fix syntax error of for-loop 2016-11-25 02:18:29 +01:00
Lars Kruse
02f80a35a3 [apache_logparser] carefully import unavailable module 'File::Tail::Multi
this will allow travis checks again
2016-11-25 02:17:41 +01:00
sumpfralle
cab0841c82 Merge pull request #741 from yoe/master
Add job stats graph
2016-11-24 23:42:53 +01:00
Wouter Verhelst
145b654692 Add minimal POD documentation 2016-11-24 17:37:50 +01:00
Lars Kruse
fea84ffc20 travis: do not import missing File::Tail::Multi 2016-11-24 04:00:36 +01:00
sumpfralle
a8dca90740 Merge pull request #764 from nyetwurk/master
Prevent data corruption if output fields of "tc -s" vary, stack children lines
2016-11-17 04:51:57 +01:00
Nye Liu
21572e11a5 Add the documentation in to the script. Should have gone with previous commit. 2016-11-16 18:25:53 -08:00
sumpfralle
e2873c0a3f Merge pull request #772 from acranox/arcstat_emptylines
Pass over empty lines in the arcstats (Closes: #680)
2016-11-13 20:06:41 +01:00
Peter Doherty
4f0a708dfd Pass over empty lines in the arcstats
https://github.com/munin-monitoring/contrib/issues/680
2016-11-13 08:56:45 -05:00
sumpfralle
c9123a872b Merge pull request #771 from leeclemens/mtr_title
Add source as first 'hop' (Closes: #692)
2016-11-12 21:38:45 +01:00
Lee Clemens
caa2f4be18 Add comment for hardcoded hop_o value and configs 2016-11-12 15:20:24 -05:00
Lee Clemens
d9cce2160f Make whitespace consistent, converting tabs to 4 spaces and fixing indents 2016-11-12 14:29:05 -05:00
Lee Clemens
b3a486fa62 Use source hostname as first 'hop' value (removing it from graph title) 2016-11-12 13:48:09 -05:00
Lee Clemens
dc129c541b Add source HOST to graph_title 2016-11-12 12:56:06 -05:00
sumpfralle
39976312f7 Merge pull request #671 from drzraf/patch-2
proc_mem_by_user: avoid magic fieldname "root"
2016-11-07 01:07:10 +01:00
Raphaël Droz
5a320fce61 proc_mem_by_user:
- use of bash
- don't corrupt rrd files when "root" (or any unclean value) is requested
2016-11-06 16:52:37 -03:00
Lars Kruse
9dcf5885e9 [asterisk] fix inconsistent fieldname for voicemail messages (Closes: #700)
lelutin proposed the change of the fieldname "messages" in the config
section to "total" (as used in the "fetch" output)

see https://github.com/munin-monitoring/contrib/issues/700
2016-11-06 13:56:45 +01:00
Lars Kruse
04def756bc [asterisk] cleanup linebreak handling and single/plurals (Closes: #698)
lelutin proposed some changes:
* the total is 0 if there is only one channel active (due to "channel"
  vs. "channels")
* linebreaks "\r\n" are expected

See https://github.com/munin-monitoring/contrib/issues/698
2016-11-06 13:52:41 +01:00
Lars Kruse
66d48afbbb [asterisk] fix codecs accounting (Closes: #699)
The following issues are fixed by lelutin:
* line ending matching does not match for lines that only use \n as
  line ending
* iteration is broken because the index for setting values in the
  codecs accounting array is never reset to 0 before new loops.
* iax channels don't use a codec hex value, but rather their names
  (sip still uses the hex values as far as I can see)

see https://github.com/munin-monitoring/contrib/issues/699
2016-11-06 12:37:28 +01:00
sumpfralle
7724b4cd6f Merge pull request #748 from shtrom/backup-manager
[backup-manager] Rudimentary backup-manager plugin
2016-11-06 12:27:05 +01:00
Nye Liu
49b79ca228 Embed tc_ pod documentation into the plugin itself 2016-11-05 21:08:01 -07:00
Olivier Mehani
07fb93c2a4 [fresh_backup] Add missing reference to backup-manager
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-11-06 13:18:56 +11:00
Nye Liu
c4e03516ce Forgot the suggest tag 2016-11-05 14:58:49 -07:00
Nye Liu
fd25056ffd Set family to auto in tc_.pod as well 2016-11-05 14:57:45 -07:00
Nye Liu
6cb9ba170f Cleanup suggested by maintainer
* family should be auto, not manual
* Combine multiple sed scripts into a single script
* Double quote sh variable dereferences
* Don't use deprecated backquotes
2016-11-05 14:52:03 -07:00
Nye Liu
2d13d2a50d Add documentation and example graphs for the tc_ plugin 2016-11-05 14:51:14 -07:00
Nye Liu
43f5345747 Merge branch 'master' of https://github.com/munin-monitoring/contrib 2016-11-05 14:15:25 -07:00
sumpfralle
4cc124fdab Merge pull request #724 from nichok/master
Fix for pymongo > 3.0 and connection support of MongoClient only
2016-11-05 12:42:27 +01:00
sumpfralle
3b1290cf9c Merge pull request #749 from shtrom/deborphan
[deborphan] New plugin counting orphaned packages in all sections
2016-11-05 11:56:57 +01:00
Olivier Mehani
000c97ccec [deborphan] No longer dependent on bashisms
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-11-05 21:51:10 +11:00
Olivier Mehani
ddbb4782ec [deborphan] Don't use tempfiles, and other fixes
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-11-05 21:48:55 +11:00
sumpfralle
306b77c2f0 Merge pull request #765 from CristianDeluxe/postfix_stats
Postfix stats - Rewritten plugin
2016-11-04 11:09:46 +01:00
Cristian Deluxe
156f0d840e Small language fixes 2016-11-04 10:48:06 +01:00
Cristian Deluxe
daf5b94a07 Sellcheck disables and “eval” removed 2016-11-04 10:33:14 +01:00
Cristian Deluxe
d1d668f6bc Strict SH script, thanks to sumpfralle 2016-11-04 05:11:19 +01:00
Cristian Deluxe
87a6a775b3 draw mode changed to AREASTACK 2016-11-02 07:06:36 +01:00
Cristian Deluxe
ce23bdde59 Changed draw mode to STACK 2016-11-02 07:00:45 +01:00
Cristian Deluxe
48ab33220e no duplicated code, area graph, only first result 2016-11-02 06:59:07 +01:00
Cristian Deluxe
8e2025a9b9 changed graph_period to minute (more appropiated) 2016-11-02 06:34:57 +01:00