Xymon Mailing List Archive search

alertcolors

5 messages in this thread

list Asif Iqbal · Tue, 31 May 2005 11:06:51 -0400 ·
Hi All

I just upgraded my hobbitd from 4.0.1 to 4.0.4 and I am noticing it
ignores the --alertcolors=red and alerting for 'yellow' as well.

Here is the [bbpage] section I have

[bbpage]
        ENVFILE /export/home/hobbit/server/etc/hobbitserver.cfg
        NEEDS hobbitd
        CMD hobbitd_channel --channel=page
--log=$BBSERVERLOGS/page.log hobbitd_alert --alertcolors=red --repeat=10


I think there was a note about that but I can't find it. Do I need to
define colors in the hobbitserver.cfg file for it to alert only for
'red'?

Thanks 

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi
list Asif Iqbal · Tue, 31 May 2005 11:12:45 -0400 ·
quoted from Asif Iqbal
On Tue, May 31, 2005 at 11:06:51AM, Asif Iqbal wrote:
Hi All

I just upgraded my hobbitd from 4.0.1 to 4.0.4 and I am noticing it
ignores the --alertcolors=red and alerting for 'yellow' as well.

Here is the [bbpage] section I have

[bbpage]
        ENVFILE /export/home/hobbit/server/etc/hobbitserver.cfg
        NEEDS hobbitd
        CMD hobbitd_channel --channel=page
--log=$BBSERVERLOGS/page.log hobbitd_alert --alertcolors=red --repeat=10


I think there was a note about that but I can't find it. Do I need to
define colors in the hobbitserver.cfg file for it to alert only for
'red'?
I think I found it. It is PAGELEVELS="red yellow purple" in
hobbitdserver.cfg file
quoted from Asif Iqbal
-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi
list Asif Iqbal · Tue, 31 May 2005 11:27:02 -0400 ·
quoted from Asif Iqbal
On Tue, May 31, 2005 at 11:12:45AM, Asif Iqbal wrote:
On Tue, May 31, 2005 at 11:06:51AM, Asif Iqbal wrote:
Hi All
I just upgraded my hobbitd from 4.0.1 to 4.0.4 and I am noticing it
ignores the --alertcolors=red and alerting for 'yellow' as well.
Here is the [bbpage] section I have
[bbpage]
        ENVFILE /export/home/hobbit/server/etc/hobbitserver.cfg
        NEEDS hobbitd
        CMD hobbitd_channel --channel=page
--log=$BBSERVERLOGS/page.log hobbitd_alert --alertcolors=red --repeat=10
I think there was a note about that but I can't find it. Do I need to
define colors in the hobbitserver.cfg file for it to alert only for
'red'?
I think I found it. It is PAGELEVELS="red yellow purple" in
hobbitdserver.cfg file

Still getting alerts for 'yellow' even after PAGELEVELS='red' and
stop/start.
quoted from Asif Iqbal

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi
list Asif Iqbal · Tue, 31 May 2005 12:05:33 -0400 ·
quoted from Asif Iqbal
On Tue, May 31, 2005 at 11:27:02AM, Asif Iqbal wrote:
On Tue, May 31, 2005 at 11:12:45AM, Asif Iqbal wrote:
On Tue, May 31, 2005 at 11:06:51AM, Asif Iqbal wrote:
Hi All

I just upgraded my hobbitd from 4.0.1 to 4.0.4 and I am noticing it
ignores the --alertcolors=red and alerting for 'yellow' as well.

Here is the [bbpage] section I have

[bbpage]
        ENVFILE /export/home/hobbit/server/etc/hobbitserver.cfg
        NEEDS hobbitd
        CMD hobbitd_channel --channel=page
--log=$BBSERVERLOGS/page.log hobbitd_alert --alertcolors=red --repeat=10


I think there was a note about that but I can't find it. Do I need to
define colors in the hobbitserver.cfg file for it to alert only for
'red'?
I think I found it. It is PAGELEVELS="red yellow purple" in
hobbitdserver.cfg file

Still getting alerts for 'yellow' even after PAGELEVELS='red' and
stop/start.
I end up adding COLOR=red for every single $MAIL command. I am still
looking for a default way to set it up
quoted from Asif Iqbal
 

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi
list Henrik Størner · Tue, 31 May 2005 21:58:06 +0200 ·
quoted from Asif Iqbal
On Tue, May 31, 2005 at 11:06:51AM -0400, Asif Iqbal wrote:
I just upgraded my hobbitd from 4.0.1 to 4.0.4 and I am noticing it
ignores the --alertcolors=red and alerting for 'yellow' as well.
The --alertcolors option is deprecated. Use the ALERTCOLORS setting in
hobbitserver.cfg instead.


Henrik