LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Configure OpenNMS to send Dell Openmange alerts (https://www.linuxquestions.org/questions/linux-software-2/configure-opennms-to-send-dell-openmange-alerts-935661/)

jitenderana 03-21-2012 07:11 AM

Configure OpenNMS to send Dell Openmange alerts
 
Hi,

I have many numbers of dell server, i want to monitor hardware failure all server , for the reason i was install Dell Openmange application on all servers machine with window SNMP service, and i have another machine where i was install & configure OpenNMS. i was configure NMS as per guide line on opennms wiki doc, every things is ok. but Openmanage alerts is not getting on email.

both server is communicate to each other, also able to snmpwalk to Dell Openmange server from ONMS server.

Regards
Jitender

TB0ne 03-22-2012 09:43 AM

Quote:

Originally Posted by jitenderana (Post 4632446)
Hi,
I have many numbers of dell server, i want to monitor hardware failure all server , for the reason i was install Dell Openmange application on all servers machine with window SNMP service, and i have another machine where i was install & configure OpenNMS. i was configure NMS as per guide line on opennms wiki doc, every things is ok. but Openmanage alerts is not getting on email.

both server is communicate to each other, also able to snmpwalk to Dell Openmange server from ONMS server.

If we're deciphering your question correctly, your problem appears to be "I'm not getting openmanage alerts via email". Not quite sure what you MEAN by that...do you expect OpenManage to send out alerts, or are you wanting to INTEGRATE openmanage with opennms?? If you want to integrate the two, perhaps you should (AGAIN) try looking at the OpenNMS docs:
http://www.opennms.org/wiki/How_To:_...MS_on_Redhat_5

..and did you bother reading ANY of the information posted to you, in the last SEVERAL threads you posted about OpenNMS???
https://www.linuxquestions.org/quest...cation-934727/
https://www.linuxquestions.org/quest...pennms-934550/
https://www.linuxquestions.org/quest...y-mail-891824/

MensaWater 03-22-2012 09:59 AM

My read of the OP is that he has verified he can do snmpwalk from his OpenNMS server of the snmp provided by Dell OpenManage but that OpenNMS is not sending email when it should after he configured it.

I don't think he is asking about OpenManage itself sending email based on what he wrote.

Rather than blasting him you MIGHT ask for more information about his setup if you're familiar with OpenNMS.

jitenderana 03-22-2012 10:19 AM

Thanks for reply,
Yes i know Openmanage is not send alerts itself thats why i am configure SNMP on it and try to using opennms to send this alerts on email, i am get the data from this machine like disk space , FAN RPM, HTTP traffic in Graph format. but not get any alerts in case i am unplug one power supply cable from Dell server.

Yes i was read the link content which is geive below, although i was configure all setting which is present on OpenNMS wiki page about storage and OMSA Global state & PERC RAID controller.

Thanks

TB0ne 03-22-2012 10:30 AM

Quote:

Originally Posted by MensaWater (Post 4633636)
Rather than blasting him you MIGHT ask for more information about his setup if you're familiar with OpenNMS.

Been tried in several other of the OP's threads, under any of his many ID's. :)

MensaWater 03-22-2012 10:35 AM

If you know he has several IDs and is posting the same or similar questions under each why not report him to the moderators?

TB0ne 03-22-2012 10:35 AM

Quote:

Originally Posted by jitenderana (Post 4633649)
Thanks for reply,
Yes i know Openmanage is not send alerts itself thats why i am configure SNMP on it and try to using opennms to send this alerts on email, i am get the data from this machine like disk space , FAN RPM, HTTP traffic in Graph format. but not get any alerts in case i am unplug one power supply cable from Dell server.

Yes i was read the link content which is geive below, although i was configure all setting which is present on OpenNMS wiki page about storage and OMSA Global state & PERC RAID controller.

Really?? From the OpenNMS page which you say you've read (posted here again: http://www.opennms.org/wiki/How_To:_...MS_on_Redhat_5)
Code:

Notifications

Each OpenManage event that you want a notification for must be set up in your notifications.xml file.

I wrote a quick perl script to grab all the uei's from the $OPENNMS_DIR/events/DellOpenManage.events.xml
file and create notifications for them. With some tweaking, it would probably work with some other events
files, too and save you some typing:

Have you set up those notifications? Configured the OpenManage XML file? Downloaded/installed the XML files needed?? Configure the SNMP daemon on the OpenManage nodes to use the OpenManage MIB??

Unless you SPECIFICALLY set up the OpenManage MIB, and configure the events there, you're not going to get ANYTHING from OpenManage.

---------- Post added 03-22-12 at 10:36 AM ----------

Quote:

Originally Posted by MensaWater (Post 4633655)
If you know he has several IDs and is posting the same or similar questions under each why not report him to the moderators?

Been done, and they're aware.

MensaWater 03-22-2012 12:32 PM

OK I'll butt out. :D

jitenderana 03-23-2012 01:54 AM

Hi,
I was install OpenNMS application on ubuntu OS, and Dell Openmanage is used window 2008 R2 OS,

regarding below link i just configured DellOpenmanage.events.xml file and notification.xml file. and on Dell Openmange server its on Window OS i have configure Window SNMP service.

Thanks

TB0ne 03-23-2012 11:04 AM

Quote:

Originally Posted by jitenderana (Post 4634181)
Hi,
I was install OpenNMS application on ubuntu OS, and Dell Openmanage is used window 2008 R2 OS,

Right.
Quote:

regarding below link i just configured DellOpenmanage.events.xml file and notification.xml file. and on Dell Openmange server its on Window OS i have configure Window SNMP service.
So, when you previously said:
Quote:

Originally Posted by jitenderana
Yes i was read the link content which is geive below, although i was configure all setting which is present on OpenNMS wiki page about storage and OMSA Global state & PERC RAID controller.

You actually did *NOT* configure 'all setting', or actually complete the setup, but just said you did?

jitenderana 03-23-2012 12:07 PM

Sir this setting for Red-hat Linux, and i am using Ubuntu OS so that i was not used this setting.

TB0ne 03-23-2012 12:20 PM

Quote:

Originally Posted by jitenderana (Post 4634559)
Sir this setting for Red-hat Linux, and i am using Ubuntu OS so that i was not used this setting.

...which doesn't matter AT ALL, since all of those are settings for OpenNMS, regardless of the version of Linux used. Again, if you read that page, you'd see there are NO references to ANYTHING related to a specific version/distro of Linux.

Also, without configuring the MIB on the OpenManage servers, and enabling SNMP on them, no matter WHAT you do to OpenNMS, it won't function the way you want it to. Sorry, but it does not seem like you've read or understood ANY of the OpenNMS documentation, and you've been working on this for months, apparently.

jitenderana 03-23-2012 12:49 PM

Thanks for you comment


All times are GMT -5. The time now is 09:25 AM.