Intermittent issue with NagiosXI API calls

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gsl_ops_practice
Posts: 151
Joined: Thu Apr 09, 2015 9:14 pm

Intermittent issue with NagiosXI API calls

Post by gsl_ops_practice »

* As per company requirement, we need to send NagiosXI events into another centralised tool

* We use custom API adaptor to pull the events from NagiosXI via API call.
Links used custom API adaptor to pull the services and hoststatus calls as below.

https://<nagiosxi-ip>/nagiosxi/api/v1/objects/hoststatus?apikey=<APIKEYforuseraccount>&pretty=1
https://<nagiosxi-ip>/nagiosxi/api/v1/objects/servicestatus?apikey=<APIKEYforuseraccount>&pretty=1

* We extract the all the services and host status from NagiosXI server

* Noticed intermittently, that some of the fields are NOT having values while retrieving the data
Fields that have this issue are
display_name
state_type


* Can you please advise if there is known issue within NagiosXI while retrieving data in prettyJSON format or JSON format ?

* How can we check from NagiosXI logs that a query is made and what information was passed on to API call ?

* Any logs or details needed from NagiosXI to investigate further ?
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Intermittent issue with NagiosXI API calls

Post by lmiltchev »

* Noticed intermittently, that some of the fields are NOT having values while retrieving the data
Fields that have this issue are
display_name
state_type
What is the version of Nagios XI that you are currently using? I am not able to recreate the issue in 5.6.7. Can you check what is the display_name value for your host/service in the objects.cache file, and the value of state_type in the status.dat? Do these values match to whatever you see in the REST API or there is a mismatch?
* How can we check from NagiosXI logs that a query is made and what information was passed on to API call ?
Currently, we are not logging the REST API calls but we will be in Nagios XI 5.7.
Be sure to check out our Knowledgebase for helpful articles and solutions!
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Intermittent issue with NagiosXI API calls

Post by benjaminsmith »

Hello @gsl_ops_practice,

Just checking in with you. Are you still having issues with API or have further questions? When you have a moment, please let us know. Thanks.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked