Hello,<br>
<br>
I was wondering if there is a way to identify multiple IP addresses for
a single host? I am running ver2.0b4. I am wanting to check
the internal and external interfaces of some VPN routers and was
wondering if this could be done without creating a host entry for each
interface. If not, then that is cool. Just will have to
update my scripts to create those entries when outputting the cfg files.<br>
<br>
For example:<br>
<br>
<pre>define host{<br> host_name bogus-router<br> alias Bogus Router #1<br> address <a href="http://192.168.0.253">192.168.0.253</a>,<a href="http://192.168.1.254">192.168.1.254</a><br> parents server-backbone<br>
check_command check-host-alive<br> max_check_attempts 5<br> process_perf_data 0<br> retain_nonstatus_information 0<br> contact_groups router-admins<br> notification_interval 30<br> notification_period 24x7<br> notification_options d,u,r
<br> }</pre>
<br>
Thanks<br>
<br>
Joseph<br>