Page 1 of 1

How find KBA attached in all Services & Hosts

Posted: Thu Sep 23, 2021 12:30 am
by ashok.verma
Hi All,
We try to fetch all KBA attached related hosts and service in nagios xi 5.8.6. Please help us.

Re: How find KBA attached in all Services & Hosts

Posted: Thu Sep 23, 2021 4:43 pm
by benjaminsmith
Hi,

My apologies, can you elaborate on KBA attached.

Are you using Nagios XI or Core?

Benjamin

Re: How find KBA attached in all Services & Hosts

Posted: Thu Sep 23, 2021 9:08 pm
by ashok.verma
We using Nagios Xi 5.8.6 enterprise version. We configured 1500 Server & 140000 services in Nagios Xi 5.8.6.
Inside "service Management" -> Misc setting -> "Action URL".
inside "Action URL" , we using some url inside "Action URL" for alerts escalation process called KBA..
i want to fetch all "action URL" detail from 1500 Server & 140000 services.

Re: How find KBA attached in all Services & Hosts

Posted: Tue Sep 28, 2021 4:17 pm
by benjaminsmith
Hi,

That data is stored in the nagiosql database, so you could get at it using the REST API or an SQL query. For example,

Code: Select all

echo "select host_name, action_url  from tbl_host;" | mysql -uroot -pnagiosxi nagiosql
Hope that helps.
--Benjamin

Re: How find KBA attached in all Services & Hosts

Posted: Wed Oct 06, 2021 9:06 pm
by ashok.verma
Thanks Sir, it is working fine

Re: How find KBA attached in all Services & Hosts

Posted: Wed Oct 13, 2021 4:56 pm
by benjaminsmith
Hi,
Thanks Sir, it is working fine
Cool, we'll go ahead and close this but feel free open another one in the future.

Also, as this is a community forum, we would love to have you share your expertise with the other members. Thank you for visiting.

--Benjamin