Export Host name with IP

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cdrussell
Posts: 18
Joined: Fri Nov 14, 2014 10:49 am

Export Host name with IP

Post by cdrussell »

Is there a report i can run from Nagios that will give Host name with IP. Nagios XI
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Export Host name with IP

Post by jdalrymple »

Sorry to be the bearer of bad news, but that report doesn't exist. In order to get that report you'd likely have to create it outside of Nagios also because Nagios itself doesn't really know or care what IPs are. you define the address as hostname or IP and then it's not translated until it's needed.

Getting the data with a simple script outside of Nagios should be fairly trivial to script, however it wouldn't be a "pretty report" at that point, it would just be a list derived from a script.
cdrussell
Posts: 18
Joined: Fri Nov 14, 2014 10:49 am

Re: Export Host name with IP

Post by cdrussell »

Ok Thanks.
Locked