Re: Putting a server into maintance

2008-03-21 Thread Augie Schwer
Ben, Did you also change the list_state code in the Mon::Client code? I see where in the mon.cgi you check $scheduler_status[2] but I don't see anywhere where you set that or get list_state to return that. --Augie On Tue, Mar 18, 2008 at 5:20 PM, Ben Ragg <[EMAIL PROTECTED]> wrote: > Augie Schwe

Re: Putting a server into maintance

2008-03-21 Thread Ben Ragg
Sorry forgot about that, it's been so long since I touched any of this :) 955c955 < return (1, $l); --- > return (0, $l); 957c957,960 < return (0, $1); --- > return (1, $1); > } elsif ($l =~ /alerts held by (\S*) from (\d+) to (\d+) comment (.*)$/) { > my $comme

Re: Putting a server into maintance

2008-03-18 Thread Augie Schwer
On Tue, Mar 18, 2008 at 2:06 PM, Ben Ragg <[EMAIL PROTECTED]> wrote: > Two we've found really useful... "Ack All" to ack everything in the > current view and a hold feature... so we can stop alerts going out for > up to 180 mins (but still see what's failed). The hold feature includes > who put

Re: Putting a server into maintance

2008-03-18 Thread Augie Schwer
Darn auto-complete. -- Forwarded message -- From: Augie Schwer <[EMAIL PROTECTED]> Date: Tue, Mar 18, 2008 at 4:44 PM Subject: Re: Putting a server into maintance To: [EMAIL PROTECTED] On Tue, Mar 18, 2008 at 12:22 PM, Chris Hoogendyk <[EMAIL PROTECTED]> wrote:

Re: Putting a server into maintance

2008-03-18 Thread Ben Ragg
Over time we've been slowly modifying the code a little and adding our own features. Two we've found really useful... "Ack All" to ack everything in the current view and a hold feature... so we can stop alerts going out for up to 180 mins (but still see what's failed). The hold feature includes

Re: Putting a server into maintance

2008-03-18 Thread Chris Hoogendyk
Stephane Bortzmeyer wrote: > On Wed, Mar 12, 2008 at 12:07:38PM -0400, > Ed Ravin <[EMAIL PROTECTED]> wrote > a message of 23 lines which said: > >> In most cases, our engineers log into Mon and use the "host disable" >> or "service disable" to stop montoring the stuff that's about to go >>

Re: Putting a server into maintance

2008-03-18 Thread Stephane Bortzmeyer
On Wed, Mar 12, 2008 at 12:07:38PM -0400, Ed Ravin <[EMAIL PROTECTED]> wrote a message of 23 lines which said: > In most cases, our engineers log into Mon and use the "host disable" > or "service disable" to stop montoring the stuff that's about to go > down, and re-enable them when the mainten

Re: Putting a server into maintance

2008-03-12 Thread Ed Ravin
On Wed, Mar 12, 2008 at 09:44:59AM -0600, Michael Osburn wrote: > How are most of you managing planned system > downtime? In most cases, our engineers log into Mon and use the "host disable" or "service disable" to stop montoring the stuff that's about to go down, and re-enable them when the ma

Re: Putting a server into maintance

2008-03-12 Thread Michael Osburn
Thanks, Looks like it will be easy to pass through in the meeting today. Thanks for the tips. Michael On Wed, 12 Mar 2008 12:07:38 -0400 Ed Ravin <[EMAIL PROTECTED]> wrote: > On Wed, Mar 12, 2008 at 09:44:59AM -0600, Michael Osburn wrote: > > How are most of you managing planned syste