| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | Feb 14 at 10:05 | |
| stats | profile views | 1 |
|
Sep 7 |
comment |
How to create monit monitor to alert when a line of text is NOT seen in a log file over a period of time This will alert on every line which does not match the pattern "BLAH". Which is different to what I want to do. I want to alert when I don't receive something over a period of time. |
|
Sep 7 |
comment |
How to create monit monitor to alert when a line of text is NOT seen in a log file over a period of time check file system.log with path /var/log/system.log if NOT match "BLAH" within 2 cycles then alert group prices |
|
Sep 7 |
comment |
How to create monit monitor to alert when a line of text is NOT seen in a log file over a period of time Not sure that this works John. I entered the following: |
|
Sep 7 |
comment |
How to create monit monitor to alert when a line of text is NOT seen in a log file over a period of time Thanks John. I'll give it a go on my server and report back. |
|
Sep 7 |
asked | How to create monit monitor to alert when a line of text is NOT seen in a log file over a period of time |