Search found 3 matches

by Sunnyb
Mon Dec 14, 2015 4:34 am
Forum: Nagios Log Server
Topic: check_log3.pl - Log monitoring script
Replies: 5
Views: 2202

Re: check_log3.pl - Log monitoring script

Yes, here is my nrpe.cfg file , but let you know once again my nrpe service in server is in stopped status . -------------------------------------------------------------------------------------------------------------------------------------------- # LOG FACILITY # The syslog facility that should b...
by Sunnyb
Fri Dec 11, 2015 4:51 am
Forum: Nagios Log Server
Topic: check_log3.pl - Log monitoring script
Replies: 5
Views: 2202

Re: check_log3.pl - Log monitoring script

Hi, Yes i tried, but it's not working. My nrpe service is in stopped status. I run this manual command : # /usr/lib/nagios/plugins/check_nrpe -H hostaddress -c check_log3.pl -l /home/dcofront/mod_jk.log -p Error But this command is not working, i found this error : check_log3 command is not defined,...
by Sunnyb
Thu Dec 10, 2015 5:19 am
Forum: Nagios Log Server
Topic: check_log3.pl - Log monitoring script
Replies: 5
Views: 2202

check_log3.pl - Log monitoring script

Hello Team, I have uploaded log monitoring script into my Fully Automated Nagios server. Now when i add into commands.cfg like this : define command{ command_name check_log3 command_line $USER1$/check_log3.pl $ARG1$ $HOSTADDRESS$ -l $ARG2$ -p $ARG3$ $ARG4$ } and then i defined it's service in localh...