Re: [Nagios-users] host with multiple addresses and check_nrpe

2008-11-01 Thread Jon Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 30 Oct 2008 14:27:24 +0100, Daniel López <[EMAIL PROTECTED]> wrote: >On Thursday 30 October 2008 02:10:16 pm Marc Powell wrote: > >>> Does not check_nrpe handle correctly the list of addresses? >> No, it does not. Most of the standard nagios

Re: [Nagios-users] host with multiple addresses and check_nrpe

2008-10-30 Thread Daniel López
On Thursday 30 October 2008 02:10:16 pm Marc Powell wrote: > > Does not check_nrpe handle correctly the list of addresses? > > No, it does not. Most of the standard nagios plugins wouldn't. They > expect a single host address. ooh, ok. > > How could i handle this? > > Write a wrapper plugin tha

Re: [Nagios-users] host with multiple addresses and check_nrpe

2008-10-30 Thread Marc Powell
On Oct 30, 2008, at 5:43 AM, Daniel López wrote: > > define host{ >use server-sistemes >host_name Cluster-correu >alias Sun Cluster Correu >address host1,host2,host3 >} > Does not check_nr

[Nagios-users] host with multiple addresses and check_nrpe

2008-10-30 Thread Daniel López
Hi all, i've succesfully created a host with multiple addresses like this: define host{ use server-sistemes host_name Cluster-correu alias Sun Cluster Correu address host1,host2,host3 } a