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

2 Commits

Author SHA1 Message Date
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