Hi,
Can i configure Dell Open Manager in the nagios.
If yes is there any documnet to do that
Thanks in advance
Confiure Dell Open Manager
Re: Confiure Dell Open Manager
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
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).
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Confiure Dell Open Manager
Do we need to pay for that wizard ? ( I understand this is not Nagios created wizard ).
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Confiure Dell Open Manager
You do not need to pay for this wizard, it was created and shared by a community member.srikanth.kallu wrote:Do we need to pay for that wizard ? ( I understand this is not Nagios created wizard ).
You can download the zip file and add it to your XI through Admin -> Manage Config Wizards
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Confiure Dell Open Manager
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 ?
•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
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
https://support.dell.com/support/edocs/ ... #wp1079892
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Confiure Dell Open Manager
Thanks for the help CGrahm!