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

57 Commits

Author SHA1 Message Date
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
rkarlsba
67525b295f Update cpu_
some fixes for guest_nice
2014-03-09 19:45:54 +01:00
rkarlsba
a3d90c8fb0 Update cpu_
fixed /proc/stat parsing issues
2014-03-09 19:25:57 +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
Andreas Geesen
6a12882b4a Enhanced used memory calculation for values displayed in G 2014-02-21 12:33:05 +01: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
Kenyon Ralph
4a7a0de134 hugepages: fixes from Mrten in issue #308 2013-06-02 14:12:44 -07: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
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
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
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
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
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
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
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
deveth0
feef65dba9 Update plugins/system/zones_mem
Increase number of displayed zones.
2012-12-20 13:42:05 +01:00
Steve Schnepp
3b64d836f8 add license 2012-11-16 14:06:40 +01: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
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
Steve Schnepp
f28b447484 Merge pull request #187 from ze42/master
cpu_linux_multi
2012-10-19 15:10:35 -07:00
Adrien "ze" Urban
5d4c3e8ec1 cpu_linux_multi: fix a typo preventing it to run 2012-09-14 17:56:12 +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
deveth0
7f8d2e8cd6 Fixed bug which only displays the first 5 zones 2012-09-05 01:00:03 +03:00
Ben
2e566be36d Update plugins/system/debsecan
adjusted patterns to grep
2012-09-01 11:15:54 +02:00
Diego Elio Pettenò
0a1524f27f More housecleaning.
Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.
2012-08-06 21:55:44 -07:00
Diego Elio Pettenò
7da1b039c2 Put order in SNMP plugins by moving all of them together in snmp/
This makes it easier to find what should be used for SNMP monitoring.
2012-08-06 21:36:10 -07:00
Gowness
13b1223793 Bugfix: missing perl argument
This was keeping this pluggin from configuring correctly on my arch box
2012-05-29 00:54:52 -07:00
Sebastien Campion
ec28528717 Memory by user plugin
It enable a visualisation of memory usage per users.
2012-05-23 09:05:24 +02:00
Kenyon Ralph
62d43835d4 remove plugins existing in the main munin distribution 2012-05-04 02:54:55 -07:00
Kenyon Ralph
dd6dcd8728 organize ipmi plugins into one directory 2012-05-04 00:14:21 -07:00
Kenyon Ralph
accf47f9a0 remove plugins existing in main munin repository 2012-04-30 01:25:48 -07:00
Kenyon Ralph
9edbf50610 memory_by_process: remove misplaced documentation 2012-04-04 01:55:07 -07:00
Thomas Diener
8c5a7b2f90 A small text correction 2012-04-01 21:52:18 +02:00
Thomas Diener
440ebfe69b Plugin updated to work with Fortinet Fortigate Firmware v4.00MR3Patch6 2012-04-01 16:53:39 +02:00
Steve Schnepp
dd4afac869 Move the screenshots next to plugins 2012-03-07 12:53:52 +01:00
Kenyon Ralph
8e3033a0fa remove plugins included in the main munin distribution 2012-02-27 23:51:52 -08:00