Page 1 of 1
Confiure Dell Open Manager
Posted: Thu Oct 25, 2012 4:36 pm
by srikanth.kallu
Hi,
Can i configure Dell Open Manager in the nagios.
If yes is there any documnet to do that
Thanks in advance
Re: Confiure Dell Open Manager
Posted: Thu Oct 25, 2012 4:50 pm
by agriffin
There is a third-party wizard for Dell OpenManage
here. We can try to help you set it up, however it was not created by Nagios Enterprises so we have not tested it ourselves. It doesn't look like there is any documentation for it, but try just downloading it and installing it as you would with any wizard (Admin->Manage Config Wizards->Browse/Upload Wizard).
Re: Confiure Dell Open Manager
Posted: Thu Oct 25, 2012 5:01 pm
by CGraham
This script uses SNMP to poll the OMSA agent on your dell servers. So, you should have Server Administrator installed and will need to setup SNMP (with a readonly Community String).
Re: Confiure Dell Open Manager
Posted: Thu Oct 25, 2012 5:08 pm
by srikanth.kallu
Do we need to pay for that wizard ? ( I understand this is not Nagios created wizard ).
Re: Confiure Dell Open Manager
Posted: Fri Oct 26, 2012 7:04 am
by scottwilkerson
srikanth.kallu wrote:Do we need to pay for that wizard ? ( I understand this is not Nagios created wizard ).
You do not need to pay for this wizard, it was created and shared by a community member.
You can download the zip file and add it to your XI through Admin -> Manage Config Wizards
Re: Confiure Dell Open Manager
Posted: Fri Oct 26, 2012 12:21 pm
by srikanth.kallu
I am trying to do the following changes can i get help in this
•Type nano /etc/snmp/snmpd.conf and press Enter
•Make changes to reflect the following:
◦access notConfigGroup "" any noauth exact all none none view all
◦included .1 80
◦smuxpeer .1.3.6.1.4.1.674.10892.1
◦Trapsink <Nagios XI IP Address> public
Do i need to add this lines or modify any existing file with this ?
Re: Confiure Dell Open Manager
Posted: Fri Oct 26, 2012 12:31 pm
by CGraham
These are part of the instructions for monitoring a Linux server with the OMSA agent installed. Here's the Dell documentation on how to do that. It explains each step and what you should do:
https://support.dell.com/support/edocs/ ... #wp1079892
Re: Confiure Dell Open Manager
Posted: Fri Oct 26, 2012 2:15 pm
by slansing
Thanks for the help CGrahm!