Search found 21 matches

by Giperboloid
Mon Jun 06, 2016 3:20 pm
Forum: Open Source Nagios Projects
Topic: Unexpected SNMP rResults
Replies: 20
Views: 19586

Re: Unexpected SNMP rResults

You will need to edit the resource.cfg file and change the $USER3$ option to the community string you have setup on the remote system. Save the file and restart nagios and that should fix the issue for you. I modified the sting in resource.cfg from $USER3$=someuser to $USER3$=my-own-SNMP-community ...
by Giperboloid
Wed Jun 01, 2016 5:01 pm
Forum: Open Source Nagios Projects
Topic: Unexpected SNMP rResults
Replies: 20
Views: 19586

Re: Unexpected SNMP rResults

$USER3$ = to all users https://exchange.nagios.org/directory/Plugins/Operating-Systems/Solaris/check_cpu/details From this link I downloaded and set up the services. But the problem appeared - the files check_load and check_swap were already in the folder/usr/local/nagios/libexec. That's why I was f...
by Giperboloid
Wed Jun 01, 2016 1:10 pm
Forum: Open Source Nagios Projects
Topic: Unexpected SNMP rResults
Replies: 20
Views: 19586

Re: Unexpected SNMP rResults

I split this off the old thread as it is a different problem. Can you provide the command that is being used for the problem items, as well as the plugins you are using. clients.cfg define host{ use linux-server host_name node_1 alias server address 192.168.1.2 max_check_attempts 5 check_period 24x...
by Giperboloid
Tue May 31, 2016 5:57 am
Forum: Open Source Nagios Projects
Topic: Unexpected SNMP rResults
Replies: 20
Views: 19586

Re: Return code of 13 is out of bounds

rkennedy wrote:It doesn't look like your image came through, could you re-upload it and comment back after doing so?
It's ok now.
by Giperboloid
Mon May 30, 2016 8:50 am
Forum: Open Source Nagios Projects
Topic: Unexpected SNMP rResults
Replies: 20
Views: 19586

Unexpected SNMP rResults

From your screenshots we can determine that the remote server 192.168.1.2 cannot talk to the monitor server 192.168.1.1 (however the monitoring server can talk to itself AND the remote server). Do you want the remote server to be able to query the monitoring server? Normally the traffic direction i...
by Giperboloid
Sat May 28, 2016 9:28 am
Forum: Open Source Nagios Projects
Topic: Return code of 13 is out of bounds
Replies: 36
Views: 15353

Re: Return code of 13 is out of bounds

bwallace wrote:Your screenshots did not post. Could you try attaching/posting them again please?
And now?
By the way, maksibonus is my friend and we together are trying to solve this problem.
by Giperboloid
Thu May 26, 2016 11:46 am
Forum: Open Source Nagios Projects
Topic: Return code of 13 is out of bounds
Replies: 36
Views: 15353

Re: Return code of 13 is out of bounds

This article helped me: http://askubuntu.com/questions/133184/nagios-nrpe-installation-errorconfigure-error-cannot-find-ssl-libraries But another problem has occurred: signal from the monitoring server reaches the nodes, but the one from the nodes doesn't reach the server. +/var/log/messages is abse...
by Giperboloid
Thu May 26, 2016 5:23 am
Forum: Open Source Nagios Projects
Topic: Return code of 13 is out of bounds
Replies: 36
Views: 15353

Re: Return code of 13 is out of bounds

Code: Select all

-n
didn't help.
by Giperboloid
Wed May 25, 2016 6:59 am
Forum: Open Source Nagios Projects
Topic: Data handling
Replies: 1
Views: 764

Data handling

Where can I find detailed description of how does Nagios read, collect and handle at all information?
by Giperboloid
Wed May 25, 2016 6:11 am
Forum: Open Source Nagios Projects
Topic: Return code of 13 is out of bounds
Replies: 36
Views: 15353

Re: Return code of 13 is out of bounds

On the monitoring server (Ubuntu 14.04) I've installed nrpe with ./configure --disable-ssl, because make all didn't work for me: http://s016.radikal.ru/i337/1605/e2/4d93ee1512db.png On the remote server (CentOS 6.5) I installed nrpe without problems and the file check_nrpe appeared. But when I try t...