<div><br><br>I found it is fairly easy to upgrade form active checks to passive checks,</div>
<div> </div>
<div>there have been lots of good resposes already, </div>
<div>so I am not sure if my responce is helpful.</div>
<div> </div>
<div>but a few notes on how I implement migrating to passive checks,</div>
<div> </div>
<div>If I already have the active check in nagios,</div>
<div>I load and test the passive checks on the remote host.</div>
<div>Since nagios can recieve both passive and active checks at the same time, there should be no downtime in setting this up. </div>
<div>make sure the results make it to the nagios log,</div>
<div> </div>
<div>Once satisfied with the passive check results. </div>
<div>then disable the particular Active checks and add the other variables to the nagios Configuration of that host. </div>
<div> </div>
<div>naturally there are cleaner ways of doing this, if you are using the object templates and inheritence in Nagios config files.</div>
<div> </div>
<div>My procedure was how I implement converting a single host from active checks to passive checks, and I usually run both check types for a while before turning off the active checks.</div>
<div> </div>
<div>Tony </div>