Nagios 3 data extraction

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ab3pu
Posts: 54
Joined: Fri Sep 30, 2016 1:51 pm

Nagios 3 data extraction

Post by ab3pu »

All,

I have been given the task of reorganizing our Nagios data as we migrate to Nagios XI.

Our contact list and contact groups are woefully outdated.

Does anyone have a script or other quick method of creating a list of what hosts and services are associated with all my contacts and contact groups?

Thanks in Advance
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios 3 data extraction

Post by rkennedy »

I would look at /usr/local/nagios/var/objects.cache (path may vary depending on how you installed) as this will be a configuration of all of your compiled configs.

You should be able to apply a grep of some sort to get the information you're after from here, but I don't have anything handy.
Former Nagios Employee
ab3pu
Posts: 54
Joined: Fri Sep 30, 2016 1:51 pm

Re: Nagios 3 data extraction

Post by ab3pu »

ok to close
Locked