Xymon Mailing List Archive search

NK Page

5 messages in this thread

list Lars Ebeling · Tue, 25 Oct 2005 20:04:17 +0200 ·
If you read the manual for bb-hosts you find:

NK:testname[,testname]
Define the tests that you want included on the bbnk page. E.g. if you have a host where you only want to see the http tests on bbnk.html, you specify it as

  12.34.56.78  www.acme.com  # http://www.acme.com/ NK:http

If you want multiple tests for a host to show up on the bbnk.html page, specify all the tests separated by commas. The test names correspond to the column names (e.g. https tests are covered by an "NK:http" tag).

Regards


Lars Ebeling


----- Original Message ----- From: "Callahan, Tom" <user-16f19114071e@xymon.invalid>
To: "'Antonio Marques '" <user-3a0747675512@xymon.invalid>; <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, October 25, 2005 7:38 PM
Subject: RE: [hobbit] NK Page

I believe by adding "NK=bb2" or similar to the end of the line in bb-hosts
will display that test  for that machine in NK if red or yellow.

Tom Callahan

-----Original Message-----
From: Antonio Marques
To: user-ae9b8668bcde@xymon.invalid
Sent: 10/25/2005 1:12 PM
Subject: [hobbit] NK Page

Hi,
how can I add events (like bb2 page) to NK page ?

Thanks.


Antonio Marques

list Antonio Marques · Wed, 26 Oct 2005 15:40:15 -0200 ·
Ops... I don want to put tests in bb-hosts.
That thest I have done.

I want to put change events in NK page LIKE bb2 page...like this...


Wed Oct 26 15:35:51 2005 	hostA 	cpu 	green From -> To 	red
Wed Oct 26 15:35:47 2005 	HostB 	cpu 	yellow From -> To 	red


Thankś for all... and I have read Hobbit Manual yet
LOL

Antonio Marques


2005/10/25, lars ebeling <user-1fecd3eafd52@xymon.invalid>:
quoted from Lars Ebeling
If you read the manual for bb-hosts you find:

NK:testname[,testname]
Define the tests that you want included on the bbnk page. E.g. if you have a
host where you only want to see the http tests on bbnk.html, you specify it
as

  12.34.56.78  www.acme.com  # http://www.acme.com/ NK:http

If you want multiple tests for a host to show up on the bbnk.html page,
specify all the tests separated by commas. The test names correspond to the
column names (e.g. https tests are covered by an "NK:http" tag).

Regards


Lars Ebeling


----- Original Message -----
From: "Callahan, Tom" <user-16f19114071e@xymon.invalid>
To: "'Antonio Marques '" <user-3a0747675512@xymon.invalid>; <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, October 25, 2005 7:38 PM
Subject: RE: [hobbit] NK Page

I believe by adding "NK=bb2" or similar to the end of the line in bb-hosts
will display that test  for that machine in NK if red or yellow.

Tom Callahan

-----Original Message-----
From: Antonio Marques
To: user-ae9b8668bcde@xymon.invalid
Sent: 10/25/2005 1:12 PM
Subject: [hobbit] NK Page

Hi,
how can I add events (like bb2 page) to NK page ?

Thanks.


Antonio Marques

list Antonio Marques · Mon, 31 Oct 2005 15:38:06 -0200 ·
HI.. me again...

Henrik, there's a way to do it or need to change the code to NK page ?

Regards

2005/10/26, Antonio Marques <user-3a0747675512@xymon.invalid>:
quoted from Antonio Marques
Ops... I don want to put tests in bb-hosts.
That thest I have done.

I want to put change events in NK page LIKE bb2 page...like this...


Wed Oct 26 15:35:51 2005        hostA   cpu     green From -> To        red
Wed Oct 26 15:35:47 2005        HostB   cpu     yellow From -> To       red


Thankś for all... and I have read Hobbit Manual yet
LOL

Antonio Marques


2005/10/25, lars ebeling <user-1fecd3eafd52@xymon.invalid>:
If you read the manual for bb-hosts you find:

NK:testname[,testname]
Define the tests that you want included on the bbnk page. E.g. if you have a
host where you only want to see the http tests on bbnk.html, you specify it
as

  12.34.56.78  www.acme.com  # http://www.acme.com/ NK:http

If you want multiple tests for a host to show up on the bbnk.html page,
specify all the tests separated by commas. The test names correspond to the
column names (e.g. https tests are covered by an "NK:http" tag).

Regards


Lars Ebeling


----- Original Message -----
From: "Callahan, Tom" <user-16f19114071e@xymon.invalid>
To: "'Antonio Marques '" <user-3a0747675512@xymon.invalid>; <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, October 25, 2005 7:38 PM
Subject: RE: [hobbit] NK Page

I believe by adding "NK=bb2" or similar to the end of the line in bb-hosts
will display that test  for that machine in NK if red or yellow.

Tom Callahan

-----Original Message-----
From: Antonio Marques
To: user-ae9b8668bcde@xymon.invalid
Sent: 10/25/2005 1:12 PM
Subject: [hobbit] NK Page

Hi,
how can I add events (like bb2 page) to NK page ?

Thanks.


Antonio Marques

list Henrik Størner · Mon, 31 Oct 2005 18:53:24 +0100 ·
quoted from Antonio Marques
On Mon, Oct 31, 2005 at 03:38:06PM -0200, Antonio Marques wrote:
HI.. me again...

Henrik, there's a way to do it or need to change the code to NK page ?
You cannot put the eventlog display on the NK page. If you want that, 
you'll have to change the bbdisplay/pagegen.c sourcefile; look for a
call to the do_bb2ext() routine. It is currently made so that the BB2
extensions only run for the normal BB2 page, you could change it to run
on all pages (that would be the BB2 page and the NK page).


Henrik
list Antonio Marques · Mon, 31 Oct 2005 16:41:12 -0200 ·
Thanks Henrik!!!


2005/10/31, Henrik Stoerner <user-ce4a2c883f75@xymon.invalid>:
quoted from Antonio Marques
On Mon, Oct 31, 2005 at 03:38:06PM -0200, Antonio Marques wrote:
HI.. me again...

Henrik, there's a way to do it or need to change the code to NK page ?
You cannot put the eventlog display on the NK page. If you want that,
you'll have to change the bbdisplay/pagegen.c sourcefile; look for a
call to the do_bb2ext() routine. It is currently made so that the BB2
extensions only run for the normal BB2 page, you could change it to run
on all pages (that would be the BB2 page and the NK page).


Henrik