hardware health of servers running OpenManage Server Ad
-
Beena_Jogin
- Posts: 54
- Joined: Fri Jan 22, 2016 4:58 am
hardware health of servers running OpenManage Server Ad
Hi,
Wanted to know if the Hardware alerts can be configured In Nagios.
Is there any license to be obtained for the same?
Thanks,
Beena
Wanted to know if the Hardware alerts can be configured In Nagios.
Is there any license to be obtained for the same?
Thanks,
Beena
Re: hardware health of servers running OpenManage Server Ad
Have you looked at this plugin? https://exchange.nagios.org/directory/P ... ge/details
You can find a lot of plugins that fill various roles on the Nagios Exchange, located at https://exchange.nagios.org.
You can find a lot of plugins that fill various roles on the Nagios Exchange, located at https://exchange.nagios.org.
You won't need any additional licensing on our end.Beena_Jogin wrote:Is there any license to be obtained for the same?
Former Nagios Employee.
me.
me.
Re: hardware health of servers running OpenManage Server Ad
Yes. We have looked at the plugin. This is for Dell windows server.
Please confirm if we have to install NSClient++ on this windows server.
Please confirm if we have to install NSClient++ on this windows server.
Re: hardware health of servers running OpenManage Server Ad
You could, but you shouldn't need to...Please confirm if we have to install NSClient++ on this windows server.
Basically, you could run the check locally on the Windows machine (check_openmanage.exe) and use NSClient++ and check_nrpe:...The plugin can be used remotely with SNMP or locally with NRPE, check_by_ssh or similar, whichever suits your needs and particular taste...
http://folk.uio.no/trondham/software/ch ... on-windows
or you could use the "check_openmanage" perl script and run the check "remotely", from your Nagios XI box (SNMP check):
http://folk.uio.no/trondham/software/ch ... mote-check
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: hardware health of servers running OpenManage Server Ad
We have installed NSClient++ in windows 2008 Dell server and placed check_openmanage.exe on C:\Program Files\NSClient++\ and modified nsclient.ini file as attached.
When we check the below command we are getting below error
COMMAND: /usr/local/nagios/libexec/check_openmanage -H 10.X.X.X -C Nagios -p --only memory
OUTPUT: SNMP CRITICAL: No response from remote host '10.X.X.X'
Please let us know how to proceed on this.
When we check the below command we are getting below error
COMMAND: /usr/local/nagios/libexec/check_openmanage -H 10.X.X.X -C Nagios -p --only memory
OUTPUT: SNMP CRITICAL: No response from remote host '10.X.X.X'
Please let us know how to proceed on this.
You do not have the required permissions to view the files attached to this post.
Re: hardware health of servers running OpenManage Server Ad
You're trying to call it via SNMP. You'll have to use NRPE to call the script that you put in the NSClient INI.
Former Nagios Employee.
me.
me.
Re: hardware health of servers running OpenManage Server Ad
Please let us know what actions that we need to take next. We are using NRPE and below output from Nagios XI server
[root@auscrpmonprd00 libexec]# pwd
/usr/local/nagios/libexec
[root@auscrpmonprd00 libexec]# ./check_nrpe -H 10.X.X.X
I (0.4.3.143 2015-04-29) seem to be doing fine...
[root@auscrpmonprd00 libexec]#
Here 10.X.X.X is Dell windows server.
We are not using SNMP, from where you get to know that we are using SNMP.
[root@auscrpmonprd00 libexec]# pwd
/usr/local/nagios/libexec
[root@auscrpmonprd00 libexec]# ./check_nrpe -H 10.X.X.X
I (0.4.3.143 2015-04-29) seem to be doing fine...
[root@auscrpmonprd00 libexec]#
Here 10.X.X.X is Dell windows server.
We are not using SNMP, from where you get to know that we are using SNMP.
Re: hardware health of servers running OpenManage Server Ad
bsivavani wrote:We are not using SNMP, from where you get to know that we are using SNMP.
Try a command like this:bsivavani wrote: COMMAND: /usr/local/nagios/libexec/check_openmanage -H 10.X.X.X -C Nagios -p --only memory
OUTPUT: SNMP CRITICAL: No response from remote host '10.X.X.X'
Code: Select all
./check_nrpe -H x.x.x.x -c check_openmanageFormer Nagios Employee.
me.
me.
Re: hardware health of servers running OpenManage Server Ad
Please find below output.
[root@ausXXX libexec]# ./check_nrpe -H 10.X.X.X -c check_openmanage
Unknown command(s): check_openmanage
[root@ausXXX libexec]#
[root@ausXXX libexec]# ./check_nrpe -H 10.X.X.X -c check_openmanage
Unknown command(s): check_openmanage
[root@ausXXX libexec]#
Re: hardware health of servers running OpenManage Server Ad
Has the NSClient service been started and stopped since adding that file to the .ini?
Code: Select all
net stop nscp
net start nscpFormer Nagios Employee.
me.
me.