Search found 61 matches

by ariarlet
Mon Nov 30, 2015 4:06 am
Forum: Open Source Nagios Projects
Topic: Java check
Replies: 5
Views: 2420

Re: Java check

Inside there is a java command line where you specify which service is one that owns that java, but not how to draw that line and if there is a check that already monitor this. It is a very long line with a lot of data.
by ariarlet
Thu Nov 26, 2015 3:56 am
Forum: Open Source Nagios Projects
Topic: Java check
Replies: 5
Views: 2420

Re: Java check

Hello

I would like to monitor a corresponding java websharpe

Thanks
by ariarlet
Wed Nov 25, 2015 4:53 am
Forum: Open Source Nagios Projects
Topic: Java check
Replies: 5
Views: 2420

Java check

Good Morning

How could monitor the process of a java web application. I am not able to find a check that works.

Thank you
by ariarlet
Wed Nov 11, 2015 3:17 am
Forum: Nagios XI
Topic: ERROR: Process name table : No response from remote host
Replies: 5
Views: 1015

Re: ERROR: Process name table : No response from remote host

sorry i havent any problem

The problem was infrastructure error
by ariarlet
Tue Nov 03, 2015 4:17 am
Forum: Nagios XI
Topic: ERROR: Process name table : No response from remote host
Replies: 5
Views: 1015

Re: ERROR: Process name table : No response from remote host

Code: Select all

$USER1$/check_snmp_win_50000.pl -H $HOSTADDRESS$ $ARG1$

ARG1:

Code: Select all

 -C VAR --v2c -n 'IBM WebSphere ...'
sometimes the result is:

ERROR: Process name table : No response from remote host

and other times the result is:

OUTPUT: 1 services active (matching "IBM WebSphere ...") : OK
by ariarlet
Fri Oct 30, 2015 6:52 am
Forum: Nagios XI
Topic: ERROR: Process name table : No response from remote host
Replies: 5
Views: 1015

ERROR: Process name table : No response from remote host

Hello

a few days ago me such errors appear: "ERROR: Process name table: No response from remote host". I think it is wrong or SNMP network problems. These errors are intermittent last 1 minute and disappear.


Thanks
by ariarlet
Wed Sep 30, 2015 2:35 am
Forum: Nagios XI
Topic: error nrpe
Replies: 15
Views: 1478

Re: error nrpe

Does your check work if you don't pass the "-n" flag? ./check_nrpe -H 127.0.0.1 -c check_log3 -a "unable to extend table by" "file.log" 1 ./check_nrpe -H 127.0.0.1 -c check_log3 -a "unable to extend table by" "file.log" 1 NRPE: Unable to read output
by ariarlet
Wed Sep 30, 2015 2:24 am
Forum: Nagios XI
Topic: error nrpe
Replies: 15
Views: 1478

Re: error nrpe

in the local server this command its working
but remote server the result is:

Code: Select all

/usr/local/nagios/libexec/check_nrpe -H IP -p 5666 -n -c check_log3  -a "unable to extend table by" "file.log" 1  
OUTPUT: NRPE: Unable to read output
I do not get the result -n fails SSL
by ariarlet
Tue Sep 29, 2015 2:02 am
Forum: Nagios XI
Topic: error nrpe
Replies: 15
Views: 1478

Re: error nrpe

Code: Select all

./check_nrpe -H 127.0.0.1
NRPE v2.12
by ariarlet
Mon Sep 28, 2015 3:47 am
Forum: Nagios XI
Topic: error nrpe
Replies: 15
Views: 1478

Re: error nrpe

My problem is that ./check_nrpe -H localhost -n -c check_log3 -a "unable to extend table by" "file.log" 1 CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages. and my nrpe.cfg ###################################################################...