Search found 4 matches

by MattSmith46
Thu Jan 31, 2019 10:45 am
Forum: Open Source Nagios Projects
Topic: Check_logfile help
Replies: 3
Views: 870

Re: Check_logfile help

Thank you Scott this is the one that worked.

Code: Select all

criticalpatterns => ['\[ERR-04704\] No inspection step found']
by MattSmith46
Wed Jan 30, 2019 1:22 pm
Forum: Open Source Nagios Projects
Topic: Check_logfile help
Replies: 3
Views: 870

Check_logfile help

Hello, I've installed and implement the check_logfile plugin, but I am having issue with the .cfg file. The logfile I want to monitor is MQIST.log and I would like it to alert when this error is generated in the log file "[ERR-04704] No inspection step found" Here is my current .cfg file: ...
by MattSmith46
Tue Jan 15, 2019 11:43 am
Forum: Open Source Nagios Projects
Topic: Issue when configuring check_logfiles
Replies: 3
Views: 721

Re: Issue when configuring check_logfiles

Thank your help scottwilkerson all is working now! I see I forgot the , at the end. ;)
by MattSmith46
Fri Jan 11, 2019 3:59 pm
Forum: Open Source Nagios Projects
Topic: Issue when configuring check_logfiles
Replies: 3
Views: 721

Issue when configuring check_logfiles

Hello, I am trying to setup the check_logfile on one of my servers. I've configured the latest plugin from https://labs.consol.de/nagios/check_logfiles/ and tested the check_logfile plugin via the command line and received the following. > ./check_logfiles --criticalpattern='ORA' --logfile=/srv/orac...