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

5 Commits

Author SHA1 Message Date
dipohl
6ffdebec0d Plugin-Gallery: Better 2nd level headings 2017-02-24 05:01:30 +01:00
Pierre Schweitzer
772882eb57 Don't hardcode plugin state file location in auth plugin, use env variable defined by Munin instead 2014-12-11 13:27:03 +01:00
Stig Sandbeck Mathisen
8348cd2805 Use /bin/bash as interpreter for bash script
-  uses "echo -en" several places
2014-10-04 21:04:24 +02: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
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00