Xymon Mailing List Archive search

newbie [PAGE]

5 messages in this thread

list Sabeer MZ · Tue, 29 Jan 2008 13:21:00 +0530 ·
Hello dear ones,

This is regarding Client configuration reporting to hobbit server. I
use "PAGE" on the master configuration (bb-hosts) and under
page <abc>   I have given all the servers.

Recently I did shutdown ftp service from one of the server. So now on
hobbit monitoring its show red alert and now
how can I eliminate or exclude this client from NOT monitoring ftp service.

-- 
Thanks
Sabeer MZ
list H. Klomp · Tue, 29 Jan 2008 08:59:26 +0100 ·
remove the ftp test from the config file and than use the ~hobbit/bin/bb command to drop the ftp test

bb hobbitserver "drop server ftp"

For an overview of possibilities of the bb command see the hobbit man pages.

Bert
quoted from Sabeer MZ


-----Original Message-----
From: Sabeer MZ [mailto:user-c73a09452f94@xymon.invalid]
Sent: dinsdag 29 januari 2008 8:51
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] newbie [PAGE]

Hello dear ones,

This is regarding Client configuration reporting to hobbit server. I
use "PAGE" on the master configuration (bb-hosts) and under
page <abc>   I have given all the servers.

Recently I did shutdown ftp service from one of the server. So now on
hobbit monitoring its show red alert and now
how can I eliminate or exclude this client from NOT monitoring ftp service.

--
Thanks
Sabeer MZ
list Sabeer MZ · Tue, 29 Jan 2008 14:34:27 +0530 ·
Thanks for response.

But there is an issue here. if you check the configuration it comes like:-

PAGE=<page-name> and under that all the processes and things.
          PROC ftp
          PROC mySQL
          etc...

And we dont specify FTP in the bb-hosts file. so now how will we
delete ftp from one server.
quoted from H. Klomp


On Jan 29, 2008 1:29 PM, Klomp, H. <user-b644cde19b47@xymon.invalid> wrote:
remove the ftp test from the config file and than use the ~hobbit/bin/bb command to drop the ftp test

bb hobbitserver "drop server ftp"

For an overview of possibilities of the bb command see the hobbit man pages.

Bert


-----Original Message-----
From: Sabeer MZ [mailto:user-c73a09452f94@xymon.invalid]
Sent: dinsdag 29 januari 2008 8:51
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] newbie [PAGE]

Hello dear ones,

This is regarding Client configuration reporting to hobbit server. I
use "PAGE" on the master configuration (bb-hosts) and under
page <abc>   I have given all the servers.

Recently I did shutdown ftp service from one of the server. So now on
hobbit monitoring its show red alert and now
how can I eliminate or exclude this client from NOT monitoring ftp service.

--
Thanks
Sabeer MZ

-- 

Thanks
Sabeer MZ
list Sabeer MZ · Tue, 29 Jan 2008 15:26:36 +0530 ·
Hello guys,
lookslike i have to comment out FTP from the page and set it independently.
quoted from Sabeer MZ


On Jan 29, 2008 2:34 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:
Thanks for response.

But there is an issue here. if you check the configuration it comes like:-

PAGE=<page-name> and under that all the processes and things.
          PROC ftp
          PROC mySQL
          etc...

And we dont specify FTP in the bb-hosts file. so now how will we
delete ftp from one server.


On Jan 29, 2008 1:29 PM, Klomp, H. <user-b644cde19b47@xymon.invalid> wrote:
remove the ftp test from the config file and than use the ~hobbit/bin/bb command to drop the ftp test

bb hobbitserver "drop server ftp"

For an overview of possibilities of the bb command see the hobbit man pages.

Bert


-----Original Message-----
From: Sabeer MZ [mailto:user-c73a09452f94@xymon.invalid]
Sent: dinsdag 29 januari 2008 8:51
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] newbie [PAGE]

Hello dear ones,

This is regarding Client configuration reporting to hobbit server. I
use "PAGE" on the master configuration (bb-hosts) and under
page <abc>   I have given all the servers.

Recently I did shutdown ftp service from one of the server. So now on
hobbit monitoring its show red alert and now
how can I eliminate or exclude this client from NOT monitoring ftp service.

--
Thanks
Sabeer MZ

--
Thanks
Sabeer MZ
-- 
Thanks
Sabeer MZ
list Henrik Størner · Tue, 29 Jan 2008 12:43:19 +0100 ·
quoted from Sabeer MZ
On Tue, Jan 29, 2008 at 02:34:27PM +0530, Sabeer MZ wrote:
Thanks for response.

But there is an issue here. if you check the configuration it comes like:-

PAGE=<page-name> and under that all the processes and things.
          PROC ftp
          PROC mySQL
          etc...
Use the EXHOST setting to filter out this particular host that 
is not running ftp.

But I think your process names are just plain wrong. MySQL doesn't have
a process named "mySQL" - it's "mysqld". FTP servers normally dont have
a process named "ftp" - it's "ftpd", "in.ftpd" or similar.


Henrik