Skip to content

Commit

Permalink
AdHoc (doc) Improve Readme readability
Browse files Browse the repository at this point in the history
  • Loading branch information
toxix committed Oct 28, 2019
1 parent 0036828 commit db84ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ it is also possible to parse log file manually and feed it in the script:
grep nginx /var/log/syslog | grep -v "health_check" | tail -1 | php monitor.php --interval 20minutes --termination "/sbin/shutdown -h now"
```

PLEASE NOTE: only the last line of STDIN will only be processed if no other input is given by `--logfile` or `--syslog`
PLEASE NOTE: Only the last line of STDIN will be processed. STDIN will only be processed, if no other input is given by `--logfile` or `--syslog`

### Parsing Syslog
For phrasing the syslog and check for log entries from a specific unit, you can use the following:
Expand Down

0 comments on commit db84ac5

Please sign in to comment.