Page 2 of 3
Re: No answer from host
Posted: Fri May 26, 2017 7:32 am
by SETR
This fixed some of the machines, we are going through each one of our VM's with time out issue to figure out the cause. Some seem to have issue with SNMP not working properly. We are working with our System admins to sort the SNMP issues. Will update you soon on the status.
Re: No answer from host
Posted: Fri May 26, 2017 9:21 am
by tgriep
OK, thanks for reporting back. If you have any questions, let us know.
Re: No answer from host
Posted: Tue May 30, 2017 3:29 pm
by SETR
How do we go about fixing the following error on Linux machine?
LUTL-NAGIOSXI.ams.com>>/root>>time /usr/local/nagios/libexec/check_snmp_storage_wizard.pl -H 162.70.xx.xxx -C ARM1 --v2c -m 'Physical Memory' -w 80 -c 90 -f -t 60 --octetlength=65535
Unknown storage : Physical Memory : ERROR
real 0m0.209s
user 0m0.160s
sys 0m0.015s
Re: No answer from host
Posted: Tue May 30, 2017 4:11 pm
by tgriep
The M in memory is lower case on Linux systems, try using the following command.
/usr/local/nagios/libexec/check_snmp_storage_wizard.pl -H 162.70.xx.xxx -C ARM1 --v2c -m 'Physical memory' -w 80 -c 90 -f -t 60 --octetlength=65535
Re: No answer from host
Posted: Wed May 31, 2017 11:24 am
by SETR
That did the trick. Thank you.
There is one machine where we are getting unknown for CPU. Here are the details:
[
[email protected] ~]$ /usr/local/nagios/libexec/check_snmp_load_wizard.pl -H 162.xx.xxx.xx -t 60 -C ARM1 --v2c -w 90 -c 95 -f
Can't find CPU usage information : UNKNOWN
[root@cvsarm root]# cat /proc/version - list oS version
Linux version 2.4.21-15.EL (
[email protected]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-34)) #1 Thu Apr 22 00:27:41 EDT 2004
Re: No answer from host
Posted: Wed May 31, 2017 11:41 am
by tgriep
It could be that the SNMP Daemon that is running on that system is not configured to respond the the CUP Load OID.
If you have another system that works, compare the settings in the snmpd.conf file and see if they match, and update them if needed.
Re: No answer from host
Posted: Wed Jun 07, 2017 9:28 am
by SETR
Some of our Linux servers are having issues with the CPU load, we are using the same settings everywhere, not sure why only few are having these issues. Anything we can check to troubleshoot this issue?
Re: No answer from host
Posted: Wed Jun 07, 2017 9:45 am
by avandemore
Is the SNMP daemon uniform in version and configuration?
Re: No answer from host
Posted: Wed Jun 21, 2017 1:27 pm
by tmcdonald
Just checking in since we have not heard from you in a while. Did
@avandemore's post clear things up or has the issue otherwise been resolved?
Re: No answer from host
Posted: Wed Jul 19, 2017 7:43 am
by SETR
Yes, now everything looks fine. On a different note, Is there a way to restart a VM from the NagiosXI web interface?