I'm able to get NagiosXI to monitor a PowerEdge 2900, Windows Server 2003, OpenManage 5.2. When I go through the same process with a PowerVault DL2100, Windows Server 2008, OpenManage 7.4, I get an Unknown with "ERROR: Alarm signal (Nagios time-out)". SNMP is setup identical on both. Firewalls are turned off.
What would be the next step in troubleshooting this problem?
Thanks in advance,
Mike
Monitoring Openmanage Issue
Re: Monitoring Openmanage Issue
Which plugin are you using for this? I assume you're using check_openmanage? If so, which version of check_openmanage are you using? The plugin hasn't been updated in a while, and the last OMSA version mention I see in the changelog is 7.2.0.
Can you share the specific check you are using, and it's output, executed from the CLI of your Nagios XI machine? With any verbose output (--debug option if using the above plugin), if available.
My initial hunch is that the SNMP request is timing out for one reason or another.
Can you share the specific check you are using, and it's output, executed from the CLI of your Nagios XI machine? With any verbose output (--debug option if using the above plugin), if available.
My initial hunch is that the SNMP request is timing out for one reason or another.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
CJIndustries
- Posts: 46
- Joined: Wed Aug 24, 2016 6:39 am
Re: Monitoring Openmanage Issue
I attached the version I'm using and according to the comments, the PowerVault DL2100 is supported. I did increase the timeout, but I'm still getting the same results.
You do not have the required permissions to view the files attached to this post.
Re: Monitoring Openmanage Issue
The only difference I can see in the script between the two models is that one additional OID is pulled for the DL2100. I'd be curious to see if you run the command against the DL2100 but run the command with the option "-T pe_2900".
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
CJIndustries
- Posts: 46
- Joined: Wed Aug 24, 2016 6:39 am
Re: Monitoring Openmanage Issue
I get the same result.
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H host -C password -T pe_2900
ERROR: Alarm signal (Nagios time-out)
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H host -C password -T pe_2900
ERROR: Alarm signal (Nagios time-out)
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Monitoring Openmanage Issue
What happens if you add a -2 at the end of your command?
Also, can you run an snmpwalk on that host?
Also, can you run an snmpwalk on that host?
-
CJIndustries
- Posts: 46
- Joined: Wed Aug 24, 2016 6:39 am
Re: Monitoring Openmanage Issue
It worked with the -2 at the end once and then it would error out after that.
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H HOST -C PASSWORD -T pv_dl2100 -2
OK:
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H HOST -C PASSWORD -T pv_dl2100 -2
ERROR: Alarm signal (Nagios time-out)
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H HOST -C PASSWORD -T pv_dl2100 -2
ERROR: Alarm signal (Nagios time-out)
It also looks like the SNMP walk returns nothing. Maybe that is the issue?
Update: Figured this one out. The server had multiple interfaces with different ip addresses. I guess SNMP only wanted to talk through one interface instead of all of them. Made the change in Nagios to look at the one interface and it worked. Case closed
Thanks for the ideas people.
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H HOST -C PASSWORD -T pv_dl2100 -2
OK:
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H HOST -C PASSWORD -T pv_dl2100 -2
ERROR: Alarm signal (Nagios time-out)
[root@CJNAGIOS libexec]# ./check_dell_openmanage.pl -H HOST -C PASSWORD -T pv_dl2100 -2
ERROR: Alarm signal (Nagios time-out)
It also looks like the SNMP walk returns nothing. Maybe that is the issue?
Update: Figured this one out. The server had multiple interfaces with different ip addresses. I guess SNMP only wanted to talk through one interface instead of all of them. Made the change in Nagios to look at the one interface and it worked. Case closed
Thanks for the ideas people.
-
bolson
Re: Monitoring Openmanage Issue
Closing topic as resolved.
Thank you for using the Nagios Support Forum.
Thank you for using the Nagios Support Forum.