Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / system @ ef960abc

# Date Auteur Commentaire
f84420f9 2013-06-09 07:49 wh6b

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....

4a7a0de1 2013-06-02 17:12 Kenyon Ralph

hugepages: fixes from Mrten in issue #308

bc0bab7a 2013-04-19 17:28 Kenyon Ralph

Merge pull request #292 from presbrey/patch-1

fix cpu_by_process time parser

c2be0e2b 2013-04-19 17:17 Kenyon Ralph

Merge pull request #291 from jesseadams/master

Tweaks for system/pagefaults_by_process

7f23c8cf 2013-04-19 16:33 Kenyon Ralph

system/freeboxuptime: move to the system category

aa46cd0c 2013-04-19 16:32 Kenyon Ralph

move uptime plugin to the system directory

b63d5445 2013-04-11 17:31 presbrey

fix cpu_by_process time parser

cumulated CPU time is in [DD-]hh:mm:ss format

b94cf57b 2013-04-10 18:02 Jesse R. Adams

Adjusting vlabel and using ARGV key 0 instead of 1 for config pass

f82b011c 2013-03-20 03:40 Stefano Gargiulo

Update cpu_by_process

fix, plugin didn't worked in munin 2.0: config param is in ARGV0, not ARGV1

729c6123 2013-02-04 09:21 Steve Schnepp

multicpu1sec: enable up to 99 CPUs

5090a771 2013-02-04 09:20 Steve Schnepp

multicpu1sec: use LANG=C to avoid S_TIME_FORMAT issues

e3744a09 2013-02-04 08:31 Steve Schnepp

multicpu1sec: add a flush to awk

29e6559e 2013-02-03 01:30 Kenyon Ralph

Merge pull request #206 from aptivate/master

Improved HTTP plugin, new CPU and page fault plugins

94c0585a 2012-12-24 21:29 Kenyon Ralph

whitespace cleanup

b7e0cab7 2012-12-24 21:28 Kenyon Ralph

add some description

feef65db 2012-12-20 07:42 deveth0

Update plugins/system/zones_mem

Increase number of displayed zones.

3b64d836 2012-11-16 08:06 Steve Schnepp

add license

73239ed2 2012-11-07 10:33 Chris Wilson

Improve the left-side label of the graph.

ef86c469 2012-11-07 10:31 Chris Wilson

Add a plugin for adding up any number column output by ps.

fcbc8edb 2012-11-01 06:29 Chris Wilson

Fix string comparison.

c00710c0 2012-11-01 05:55 Chris Wilson

Fix process labels.

ddbc1c4b 2012-11-01 05:32 Chris Wilson

These plugins should be executable.

55aa46a3 2012-11-01 05:31 Chris Wilson

Add our "all processes" monitoring plugin, cleaned up, and a page fault plugin.

f28b4474 2012-10-19 18:10 Steve Schnepp

Merge pull request #187 from ze42/master

cpu_linux_multi

5d4c3e8e 2012-09-14 11:56 Adrien "ze" Urban

cpu_linux_multi: fix a typo preventing it to run

5a92255c 2012-09-13 15:24 Adrien "ze" Urban

cpu_linux_multi: license

license, and a few more comments

44e66720 2012-09-13 15:02 Adrien "ze" Urban

cpu_linux_multi: detailed cpu usage per core (multigraph, supersampling)

5be6eb72 2012-09-13 02:03 Stefan Seidel

add basic information and license header

f9000cdc 2012-09-12 04:26 Stefan Seidel

new plugin to monitor HugePages (or Large Pages) usage under Linux

7f8d2e8c 2012-09-04 18:00 deveth0

Fixed bug which only displays the first 5 zones

2e566be3 2012-09-01 05:15 Ben Strauss

Update plugins/system/debsecan

adjusted patterns to grep

0a1524f2 2012-08-07 00:55 Diego Elio Pettenò

More housecleaning.

Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.

7da1b039 2012-08-07 00:36 Diego Elio Pettenò

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.

13b12237 2012-05-29 03:54 Gowness

Bugfix: missing perl argument

This was keeping this pluggin from configuring correctly on my arch box

ec285287 2012-05-23 03:05 Sebastien Campion

Memory by user plugin

It enable a visualisation of memory usage per users.

62d43835 2012-05-04 05:54 Kenyon Ralph

remove plugins existing in the main munin distribution

dd6dcd87 2012-05-04 03:14 Kenyon Ralph

organize ipmi plugins into one directory

accf47f9 2012-04-30 04:25 Kenyon Ralph

remove plugins existing in main munin repository

9edbf506 2012-04-04 04:55 Kenyon Ralph

memory_by_process: remove misplaced documentation

8c5a7b2f 2012-04-01 15:52 Thomas Diener

A small text correction

440ebfe6 2012-04-01 10:53 Thomas Diener

Plugin updated to work with Fortinet Fortigate Firmware v4.00MR3Patch6

dd4afac8 2012-03-07 06:53 Steve Schnepp

Move the screenshots next to plugins

8e3033a0 2012-02-28 02:51 Kenyon Ralph

remove plugins included in the main munin distribution

f14628ad 2012-02-25 03:22 Горлов Максим

Changed the location of their own plug-ins

9082a901 2012-02-18 17:33 Kenyon Ralph

whitespace cleanup

fc3bfaeb 2012-02-18 17:32 Kenyon Ralph

comment print statements that are not useful to munin

6272ca0c 2012-02-18 13:51 iangregory

Make the uptime_bsd plugin OpenBSD friendly.

ad72df15 2012-02-18 00:17 Steve Schnepp

fixed watchdog, so plugin restarts automatically if killed

08346aac 2012-02-13 12:24 Steve Schnepp

- have some dirs

8a955385 2012-01-16 10:12 Steve Schnepp

Adding multicpu1sec from http://plugins.munin-monitoring.org/ as it serves as an example for 1 sec granularity.