Just to let you know thank for your help, you have been helpful. ok I tell you why I'm using some of the nagios commands instead of the inherit features of zenoss.
when you click on os for any server in my environment in the process area there isnt any sshd process.... Which we need to monitor. Ofcourse I can add a process check but that process check is always flapping.. At first I was going to try to do with nagios commands at all but those process checks flap way to much. as for the load checks. I need it to go to a warning state when it reaches 30 across the board and critical when it reaches 40. I tried setting that up in zenoss with little to no luck its almost like the math is off... Also the check storage checks for nagios so far is more reliable then zenoss for one reason. We have a few mounts that go over 1 terabyte and zenoss shows them as 2 to 10 terabyte mounts (these are all nfs mounts) Also thank you for the fix I added 5 new monitors which seem to fix the issue also. If you have all working answers for the issues above I will use zenoss checks instead. Also the ping check is actually a wrapper perl script I created. In my environment we have 2 interfaces per server. So my script always pings the alt interface :) On Mon, 2006-11-27 at 15:47 -0500, Eric Newton wrote: > Ok, you are running out of file handles, and this is probably the fix > you want: > > $ echo 'parallel 5' >> $ZENHOME/zencommand.conf > > In retrospect, 50 open ssh connections seems reasonable, but 50 local > processes running simultaneously is a bit agressive. I will reduce that > number for future releases. > > You know that your plugin commands duplicate some of the features of > Zenoss, right? Load, storage and ping monitoring can be done by Zenoss > directly. Not that there's anything wrong with that, but the zenoss > versions will scale a little better. > > -Eric > > Allen Sanabria wrote: > > Here is the log gziped > > Thanks for your help. > > > > > !DSPAM:3343,456b4ec9306121006539394! > > _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
