newbie [PAGE]
list Sabeer MZ
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
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
list Sabeer MZ
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
list Sabeer MZ
Hello guys, lookslike i have to comment out FTP from the page and set it independently.
▸
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
▸
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