check_logfiles
check_logfiles copied to clipboard
A plugin (monitoring-plugin, not nagios-plugin, see also http://is.gd/PP1330) which scans logfiles for patterns.
Your git repository contians tags, but the latest tag is [3.5](https://github.com/lausser/check_logfiles/releases/tag/3.5) from 2012. Please be so kind to tag later commits too. Thanks! Reasoning: I plan to package the tool...
Hi, I gave a reboot to the server and even if the seekfile was there, the logfile was fully processed again. ``` $protocolsdir = '/usr/local/test/tmp/logfiles'; $seekfilesdir = '/usr/local/test/tmp/logfiles'; $protocolretention =...
When monitoring the Windows eventlog, if the `winwarncrit` option is specified the log messages output by the plugin are prefixed with one of the following: * EE_EE_TT * EE_WW_TT *...
Hi, My understanding of Perl is tenuous at best but we want to define nosavethreshold & thresholdexpiry as part of the commandline Parameters (line number 5848) under the options (line...
We need an option not to only print the matching line but also context lines, i.e. n / m lines of the log before / after the matching line. Could...
I intended to buy you a coffee. Unfortunately I had to figure that the link generates a HTTP/404. Consider to fix it. Thanks!
Hello, thanks for this great job ! I dont find anything about this option: thresholdexpiry - for which use - parameter I am looking for this case: - find a...
Hi, We are trying to configure check_logfiles for /var/log/messages on RHEL 6/7 servers which use date as a suffix of the rotated file. Extract of our search directive: ``` @searches...
Peace, ``` sudo ./check_logfiles --logfile=/var/log/messages --criticalpattern "sshd" CRITICAL - (1 errors in check_logfiles.protocol-2020-02-28-10-33-45) - Feb 28 10:33:45 [email protected] sudo[19162]: nagios : TTY=pts/0 ; PWD=/usr/lib64/nagios/plugins ; USER=root ; COMMAND=./check_logfiles --logfile=/var/log/messages --criticalpattern...
Hey, we use check_logfiles among others for monitoring logs on our opensips proxys. I want to set criticalthreshold and warningthreshold for just one special pattern. Our config has about 40...