From: Andrew Lorimer Date: Sun, 17 Mar 2019 09:14:07 +0000 (+1100) Subject: fix links in readme X-Git-Url: https://git.lorimer.id.au/logparse.git/diff_plain/ed15b29453dc3690603373c638f63746b2a57089 fix links in readme --- diff --git a/readme.md b/readme.md index 5130bc9..f4416b8 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,13 @@ # logparse -(![source](https://git.lorimer.id.au/logparse.git/)) // written by ![Andrew Lorimer](https://lorimer.id.au) +([source](https://git.lorimer.id.au/logparse.git/)) // written by [Andrew Lorimer](https://lorimer.id.au) This is a utility to analyse medium-term logs (up to around 30 days old) on servers. It summarises notable events and statistics reported from several programs. At the moment, logparse can interface with: - sshd (number of logins, list users & clients) - sudo (number of sessions, users, commands) - cron (list commands) -- ![nameget](https://git.lorimer.id.au/scripts.git/tree/nameget.sh) (list successful/failed downloads) +- [nameget](https://git.lorimer.id.au/scripts.git/tree/nameget.sh) (list successful/failed downloads) - apache (list requests, clients, user agents, bytes transferred, errors) - smbd (number of logins, list users & clients) - postfix (list recipients and bytes sent)