Good morning
First of all I would like to present myself I'm a network engineer in his last year and I'm doing this year my diploma thesis and they ask me to concept and Implement a network monitoring solution with an Open Source networking system
there is a lot of equipments , the standard IT equipment use snmp and there is a specific equipment which use the corba interface to forward alarms to the actual monitoring tool so I'm doing a lot of researches about plugins to monitor a cellular network using North bound interface ( corba ) and I didn't find nothing , so can you help me if there is any excisting plugin which make me monitoring a cellular network using NBI ( corba ) so i can edit it to my needs
Monitoring network device using corba interface
-
Ahmed_hermi
- Posts: 2
- Joined: Mon May 01, 2017 8:56 am
Re: Monitoring network device using corba interface
Have you searched the Exchange site for any plugins that would work for your needs?
https://exchange.nagios.org/
https://exchange.nagios.org/
Be sure to check out our Knowledgebase for helpful articles and solutions!
- tacolover101
- Posts: 432
- Joined: Mon Apr 10, 2017 11:55 am
Re: Monitoring network device using corba interface
i would run a snmpwalk against your corba devices, figure out the applicable OID/MIB's you want to monitor, and then create scripts around it - if you can't find anything existing.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Monitoring network device using corba interface
The only plugin I could find that is somewhat using CORBA is https://exchange.nagios.org/directory/P ... no/details
You may want to contact the author to see if they have any insight.
You may want to contact the author to see if they have any insight.
-
Ahmed_hermi
- Posts: 2
- Joined: Mon May 01, 2017 8:56 am
Re: Monitoring network device using corba interface
Thanks so much for reply
dwhitfield : i send him a message but he dosen t reply , im waiting again
tgriep : yes i did a research i only find the check domino
tacolover101 : i fix a meeting with them and i try to understand exactly what is required from me and they say that they want from me to find an open source solution which will be an alternative to the commercial solution Netcool, so this system must be able to collect information either directly from the network elements ( Standards equipment using SNMP ) and different EMS ( U2000/NetAct) which means that it should support the NBIs corba , these 2 EMS support nbi snmp , when i ask them why i dont collect those alarms using the NBI snmp , they say to me that they are note sure if nbi snmp forword all the alarms like the nbi corba i mean logical alarms
it will be really helpfull for me to give the point of depart... , this diploma thesis ends in september
dwhitfield : i send him a message but he dosen t reply , im waiting again
tgriep : yes i did a research i only find the check domino
tacolover101 : i fix a meeting with them and i try to understand exactly what is required from me and they say that they want from me to find an open source solution which will be an alternative to the commercial solution Netcool, so this system must be able to collect information either directly from the network elements ( Standards equipment using SNMP ) and different EMS ( U2000/NetAct) which means that it should support the NBIs corba , these 2 EMS support nbi snmp , when i ask them why i dont collect those alarms using the NBI snmp , they say to me that they are note sure if nbi snmp forword all the alarms like the nbi corba i mean logical alarms
it will be really helpfull for me to give the point of depart... , this diploma thesis ends in september
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Monitoring network device using corba interface
I doubt these are going to be of much use, but both https://github.com/gavincarr/nagios-of-plugins and https://github.com/chrisgilbert/Nagios-Passive-Agent reference CORBA.
There is a JMX interface to CORBA, so that may be of some use, but ultimately, it looks like you'll need to write something.
There is a JMX interface to CORBA, so that may be of some use, but ultimately, it looks like you'll need to write something.