Hello,
I was wondering if there is a way to extract Nagios client version at the master level? We have hundreds of hosts and depending on where they reside on the network, we use the appropriate client. Lately, we've been primarily using the NPCA client. I know the Nagios API primary reports on hosts/service status, but not much on client version, for example. I have not looked into the Nagios DBs schemas, so am not sure what I can query directly there.
Any guidance or information would be greatly appreciated.
Thank you,
Juana
Nagios Client Information (Master list)
Re: Nagios Client Information (Master list)
I believe the ability to view the NCPA version in the API will be added in version 1.8. It is not available at the moment.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Client Information (Master list)
Are any of the client versions or types stored in the any of the Nagios DBs? Or clients OS version? Ultimately, what kind of data does the Nagios master have about each client host?
Re: Nagios Client Information (Master list)
No. Not unless there was a check associated - i.e. NRPE version checkjuana wrote:Are any of the client versions or types stored in the any of the Nagios DBs?
No, Not unless is was specifically checked for - i.e. Linux OS version checkjuana wrote:Or clients OS version?
The data contained in the host and service object configs, runtime state data, and historical data. You need to specifically check for the client agent version and OS if you wish to record such information in nagios.juana wrote:Ultimately, what kind of data does the Nagios master have about each client host?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Nagios Client Information (Master list)
Thank you for the information.