<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br><blockquote type="cite">I have a couple of systems that are reporting critical notifications, that<br></blockquote><blockquote type="cite">when you drill into them, the Service : Total Processes has been<br></blockquote><blockquote type="cite">triggered. Its showing critical process level of 231, 453, for example.<br></blockquote><blockquote type="cite">Which on a production server is nothing really --- my question is, how do<br></blockquote><blockquote type="cite">I change that threshold level to something like 750, or 1500?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Perhaps I'm not searching online for the correct term or using the right<br></blockquote><blockquote type="cite">parlance. Any ideas where this can be modified?<br></blockquote><br>If you have a look at the options for the plugin (hint:  ./plugin<br>--help), they will reveal their secrets to you.  :)<br><br>Then, using that knowledge, you can adjust your service check to<br>use the appropriate values for your environment.<br><br>Benny<br><br></div></blockquote></div><br><div>Hey Benny.</div><div><br></div><div>I had another question regarding adjusting these thresholds, this time on localhost. It regards the Current Load parameter, which is giving me a Critical Load average of -- 2.47, 3.43, and 4.06</div><div><br></div><div>in localhost.cfg, /usr/local/nagios/etc/objects/localhost.cfg, I have this </div><div><br></div><div><div><b>define service{</b></div><div><b>        use                             local-service         ; Name of service template to use</b></div><div><b>        host_name                       localhost</b></div><div><b> </b><span class="Apple-tab-span" style="white-space:pre"><b>  </b></span><b>service_description             Current Load</b></div><div><b>        check_command                   check_local_load!5.0,4.0,3.0!10.0,6.0,4.0</b></div><div><b> </b><span class="Apple-tab-span" style="white-space:pre"><b>   </b></span><b>}</b></div></div><div><br></div><div>which I actually went and adjusted to :</div><div><br></div><div><b>check_command</b><span class="Apple-tab-span" style="white-space:pre"><b>                  </b></span><b>check_local_load!7.0,4.0,3.0!10.0,6.0,4.0  </b></div><div><b><br></b></div><div>I restarted the Nagios service..but this didn't have any effect -- the status information still reads the same -- <b><u>Critical Load Average - 2.47, 3.43, 4.06</u></b></div><div><b><u><br></u></b></div><div>Is there something else I'm missing?</div><div><br></div><div><br></div></body></html>