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
Nagios 3 data extraction
Re: Nagios 3 data extraction
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.
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