check_logfiles
Posted: Wed Aug 12, 2020 2:52 pm
how to get this done ,,, i need to sniff some pattern in diff log files from diff services... how to install and how can get this run from client and server side? Thanks in advance
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
cd /usr/local/nagios/libexec && lsCode: Select all
[root@nagios libexec]# ls check_l*
check_last_logs.pl check_ldap check_ldaps check_load check_log
[root@nagios libexec]# ls -al check_l*
-rwxrwxr-x 1 apache nagios 1811 Sep 24 2019 check_last_logs.pl
-rwxrwxr-x 1 apache nagios 227968 Jun 27 10:32 check_ldap
lrwxrwxrwx 1 apache nagios 10 Jun 27 10:32 check_ldaps -> check_ldap
-rwxrwxr-x 1 apache nagios 169704 Jun 27 10:32 check_load
-rwxrwxr-x 1 apache nagios 7068 Jun 27 10:32 check_log
[root@nagios libexec]#
Code: Select all
cd /tmp
wget https://labs.consol.de/assets/downloads/nagios/check_logfiles-3.12.tar.gz
tar zxf check_logfiles-3.12.tar.gz
cd check_logfiles-3.12
./configure
make all
make installGreatfsodah wrote:Done ... please close it