<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br><br>> From: perldork@webwizarddesign.com<br>> Date: Fri, 12 Mar 2010 13:15:46 -0500<br>> To: nagios-users@lists.sourceforge.net<br>> Subject: Re: [Nagios-users] Two IP for the Same server<br>> <br>> On Fri, Mar 12, 2010 at 11:52 AM, Digital Edge <reachtarak@hotmail.com> wrote:<br>> > Dear List,<br>> ><br>> > I have a server , which is having 2 NIC with IP assign. I wanted to add in<br>> > nagios those two IP with same hostname & relevant service checks.<br>> ><br>> > Will it be possible.<br>> <br>> Not with a single host definition; however this can be modeled with 3<br>> host definitions:<br>> * One virtual parent host object that has as a host check ping checks<br>> for both IPs<br>> * One virtual host object that represents NIC1 on the host<br>> * One virtual host object that represents NIC2 on the host<br>> <br>> Parent ------> A - NIC 1<br>>     |<br>>     |-----------> B - NIC 2<br>> <br>> The two hosts representing the NICs would have the parent host as<br>> their parent so that if the ping checks fail for the two hosts you<br>> only get notified that the parent host object is down.<br>> <br><br><br>What I mean to say that , <br><br>define host{<br>        use                     generic-servers<br>        host_name               Example1<br>        alias                   Example1 - Used for Cookie<br>        address                 192.168.1.100<br>        address1                 192.168.1.101<br>        }<br><br>Is anyway it possible to add multiple address field in the host definition, if the same server having more than one IP address.<br><br><br><br>/\<br>dE<br><br>                                           <br /><hr />The best dressed and the most admired <a href='http://lifestyle.in.msn.com/' target='_new'>Drag n' drop</a></body>
</html>