Search found 10 matches
- Mon Jul 23, 2018 6:47 am
- Forum: Nagios XI
- Topic: Nagios API Rest
- Replies: 5
- Views: 879
Re: Nagios API Rest
Thank you Scott, The fact is that we want to develop an external tool to collect the information about each service we have in Nagios BPI Front. We have a service to get all the services and groups, but we don't know how to know if each one is a group or a service. We want also to recover the group...
- Fri Jul 20, 2018 6:14 am
- Forum: Nagios XI
- Topic: Nagios API Rest
- Replies: 5
- Views: 879
Re: Nagios API Rest
Thank you Scott, The fact is that we want to develop an external tool to collect the information about each service we have in Nagios BPI Front. We have a service to get all the services and groups, but we don't know how to know if each one is a group or a service. We want also to recover the group ...
- Thu Jul 19, 2018 7:51 am
- Forum: Nagios XI
- Topic: Nagios API Rest
- Replies: 5
- Views: 879
Nagios API Rest
We're developing a new componente for Nagios BPI. We need to get all the Services that we see in BPI calling to a service defined in the API REST interface: http://XXX.XX.XX.XX/nagiosxi/api/v1/objects/servicestatus?apikey=XXXXXXXXXXXXXXXXXXXXXXXX&pretty=1 We get all of them, BPI groups included....
Re: bpi.xml
Thx Scottscottwilkerson wrote:I don't believe there were any changes to the structure.
bpi.xml
We are thinking to migrate our Nagios 6 to Nagios XI. The fact is that we made some applications that need the bpi.xml file BPI generates. We know that in Nagios XI, BPI is part of the core. My question is the next: ¿Has bpi.xml file the same structure or it has change from previous version? Thanks ...
- Fri Jun 08, 2018 2:28 am
- Forum: Nagios XI
- Topic: Migration to Nagios XI
- Replies: 5
- Views: 1350
Re: Migration to Nagios XI
BPI can be installed with Core https://github.com/NagiosEnterprises/nagiosbpi But as far as customization XI uses a very different version. The only thin you can do would be to bring over your BPI configuration, I don't see a path to easily bring over your customizations to the interface. Thanks sc...
- Fri Jun 08, 2018 2:24 am
- Forum: Nagios XI
- Topic: Migration to Nagios XI
- Replies: 5
- Views: 1350
Re: Migration to Nagios XI
I'm not sure if I understand you properly, but BPI is part of Nagios XI. Plus, there is a migration path to import things from Nagios Core to Nagios XI so you may not need to do anything other than copy files to the proper locations and run the import. This document is a great place to start: https...
- Thu Jun 07, 2018 6:35 am
- Forum: Nagios XI
- Topic: Migration to Nagios XI
- Replies: 5
- Views: 1350
Migration to Nagios XI
We have been working with Nagios for some time and It's a very important tool for us. We have been developing many additional funcionalities on Nagios BPI. We have automatized some processes and we have personalized this Front to add more information to each service. We have added a button to link e...
- Wed Mar 22, 2017 2:35 am
- Forum: Open Source Nagios Projects
- Topic: Status.dat
- Replies: 3
- Views: 4982
Re: Status.dat
Here's the full documentation for the NDOUtils database model: https://assets.nagios.com/downloads/nagioscore/docs/ndoutils/NDOUtils_DB_Model.pdf Not every single field present in status.dat is documented in there, but the majority of them are. The current_event_id identifies each alert and a new o...
- Tue Mar 21, 2017 10:01 am
- Forum: Open Source Nagios Projects
- Topic: Status.dat
- Replies: 3
- Views: 4982
Status.dat
Hi, I'm searching for status.dat specif information. I'm working with Nagios 4.0.8 and Nagios BPI, and I see that there is more info in status.dat that we see in Nagios BPI. Could I find information abaout each specific? The current_event_id identifies each alert and a new one is created each time a...