I'm not sure if this has come up before, but I have a customer where the network admins are finally getting the hang of disabling systems (instead of letting them sit red for days on end).
It might be a good feature to have a display to see which systems are disabled.
Maybe hang a menu item off the view menu, and display it like the non-green systems, but without the event log.
Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008
You can see which systems are disabled in the "All non-green view". I guess it's possible that you could have hosts that are disabled, but were not disabled recently, so they are not on that list. In this case you can view them via:
https://hobbitserver/hobbit-cgi/bb-eventlog.sh?MAXTIME=&FROMTIME=&TOTIME=&MA...
That is basically the eventlog report, selecting only blue colors, which will give you a similar view to the "all non-green view", but only show blue. You could edit the menu.js file and add that URL to the menu, or tell your admins "go to eventlog and search for blue".
P.S. If the admins are bad about ignoring or disabling things and leaving them that way, you can add a hobbit-alerts rule so that if a status is non-green for a long time period (a week?), then an alert is sent :-) I use this feature to alert if anything is yellow for over a week continuously, because by then it either needs to be fixed, or the alert thresholds need to be tweaked.
-Charles
Rich Smrcina wrote:
I'm not sure if this has come up before, but I have a customer where the network admins are finally getting the hang of disabling systems (instead of letting them sit red for days on end).
It might be a good feature to have a display to see which systems are disabled.
Maybe hang a menu item off the view menu, and display it like the non-green systems, but without the event log.
Nice tip... thanks!
Charles Jones wrote:
You can see which systems are disabled in the "All non-green view". I guess it's possible that you could have hosts that are disabled, but were not disabled recently, so they are not on that list. In this case you can view them via:
https://hobbitserver/hobbit-cgi/bb-eventlog.sh?MAXTIME=&FROMTIME=&TOTIME=&MA...
That is basically the eventlog report, selecting only blue colors, which will give you a similar view to the "all non-green view", but only show blue. You could edit the menu.js file and add that URL to the menu, or tell your admins "go to eventlog and search for blue".
P.S. If the admins are bad about ignoring or disabling things and leaving them that way, you can add a hobbit-alerts rule so that if a status is non-green for a long time period (a week?), then an alert is sent :-) I use this feature to alert if anything is yellow for over a week continuously, because by then it either needs to be fixed, or the alert thresholds need to be tweaked.
-Charles
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008
Also, under the Administration menu, the Enable/Disable page has a list of the disabled hosts and the services which are disabled on each host on the left side of the page.
Steve.
On 6/13/07, Charles Jones <jonescr at cisco.com> wrote:
You can see which systems are disabled in the "All non-green view". I guess it's possible that you could have hosts that are disabled, but were not disabled recently, so they are not on that list. In this case you can view them via:
https://hobbitserver/hobbit-cgi/bb-eventlog.sh?MAXTIME=&FROMTIME=&TOTIME=&MA...
That is basically the eventlog report, selecting only blue colors, which will give you a similar view to the "all non-green view", but only show blue. You could edit the menu.js file and add that URL to the menu, or tell your admins "go to eventlog and search for blue".
P.S. If the admins are bad about ignoring or disabling things and leaving them that way, you can add a hobbit-alerts rule so that if a status is non-green for a long time period (a week?), then an alert is sent :-) I use this feature to alert if anything is yellow for over a week continuously, because by then it either needs to be fixed, or the alert thresholds need to be tweaked.
-Charles
Rich Smrcina wrote:
I'm not sure if this has come up before, but I have a customer where the network admins are finally getting the hang of disabling systems (instead of letting them sit red for days on end).
It might be a good feature to have a display to see which systems are disabled.
Maybe hang a menu item off the view menu, and display it like the non-green systems, but without the event log.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Nonviolence means avoiding not only external physical violence but also internal violence of spirit. You not only refuse to shoot a man, but you refuse to hate him. -Martin Luther King, Jr., civil-rights leader (1929-1968)
Yeah another good point (I should have known that one!)
Thanks.
Steve Holmes wrote:
Also, under the Administration menu, the Enable/Disable page has a list of the disabled hosts and the services which are disabled on each host on the left side of the page.
Steve.
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008
Thanks for help, I was using client side configuration, so I was getting problem now I choose server side. Now it is running fine
From: sholmes42 at gmail.com [mailto:sholmes42 at gmail.com] On Behalf Of Steve Holmes Sent: Tuesday, June 19, 2007 3:42 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Disabled systems view
Also, under the Administration menu, the Enable/Disable page has a list of the disabled hosts and the services which are disabled on each host on the left side of the page.
Steve.
On 6/13/07, Charles Jones <jonescr at cisco.com> wrote:
You can see which systems are disabled in the "All non-green
view". I guess it's possible that you could have hosts that are disabled, but were not disabled recently, so they are not on that list. In this case you can view them via:
https://hobbitserver/hobbit-cgi/bb-eventlog.sh?MAXTIME=&FROMTIME=&TOTIME =&MAXCOUNT=100&HOSTMATCH=&EXHOSTMATCH=&PAGEMATCH=&EXPAGEMATCH=&TESTMATCH =&EXTESTMATCH=&COLORMATCH=blue&Send=View+log
That is basically the eventlog report, selecting only blue
colors, which will give you a similar view to the "all non-green view", but only show blue. You could edit the menu.js file and add that URL to the menu, or tell your admins "go to eventlog and search for blue".
P.S. If the admins are bad about ignoring or disabling things
and leaving them that way, you can add a hobbit-alerts rule so that if a status is non-green for a long time period (a week?), then an alert is sent :-) I use this feature to alert if anything is yellow for over a week continuously, because by then it either needs to be fixed, or the alert thresholds need to be tweaked.
-Charles
Rich Smrcina wrote:
> I'm not sure if this has come up before, but I have a customer
where > the network admins are finally getting the hang of disabling systems > (instead of letting them sit red for days on end). > > It might be a good feature to have a display to see which systems are > disabled. > > Maybe hang a menu item off the view menu, and display it like the > non-green systems, but without the event log.
To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe at hswn.dk
-- Nonviolence means avoiding not only external physical violence but also internal violence of spirit. You not only refuse to shoot a man, but you refuse to hate him. -Martin Luther King, Jr., civil-rights leader (1929-1968)
Hi
I am trying to configure hobbit client on Solaris, ./configure.client runs fine but when I am trying to run make I am getting following error.
bash-2.03# make make: Fatal error in reader: build/Makefile.rules, line 14: Unexpected end of line seen
Could you please help me
Thanks
Uma Maheswar
Are you using gnu make (should be under /usr/sfw/bin/gmake is using solaris 10) or Sun's make (/usr/ccs/bin/make)? you need to be using gnu make.
=G=
From: Bandi, Uma (GE Indust, Plastics, consultant) [mailto:uma.bandi at ge.com] Sent: Tuesday, June 19, 2007 4:49 PM To: hobbit at hswn.dk Subject: [hobbit] make: Fatal error in reader: build/Makefile.rules, line 14: Unexpected end of line seen
Hi
I am trying to configure hobbit client on Solaris, ./configure.client runs fine but when I am trying to run make I am getting following error.
bash-2.03# make make: Fatal error in reader: build/Makefile.rules, line 14: Unexpected end of line seen
Could you please help me
Thanks
Uma Maheswar
I am using gmake, just I compiled from source.
From: Galen Johnson [mailto:Galen.Johnson at sas.com] Sent: Tuesday, June 19, 2007 4:53 PM To: hobbit at hswn.dk Subject: RE: [hobbit] make: Fatal error in reader: build/Makefile.rules, line 14: Unexpected end of line seen
Are you using gnu make (should be under /usr/sfw/bin/gmake is using solaris 10) or Sun's make (/usr/ccs/bin/make)? you need to be using gnu make.
=G=
From: Bandi, Uma (GE Indust, Plastics, consultant) [mailto:uma.bandi at ge.com] Sent: Tuesday, June 19, 2007 4:49 PM To: hobbit at hswn.dk Subject: [hobbit] make: Fatal error in reader: build/Makefile.rules, line 14: Unexpected end of line seen
Hi
I am trying to configure hobbit client on Solaris, ./configure.client runs fine but when I am trying to run make I am getting following error.
bash-2.03# make make: Fatal error in reader: build/Makefile.rules, line 14: Unexpected end of line seen
Could you please help me
Thanks
Uma Maheswar
participants (5)
-
Galen.Johnson@sas.com
-
jonescr@cisco.com
-
rsmrcina@wi.rr.com
-
sholmes42@mac.com
-
uma.bandi@ge.com