Page 1 of 1

Export Host name with IP

Posted: Tue May 12, 2015 11:58 am
by cdrussell
Is there a report i can run from Nagios that will give Host name with IP. Nagios XI

Re: Export Host name with IP

Posted: Tue May 12, 2015 12:58 pm
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.

Re: Export Host name with IP

Posted: Tue May 12, 2015 1:00 pm
by cdrussell
Ok Thanks.