Export Host name with IP
Export Host name with IP
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
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.
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.