[Nagios-devel] Re: Multiple addresses per host ?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Re: Multiple addresses per host ?

Post by Guest »

Phil Regnauld (regnauld) writes:
>
> host "myhost" {
> host_name "myhost";
> addresses { default 192.168.1.1; 123.45.67.89; };
> service { dns; http; ping; }
> service { dns_in "DNS_IN" { 123.45.67.89; }
>
> }
>
> It's IMHO easier to configure and parse, maybe it's just me :)
^^^^^^^^^^^^^^^^^^
Ahem, I even forgot two semicolons in the above block -- this is
left as an exercise to the reader 8-)





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: regnauld@catpipe.net
Locked