Search found 3 matches

by jask
Thu Jul 28, 2016 2:52 pm
Forum: Open Source Nagios Projects
Topic: check_logfiles seems doesn't work
Replies: 4
Views: 2635

Re: check_logfiles seems doesn't work

mcapra wrote:Is it alright if we lock this thread and mark the issue as resolved?
Yes, please !

Thanks a lot
by jask
Thu Jul 28, 2016 3:09 am
Forum: Open Source Nagios Projects
Topic: check_logfiles seems doesn't work
Replies: 4
Views: 2635

Re: check_logfiles seems doesn't work

The plugin will take into account how the file is the first time it sees it, then it will analyze new data inputted. If you add the word 'error' once again, on a new line, it should trigger as a critical - [root@localhost plugins-scripts]# ./check_logfiles --logfile='/tmp/blah' --criticalpattern='e...
by jask
Wed Jul 27, 2016 11:20 am
Forum: Open Source Nagios Projects
Topic: check_logfiles seems doesn't work
Replies: 4
Views: 2635

check_logfiles seems doesn't work

Hi there! I'm testing check_logfiles plugin and I have some problems. I've created a file under /tmp directory called jask.tmp that only has "error" word. monitor@monitor:/usr/local/nagios/libexec$ cat /tmp/jask.log error When I execute this command: monitor@monitor:/usr/local/nagios/libex...