Search found 6 matches

by Viyullas33
Tue Jun 25, 2013 5:17 pm
Forum: Open Source Nagios Projects
Topic: NRPE Errors generating notifications.
Replies: 7
Views: 2162

Re: NRPE Errors generating notifications.

This is the command we are using for this checks. If it is a timeout problem why am I getting an out of bounds error? The systems are AIX, the nagios server is a linux box, and yes, the check is working most of the time. It is just sometimes that shows this error, and it is doing it with different A...
by Viyullas33
Tue Jun 25, 2013 4:16 am
Forum: Open Source Nagios Projects
Topic: NRPE Errors generating notifications.
Replies: 7
Views: 2162

Re: NRPE Errors generating notifications.

I don't see any changes after the timeout augmentation. The checks are working just fine most of the time, so the persmissions should be ok. This is a sample command check: check_local_disk ssh $ARG1$@$HOSTADDRESS$ -C '"/home/"$ARG1$"/nagios/libexec/check_disk" -w $ARG2$ -c $ARG3...
by Viyullas33
Sat Jun 22, 2013 1:46 am
Forum: Open Source Nagios Projects
Topic: NRPE Errors generating notifications.
Replies: 7
Views: 2162

Re: NRPE Errors generating notifications.

I don't think it's a timeout problem, because it would give me a timeout message, not an out of bounds. right?
Anyway, I will set a 50 sec timeout and see what happens.
by Viyullas33
Fri Jun 21, 2013 6:37 am
Forum: Open Source Nagios Projects
Topic: NRPE Errors generating notifications.
Replies: 7
Views: 2162

NRPE Errors generating notifications.

Hello, We have a problem with the NRPE plugin. Some of our monitored servers are overloaded and, only sometimes, when the check is made they don't return a valid response code. So we are getting a "Return code of 255 is out of bounds" output from the plugin. This is treated as a CRITICAL a...
by Viyullas33
Tue Apr 16, 2013 5:11 am
Forum: Nagios XI
Topic: Custom reports
Replies: 8
Views: 4718

Re: Custom reports

Hi, I know there is a feature on NagiosXI, I'm using it already. The problem I have right now is that we need to make some reports with cristal reports, and I have to provide data in a format Cristal Reports understands. I've been looking at NDO database structure, but I can't get what I want from i...
by Viyullas33
Mon Apr 15, 2013 1:55 am
Forum: Nagios XI
Topic: Custom reports
Replies: 8
Views: 4718

Custom reports

Hello, We would like to use an internal tool to extract data from Nagios to generate availability reports form hosts and services. I've been looking for a way to get this data, but I only found the last checks in the mysql database on nagios_hostchecks table. Is there any way to check historic data?...