[hobbit] "ports" RRD graph not showing up
I'm running Hobbit 4.2.0 and just added a PORTS section for one of my hosts. It looks like the server is checking the ports correctly, but the RRD graph isn't showing up, even with the TRACK statement.
PORT LOCAL=%[.:]4001$ STATE=LISTEN HOST=<hostname>
PORT LOCAL=%[.:]5001$ STATE=LISTEN HOST=<hostname>
PORT LOCAL=%[.:]5002$ STATE=LISTEN HOST=<hostname>
PORT LOCAL=%[.:]4001$ STATE=ESTABLISHED TRACK=4001 HOST=<hostname>
PORT LOCAL=%[.:]5001$ STATE=ESTABLISHED TRACK=5001 HOST=<hostname>
PORT LOCAL=%[.:]5002$ STATE=ESTABLISHED TRACK=5002 HOST=<hostname>
I don't see anything of interest in the client or server logs. Any ideas?
I don't think there is a "HOST=" tag for the PORT command. Maybe you meant "TEXT="?
If you are trying to restrict the count to certain hosts, then you have to add their IP to the LOCAL=<regex> (or REMOTE=<regex> portion of the PORT command.
GLH
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 9:44 AM To: hobbit at hswn.dk Subject: [hobbit] "ports" RRD graph not showing up
I'm running Hobbit 4.2.0 and just added a PORTS section for one of my hosts. It looks like the server is checking the ports correctly, but the RRD graph isn't showing up, even with the TRACK statement.
PORT LOCAL=%[.:]4001$ STATE=LISTEN HOST=<hostname>
PORT LOCAL=%[.:]5001$ STATE=LISTEN HOST=<hostname>
PORT LOCAL=%[.:]5002$ STATE=LISTEN HOST=<hostname>
PORT LOCAL=%[.:]4001$ STATE=ESTABLISHED TRACK=4001
HOST=<hostname> PORT LOCAL=%[.:]5001$ STATE=ESTABLISHED TRACK=5001 HOST=<hostname> PORT LOCAL=%[.:]5002$ STATE=ESTABLISHED TRACK=5002 HOST=<hostname>
I don't see anything of interest in the client or server logs. Any ideas?
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I don't think there is a "HOST=" tag for the PORT command. Maybe you meant "TEXT="?
If you are trying to restrict the count to certain hosts, then you have to add their IP to the LOCAL=<regex> (or REMOTE=<regex> portion of the PORT command.
GLH
The section those tests are under is for a regex of multiple hosts. The "HOST=" tag in the copy/paste I provided is to test for those ports on only one host.
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 9:44 AM To: hobbit at hswn.dk Subject: [hobbit] "ports" RRD graph not showing up
I'm running Hobbit 4.2.0 and just added a PORTS section for one of my hosts. It looks like the server is checking the ports correctly, but the RRD graph isn't showing up, even with the TRACK statement.
PORT LOCAL=%[.:]4001$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]5001$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]5002$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]4001$ STATE=ESTABLISHED TRACK=4001HOST=<hostname> PORT LOCAL=%[.:]5001$ STATE=ESTABLISHED TRACK=5001 HOST=<hostname> PORT LOCAL=%[.:]5002$ STATE=ESTABLISHED TRACK=5002 HOST=<hostname>
I don't see anything of interest in the client or server logs. Any ideas?
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
We will have to see what Henrik says -- you may be a little more efficient than the syntax permits.
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 10:07 AM To: hobbit at hswn.dk Subject: Re: [hobbit] "ports" RRD graph not showing up
I don't think there is a "HOST=" tag for the PORT command. Maybe you meant "TEXT="?
If you are trying to restrict the count to certain hosts, then you have to add their IP to the LOCAL=<regex> (or REMOTE=<regex> portion of the PORT command.
GLH
The section those tests are under is for a regex of multiple hosts. The "HOST=" tag in the copy/paste I provided is to test for those ports on only one host.
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 9:44 AM To: hobbit at hswn.dk Subject: [hobbit] "ports" RRD graph not showing up
I'm running Hobbit 4.2.0 and just added a PORTS section for one of my hosts. It looks like the server is checking the ports correctly, but the RRD graph isn't showing up, even with the TRACK statement.
PORT LOCAL=%[.:]4001$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]5001$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]5002$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]4001$ STATE=ESTABLISHED TRACK=4001HOST=<hostname> PORT LOCAL=%[.:]5001$ STATE=ESTABLISHED TRACK=5001 HOST=<hostname> PORT LOCAL=%[.:]5002$ STATE=ESTABLISHED TRACK=5002 HOST=<hostname>
I don't see anything of interest in the client or server logs. Any ideas?
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
- I don't use HOST= in my working PORT tracking. I agree with Greg on doing it via the RegExp itself.
- minor thing: not so sure TRACK= can take all numeric or not.
- I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to
PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
On 8/31/06, Hubbard, Greg L <greg.hubbard at eds.com> wrote:
We will have to see what Henrik says -- you may be a little more efficient than the syntax permits.
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 10:07 AM To: hobbit at hswn.dk Subject: Re: [hobbit] "ports" RRD graph not showing up
I don't think there is a "HOST=" tag for the PORT command. Maybe you meant "TEXT="?
If you are trying to restrict the count to certain hosts, then you have to add their IP to the LOCAL=<regex> (or REMOTE=<regex> portion of the PORT command.
GLH
The section those tests are under is for a regex of multiple hosts. The "HOST=" tag in the copy/paste I provided is to test for those ports on only one host.
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 9:44 AM To: hobbit at hswn.dk Subject: [hobbit] "ports" RRD graph not showing up
I'm running Hobbit 4.2.0 and just added a PORTS section for one of my hosts. It looks like the server is checking the ports correctly, but the RRD graph isn't showing up, even with the TRACK statement.
PORT LOCAL=%[.:]4001$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]5001$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]5002$ STATE=LISTEN HOST=<hostname> PORT LOCAL=%[.:]4001$ STATE=ESTABLISHED TRACK=4001HOST=<hostname> PORT LOCAL=%[.:]5001$ STATE=ESTABLISHED TRACK=5001 HOST=<hostname> PORT LOCAL=%[.:]5002$ STATE=ESTABLISHED TRACK=5002 HOST=<hostname>
I don't see anything of interest in the client or server logs. Any ideas?
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I don't use HOST= in my working PORT tracking. I agree with Greg on doing it via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
oh, you are using it under a wild-card (or multi-host) HOST= section thus you want to limit the test to apply to that HOST alone. makes sense then. I think the missing () is somewhat important too. If I recall correctly, I didn't have much sucess until I inserted () myself.
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
I don't use HOST= in my working PORT tracking. I agree with Greg on doing it via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
oh, you are using it under a wild-card (or multi-host) HOST= section thus you want to limit the test to apply to that HOST alone. makes sense then. I think the missing () is somewhat important too. If I recall correctly, I didn't have much sucess until I inserted () myself.
Hmm. The actual tests seem to be working correctly, but the RRD graph just isn't showing up...
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
I don't use HOST= in my working PORT tracking. I agree with Greg on doing
it
via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
oh, you are using it under a wild-card (or multi-host) HOST= section thus you want to limit the test to apply to that HOST alone. makes sense then. I think the missing () is somewhat important too. If I recall correctly, I didn't have much sucess until I inserted () myself.
Hmm. The actual tests seem to be working correctly, but the RRD graph just isn't showing up...
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
I don't use HOST= in my working PORT tracking. I agree with Greg on
doing it
via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
Yes, I've waited enough cycles, but the graph still isn't showing up. Meanwhile, several other changes I've made have shown up.
Yes, the RRD files have actually been generated. They just don't want to show up on the "ports" page for this host... It's time for lunch, so I'll check when I get back - maybe it'll work if I don't stare at it, like that pot of boiling water ;-)
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
oh, you are using it under a wild-card (or multi-host) HOST= section thus you want to limit the test to apply to that HOST alone. makes sense then. I think the missing () is somewhat important too. If I recall correctly, I didn't have much sucess until I inserted () myself.
Hmm. The actual tests seem to be working correctly, but the RRD graph just isn't showing up...
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
I don't use HOST= in my working PORT tracking. I agree with Greg on
doing it
via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
what about the 'trends' column?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
Yes, I've waited enough cycles, but the graph still isn't showing up. Meanwhile, several other changes I've made have shown up.
Yes, the RRD files have actually been generated. They just don't want to show up on the "ports" page for this host... It's time for lunch, so I'll check when I get back - maybe it'll work if I don't stare at it, like that pot of boiling water ;-)
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
oh, you are using it under a wild-card (or multi-host) HOST= section thus you want to limit the test to apply to that HOST alone. makes sense then. I think the missing () is somewhat important too. If I recall correctly, I didn't have much sucess until I inserted () myself.
Hmm. The actual tests seem to be working correctly, but the RRD graph just isn't showing up...
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
I don't use HOST= in my working PORT tracking. I agree with Greg
on doing it
via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
From network speed point of view, what kind of ping response time is not suitable for hobbit client/server deployment ?
I have one overea site that answer ping test steady at 300ms.
Does anyone have experience on deploying hobbit across WANs over country ?
I know using proxy is an alerternative but what about direct report over a pipe with 300ms ping time ?
T.J. Yang
Should work. Check the ping timeout and retry value.
-----Original Message----- From: T.J. Yang [mailto:tj_yang at hotmail.com] Sent: Thursday, August 31, 2006 2:31 PM To: hobbit at hswn.dk Subject: [hobbit] Advice needed on using hobbit across WAN
From network speed point of view, what kind of ping response time is not suitable for hobbit client/server deployment ?
I have one overea site that answer ping test steady at 300ms.
Does anyone have experience on deploying hobbit across WANs over country ?
I know using proxy is an alerternative but what about direct report over a pipe with 300ms ping time ?
T.J. Yang
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Following is an example borrow from ebay.
I can navigate different categories easily under powersports by clicking "PowerSports"
Listed in category: eBay Motors > Powersports > Scooters & Mopeds > Honda
Is it possible that bbgen can generate URLs at top menu like above "PowerSports" line ? so page,subpage,subagent tags in bb-hosts file can form a direct link from any pages on hobbit server.
tj
Reference: http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=3000170...
Its pretty easy to put something like this in to the menuing system that is included with hobbit. You just have to modify the server/www/menu/menu_items.js file. Here's a sample from mine:
var MENU_ITEMS = [ ['Views', null, null, ['Main view', '/hobbit/bb.html', null, ['APHIS', '/hobbit/APHIS', null, ['AQAS', '/hobbit/APHIS/AQAS'], ['ALBES', '/hobbit/APHIS/ALBES'], ['EPermits', '/hobbit/APHIS/EPERMITS'], ['NAIS', '/hobbit/APHIS/NAIS'], ['PCIT', '/hobbit/APHIS/PCIT'], ], ['CEE', '/hobbit/CEE'], ['CENS', '/hobbit/CENS'], ['CMITS', '/hobbit/CMITS'], ['CPAIS', '/hobbit/CPAIS'], ['Dept. of Labor', '/hobbit/DOL'], ['Environment', '/hobbit/ENV'], ['ESS', '/hobbit/ESS', null, ['Active Directory', '/hobbit/ESS/ACT_DIR'], ['AMS', '/hobbit/ESS/AMS',null, ['PreProduction', '/hobbit/ESS/AMS/AMS_PREPROD'], ['Production', '/hobbit/ESS/AMS/AMS_PROD'], .... and on and on for a few hundred lines.
Thanks, Larry Barber
On 8/31/06, T.J. Yang <tj_yang at hotmail.com> wrote:
Following is an example borrow from ebay.
I can navigate different categories easily under powersports by clicking "PowerSports"
Listed in category: eBay Motors > Powersports > Scooters & Mopeds > Honda
Is it possible that bbgen can generate URLs at top menu like above "PowerSports" line ? so page,subpage,subagent tags in bb-hosts file can form a direct link from any pages on hobbit server.
tj
Reference:
http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=3000170...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
From: "Larry Barber" <lebarber at gmail.com> Reply-To: hobbit at hswn.dk To: hobbit at hswn.dk Subject: Re: [hobbit] Feature request: better default navigation experience Date: Thu, 31 Aug 2006 15:27:37 -0500
Its pretty easy to put something like this in to the menuing system that is included with hobbit. You just have to modify the server/www/menu/menu_items.js file. Here's a sample from mine:
I was looking for navigation menu like this on every hobbit page after the line under "Current Status".
http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=3000170...
But your tip helps too.
Thanks
tj
var MENU_ITEMS = [ ['Views', null, null, ['Main view', '/hobbit/bb.html', null, ['APHIS', '/hobbit/APHIS', null, ['AQAS', '/hobbit/APHIS/AQAS'], ['ALBES', '/hobbit/APHIS/ALBES'], ['EPermits', '/hobbit/APHIS/EPERMITS'], ['NAIS', '/hobbit/APHIS/NAIS'], ['PCIT', '/hobbit/APHIS/PCIT'], ], ['CEE', '/hobbit/CEE'], ['CENS', '/hobbit/CENS'], ['CMITS', '/hobbit/CMITS'], ['CPAIS', '/hobbit/CPAIS'], ['Dept. of Labor', '/hobbit/DOL'], ['Environment', '/hobbit/ENV'], ['ESS', '/hobbit/ESS', null, ['Active Directory', '/hobbit/ESS/ACT_DIR'], ['AMS', '/hobbit/ESS/AMS',null, ['PreProduction', '/hobbit/ESS/AMS/AMS_PREPROD'], ['Production', '/hobbit/ESS/AMS/AMS_PROD'], .... and on and on for a few hundred lines.
Thanks, Larry Barber
On 8/31/06, T.J. Yang <tj_yang at hotmail.com> wrote:
Following is an example borrow from ebay.
I can navigate different categories easily under powersports by clicking "PowerSports"
Listed in category: eBay Motors > Powersports > Scooters & Mopeds > Honda
Is it possible that bbgen can generate URLs at top menu like above "PowerSports" line ? so page,subpage,subagent tags in bb-hosts file can form a direct link from any pages on hobbit server.
tj
Reference:
http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=3000170...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Larry Again, thanks for the pointer. I implemented your suggestion on my test server with lots of manually editing.
That bring me to my original request. I think above process should be automated by parsing bb-hosts file and insert the links onto each page instead of Tigra menu_items.js file.
Regards
tj
From: "Larry Barber" <lebarber at gmail.com> Reply-To: hobbit at hswn.dk To: hobbit at hswn.dk Subject: Re: [hobbit] Feature request: better default navigation experience Date: Thu, 31 Aug 2006 15:27:37 -0500
Its pretty easy to put something like this in to the menuing system that is included with hobbit. You just have to modify the server/www/menu/menu_items.js file. Here's a sample from mine:
var MENU_ITEMS = [ ['Views', null, null, ['Main view', '/hobbit/bb.html', null, ['APHIS', '/hobbit/APHIS', null, ['AQAS', '/hobbit/APHIS/AQAS'], ['ALBES', '/hobbit/APHIS/ALBES'], ['EPermits', '/hobbit/APHIS/EPERMITS'], ['NAIS', '/hobbit/APHIS/NAIS'], ['PCIT', '/hobbit/APHIS/PCIT'], ], ['CEE', '/hobbit/CEE'], ['CENS', '/hobbit/CENS'], ['CMITS', '/hobbit/CMITS'], ['CPAIS', '/hobbit/CPAIS'], ['Dept. of Labor', '/hobbit/DOL'], ['Environment', '/hobbit/ENV'], ['ESS', '/hobbit/ESS', null, ['Active Directory', '/hobbit/ESS/ACT_DIR'], ['AMS', '/hobbit/ESS/AMS',null, ['PreProduction', '/hobbit/ESS/AMS/AMS_PREPROD'], ['Production', '/hobbit/ESS/AMS/AMS_PROD'], .... and on and on for a few hundred lines.
Thanks, Larry Barber
On 8/31/06, T.J. Yang <tj_yang at hotmail.com> wrote:
Following is an example borrow from ebay.
I can navigate different categories easily under powersports by clicking "PowerSports"
Listed in category: eBay Motors > Powersports > Scooters & Mopeds > Honda
Is it possible that bbgen can generate URLs at top menu like above "PowerSports" line ? so page,subpage,subagent tags in bb-hosts file can form a direct link from any pages on hobbit server.
tj
Reference:
http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=3000170...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Thu, Aug 31, 2006 at 04:46:22PM -0500, T.J. Yang wrote:
I implemented your suggestion on my test server with lots of manually editing.
This patch will build the menu-entry definitions automatically. It won't update your menu_items.js file, but since it only needs changing when new pages/subpages are added, I guess that can be done manually.
To use it, run bbgen with the "--menufile=/tmp/menu.inc" option (use any filename you like), and bbgen will then dump the menu-items for the tree structure of the webpages. Edit your menu_items.js file and include the generated menu entries into the main file.
Regards, Henrik
From: henrik at hswn.dk (Henrik Stoerner) Reply-To: hobbit at hswn.dk To: hobbit at hswn.dk Subject: Re: [hobbit] Feature request: better default navigation experience Date: Fri, 1 Sep 2006 14:21:18 +0200
On Thu, Aug 31, 2006 at 04:46:22PM -0500, T.J. Yang wrote:
I implemented your suggestion on my test server with lots of manually editing.
This patch will build the menu-entry definitions automatically. It won't update your menu_items.js file, but since it only needs changing when new pages/subpages are added, I guess that can be done manually.
Hi, Henrik Thanks for the quick response to answer my request. This patch is a good short term solution. but it still requrire menual editing.
Can you modify your dump_page_tree subroutine to render the menu tree onto every html page ? So there is no menual editing needed.
The consumers(uers,mangagers) will have easy time to browse (not search as you have it already) and understand the servers/client machines their group and other groups have.
Using tigra javascript to get a group/server is good solution but the one below is the best(IMHO).
Company > sectors > network > server > web
Example from ebay.
eBay Motors > Powersports > Scooters & Mopeds > Honda http://cgi.ebay.com/ebaymotors/HONDA-METROPOLITAN-SCOOTER_W0QQitemZ150028404...
tj
To use it, run bbgen with the "--menufile=/tmp/menu.inc" option (use any filename you like), and bbgen will then dump the menu-items for the tree structure of the webpages. Edit your menu_items.js file and include the generated menu entries into the main file.
Regards, Henrik
<< bbgen-menutree.patch >>
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Currently most of hosts are ping test only. I can put more hosts on this hobbit server. 822 hosts is taking 42 seconds.
Answer I don't know is how many more hosts it can handle ?
How can I find what hosts are causing DNS lookup failures ?
Thanks for your time
tj
Output of bbest.
bbtest-net version 4.2.0 SSL library : OpenSSL 0.9.7b 10 Apr 2003 LDAP library: Sun Microsystems Inc. 500
Statistics: Hosts total : 822 Hosts with no tests : 0 Total test count : 841 Status messages : 840 Alert status msgs : 0 Transmissions : 12
DNS statistics:
hostnames resolved : 822
succesful : 317
failed : 505
calls to dnsresolve : 841
TCP test statistics:
TCP tests total : 15
HTTP tests : 4
Simple TCP tests : 11
Connection attempts : 15
bytes written : 666
bytes read : 11278
TIME SPENT Event Starttime Duration bbtest-net startup 1157055015.522208 - Service definitions loaded 1157055015.529746 0.007538 Tests loaded 1157055025.655732 10.125986 DNS lookups completed 1157055030.723962 5.068230 Test engine setup completed 1157055030.733952 0.009990 TCP tests completed 1157055030.995307 0.261355 PING test completed (822 hosts) 1157055073.088812 42.093505 PING test results sent 1157055073.104640 0.015828 Test result collection completed 1157055073.105058 0.000418 LDAP test engine setup completed 1157055073.105060 0.000002 LDAP tests executed 1157055073.105062 0.000002 LDAP tests result collection completed 1157055073.105063 0.000001 NTP tests executed 1157055073.363425 0.258362 RPC tests executed 1157055073.411516 0.048091 Test results transmitted 1157055073.484927 0.073411 bbtest-net completed 1157055073.492452 0.007525 TIME TOTAL 57.970244
Some simple math shows that you could probably go to about 4000 hosts comfortably (with a 5 minutes test cycle time). Of course, there may be other factors to consider when you go that high, so YMMV.
I would also consider the fact that as hobbitping improves those ping times will come down.
T.J. Yang wrote:
Currently most of hosts are ping test only. I can put more hosts on this hobbit server. 822 hosts is taking 42 seconds.
Answer I don't know is how many more hosts it can handle ?
How can I find what hosts are causing DNS lookup failures ?
Thanks for your time
tj
Output of bbest.
bbtest-net version 4.2.0 SSL library : OpenSSL 0.9.7b 10 Apr 2003 LDAP library: Sun Microsystems Inc. 500
Statistics: Hosts total : 822 Hosts with no tests : 0 Total test count : 841 Status messages : 840 Alert status msgs : 0 Transmissions : 12
DNS statistics:
hostnames resolved : 822
succesful : 317
failed : 505
calls to dnsresolve : 841
TCP test statistics:
TCP tests total : 15
HTTP tests : 4
Simple TCP tests : 11
Connection attempts : 15
bytes written : 666
bytes read : 11278
TIME SPENT Event Starttime
Duration bbtest-net startup
1157055015.522208 - Service definitions loaded 1157055015.529746
0.007538 Tests loaded 1157055025.655732
10.125986 DNS lookups completed 1157055030.723962
5.068230 Test engine setup completed 1157055030.733952
0.009990 TCP tests completed 1157055030.995307
0.261355 PING test completed (822 hosts) 1157055073.088812
42.093505 PING test results sent 1157055073.104640
0.015828 Test result collection completed 1157055073.105058
0.000418 LDAP test engine setup completed 1157055073.105060
0.000002 LDAP tests executed 1157055073.105062
0.000002 LDAP tests result collection completed 1157055073.105063
0.000001 NTP tests executed 1157055073.363425
0.258362 RPC tests executed 1157055073.411516
0.048091 Test results transmitted 1157055073.484927
0.073411 bbtest-net completed 1157055073.492452
0.007525 TIME TOTAL
57.970244To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- 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 2007 - Green Bay, WI - May 18-22, 2007
From: Rich Smrcina <rsmrcina at wi.rr.com> Reply-To: hobbit at hswn.dk To: hobbit at hswn.dk Subject: Re: [hobbit] Please comment my test Hobbit server info Date: Thu, 31 Aug 2006 15:26:59 -0500
Some simple math shows that you could probably go to about 4000 hosts comfortably (with a 5 minutes test cycle time). Of course, there may be other factors to consider when you go that high, so YMMV.
I would also consider the fact that as hobbitping improves those ping times will come down.
I think it is possible to come up with a formula(algorithm) to predict maximum capacity by dervinng factors like ping, cpu load,disk space of a hobbit server.
lets leave it as a hobbit challenge for now.
Thanks for your comment.
tj
T.J. Yang wrote:
Currently most of hosts are ping test only. I can put more hosts on this hobbit server. 822 hosts is taking 42 seconds.
Answer I don't know is how many more hosts it can handle ?
How can I find what hosts are causing DNS lookup failures ?
Thanks for your time
tj
Output of bbest.
bbtest-net version 4.2.0 SSL library : OpenSSL 0.9.7b 10 Apr 2003 LDAP library: Sun Microsystems Inc. 500
Statistics: Hosts total : 822 Hosts with no tests : 0 Total test count : 841 Status messages : 840 Alert status msgs : 0 Transmissions : 12
DNS statistics:
hostnames resolved : 822
succesful : 317
failed : 505
calls to dnsresolve : 841
TCP test statistics:
TCP tests total : 15
HTTP tests : 4
Simple TCP tests : 11
Connection attempts : 15
bytes written : 666
bytes read : 11278
TIME SPENT Event Starttime
Duration bbtest-net startup 1157055015.522208Service definitions loaded 1157055015.529746
0.007538 Tests loaded 1157055025.655732
10.125986 DNS lookups completed 1157055030.723962
5.068230 Test engine setup completed 1157055030.733952
0.009990 TCP tests completed 1157055030.995307
0.261355 PING test completed (822 hosts) 1157055073.088812
42.093505 PING test results sent 1157055073.104640
0.015828 Test result collection completed 1157055073.105058
0.000418 LDAP test engine setup completed 1157055073.105060
0.000002 LDAP tests executed 1157055073.105062
0.000002 LDAP tests result collection completed 1157055073.105063
0.000001 NTP tests executed 1157055073.363425
0.258362 RPC tests executed 1157055073.411516
0.048091 Test results transmitted 1157055073.484927
0.073411 bbtest-net completed 1157055073.492452
0.007525 TIME TOTAL
57.970244To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- 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 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Thu, Aug 31, 2006 at 03:22:05PM -0500, T.J. Yang wrote:
Currently most of hosts are ping test only. I can put more hosts on this hobbit server. 822 hosts is taking 42 seconds.
Answer I don't know is how many more hosts it can handle ?
A lot. Network tests are one thing; you can tweak the hobbitping or fping options to speed them up, and/or play with the concurrency and timeout settings for the bbtest-net tool. Which of these you use depends on your mix of tests.
How can I find what hosts are causing DNS lookup failures ?
See the bbtest-net man-page:
--dnslog=FILENAME
Log failed hostname lookups to the file FILENAME.
FILENAME should be a full pathname.
Regards, Henrik
On Thu, Aug 31, 2006 at 02:30:53PM -0500, T.J. Yang wrote:
From network speed point of view, what kind of ping response time is not suitable for hobbit client/server deployment ?
I have one overea site that answer ping test steady at 300ms.
Does anyone have experience on deploying hobbit across WANs over country ?
I know using proxy is an alerternative but what about direct report over a pipe with 300ms ping time ?
Getting reports from clients will work, no problem.
Running network tests across the WAN link may not be a good idea, since you're more like to hit timeouts and sporadic ping failures with such high latency. So it would probably be a good idea if you could setup a network test probe at the remote end of you WAN connection. It can still report to the central Hobbit server. Of course, if you want to monitor the availability of services accessed across the WAN link, then running your network tests across the WAN does make sense.
Regards, Henrik
Not there either
On 8/31/06, Jerry Yu <jjj863 at gmail.com> wrote:
what about the 'trends' column?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
Yes, I've waited enough cycles, but the graph still isn't showing up. Meanwhile, several other changes I've made have shown up.
Yes, the RRD files have actually been generated. They just don't want to show up on the "ports" page for this host... It's time for lunch, so I'll check when I get back - maybe it'll work if I don't stare at it, like that pot of boiling water ;-)
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
oh, you are using it under a wild-card (or multi-host) HOST= section thus you want to limit the test to apply to that HOST alone. makes sense then. I think the missing () is somewhat important too. If I recall correctly, I didn't have much sucess until I inserted () myself.
Hmm. The actual tests seem to be working correctly, but the RRD graph just isn't showing up...
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
I don't use HOST= in my working PORT tracking. I agree with Greg
on doing it
via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
just for testing, could you remove the HOST= part of it ? Did you insert () between % and $?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
Not there either
On 8/31/06, Jerry Yu <jjj863 at gmail.com> wrote:
what about the 'trends' column?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
Yes, I've waited enough cycles, but the graph still isn't showing up. Meanwhile, several other changes I've made have shown up.
Yes, the RRD files have actually been generated. They just don't want to show up on the "ports" page for this host... It's time for lunch, so I'll check when I get back - maybe it'll work if I don't stare at it, like that pot of boiling water ;-)
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
oh, you are using it under a wild-card (or multi-host) HOST= section thus you want to limit the test to apply to that HOST alone. makes sense then. I think the missing () is somewhat important too. If I recall correctly, I didn't have much sucess until I inserted () myself.
Hmm. The actual tests seem to be working correctly, but the RRD graph just isn't showing up...
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote: > > I don't use HOST= in my working PORT tracking. I agree with Greg on doing it > via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
> minor thing: not so sure TRACK= can take all numeric or not. > I believe your RegExp needs (). Mine goes like below. I have PORT column > show and alerts generated, plus RRD graph for counting of TIME_WAIT > connections to > PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow > TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I removed the HOST= trailing tags on the PORT tests. I also insert () between % and $ as suggested. Still no graph. But the RRD files *are* being generated. They just aren't being displayed on the page. Is there any other file that I need to modify? hobbitgraph.cfg?
just for testing, could you remove the HOST= part of it ? Did you insert () between % and $?
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
Not there either
On 8/31/06, Jerry Yu < jjj863 at gmail.com> wrote:
what about the 'trends' column?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
Yes, I've waited enough cycles, but the graph still isn't showing up. Meanwhile, several other changes I've made have shown up.
Yes, the RRD files have actually been generated. They just don't want to show up on the "ports" page for this host... It's time for lunch, so I'll check when I get back - maybe it'll work if I don't stare at it, like that pot of boiling water ;-)
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
> oh, you are using it under a wild-card (or multi-host) HOST= section thus > you want to limit the test to apply to that HOST alone. makes sense then. > I think the missing () is somewhat important too. If I recall correctly, I > didn't have much sucess until I inserted () myself.
Hmm. The actual tests seem to be working correctly, but the RRD graph just isn't showing up...
> On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote: > > > > I don't use HOST= in my working PORT tracking. I agree with Greg on doing > it > > via the RegExp itself. > > The problem with that is, it will perform the PORT test on all of the > machines under the HOST= section the test is under. I don't want > this, as only one of the machines actually has the ports running. I > haven't had a problem using HOST= in this manner before, and it's > described in the "rules to select hosts" section in the manpage for > hobbit-clients.cfg > > > minor thing: not so sure TRACK= can take all numeric or not. > > I believe your RegExp needs (). Mine goes like below. I have PORT column > > show and alerts generated, plus RRD graph for counting of TIME_WAIT > > connections to > > PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow > > TRACK=db_TimeWait TEXT=db_TimeWait > > I was wondering that myself. I'll try changing to TRACK= to be > character-based and see if that helps. > > To unsubscribe from the hobbit list, send an e-mail to > hobbit-unsubscribe at hswn.dk > > > >
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Oh yeah... That makes sense... I upgraded from an earlier version of Hobbit on the server that didn't support the new PORTS monitoring tests. So, hobbitserver.cfg didn't include the appropriate entries for TEST2RRD and GRAPHS... I added that, and what do you know, it's working now ;-)
I removed the HOST= trailing tags on the PORT tests. I also insert () between % and $ as suggested. Still no graph. But the RRD files *are* being generated. They just aren't being displayed on the page. Is there any other file that I need to modify? hobbitgraph.cfg?
just for testing, could you remove the HOST= part of it ? Did you insert () between % and $?
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
Not there either
On 8/31/06, Jerry Yu < jjj863 at gmail.com> wrote:
what about the 'trends' column?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
Yes, I've waited enough cycles, but the graph still isn't showing up. Meanwhile, several other changes I've made have shown up.
Yes, the RRD files have actually been generated. They just don't want to show up on the "ports" page for this host... It's time for lunch, so I'll check when I get back - maybe it'll work if I don't stare at it, like that pot of boiling water ;-)
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote: > > oh, you are using it under a wild-card (or multi-host) HOST= section thus > > you want to limit the test to apply to that HOST alone. makes sense then. > > I think the missing () is somewhat important too. If I recall correctly, I > > didn't have much sucess until I inserted () myself. > > Hmm. The actual tests seem to be working correctly, but the RRD graph > just isn't showing up... > > > On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote: > > > > > > I don't use HOST= in my working PORT tracking. I agree with Greg on doing > > it > > > via the RegExp itself. > > > > The problem with that is, it will perform the PORT test on all of the > > machines under the HOST= section the test is under. I don't want > > this, as only one of the machines actually has the ports running. I > > haven't had a problem using HOST= in this manner before, and it's > > described in the "rules to select hosts" section in the manpage for > > hobbit-clients.cfg > > > > > minor thing: not so sure TRACK= can take all numeric or not. > > > I believe your RegExp needs (). Mine goes like below. I have PORT column > > > show and alerts generated, plus RRD graph for counting of TIME_WAIT > > > connections to > > > PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow > > > TRACK=db_TimeWait TEXT=db_TimeWait > > > > I was wondering that myself. I'll try changing to TRACK= to be > > character-based and see if that helps. > > > > To unsubscribe from the hobbit list, send an e-mail to > > hobbit-unsubscribe at hswn.dk > > > > > > > > > > To unsubscribe from the hobbit list, send an e-mail to > hobbit-unsubscribe at hswn.dk > > >
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
no, I didn't change anything other than add the PORT under a HOST= inside hobbit-clients.cfg.
- Could you copy+paste your PORT line here? I got the impression Hobbit Monitor is not fault-tolerant regarding the ordering of the directives on some tests.
- Or, could you try it without HOST wildcard, under a HOST=oneServerHere, with your own PORT or mine?
- as you can see, I am running out of ideas, since mine simply worked, with PORT under a simple HOST= (non-wildcarded)
On 9/7/06, Gary B. <gmbfly98 at gmail.com> wrote:
I removed the HOST= trailing tags on the PORT tests. I also insert () between % and $ as suggested. Still no graph. But the RRD files *are* being generated. They just aren't being displayed on the page. Is there any other file that I need to modify? hobbitgraph.cfg?
just for testing, could you remove the HOST= part of it ? Did you insert () between % and $?
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote:
Not there either
On 8/31/06, Jerry Yu < jjj863 at gmail.com> wrote:
what about the 'trends' column?
On 8/31/06, Gary B. <gmbfly98 at gmail.com> wrote:
did you wait enough cycles? could you check if there's RRD actually generated for the host under /var/lib/hobbit/rrd/ ?
Yes, I've waited enough cycles, but the graph still isn't showing up. Meanwhile, several other changes I've made have shown up.
Yes, the RRD files have actually been generated. They just don't want to show up on the "ports" page for this host... It's time for lunch, so I'll check when I get back - maybe it'll work if I don't stare at it, like that pot of boiling water ;-)
On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote: > > oh, you are using it under a wild-card (or multi-host) HOST= section thus > > you want to limit the test to apply to that HOST alone. makes sense then. > > I think the missing () is somewhat important too. If I recall correctly, I > > didn't have much sucess until I inserted () myself. > > Hmm. The actual tests seem to be working correctly, but the RRD graph > just isn't showing up... > > > On 8/31/06, Gary B. < gmbfly98 at gmail.com> wrote: > > > > > > I don't use HOST= in my working PORT tracking. I agree with Greg on doing > > it > > > via the RegExp itself. > > > > The problem with that is, it will perform the PORT test on all of the > > machines under the HOST= section the test is under. I don't want > > this, as only one of the machines actually has the ports running. I > > haven't had a problem using HOST= in this manner before, and it's > > described in the "rules to select hosts" section in the manpage for > > hobbit-clients.cfg > > > > > minor thing: not so sure TRACK= can take all numeric or not. > > > I believe your RegExp needs (). Mine goes like below. I have PORT column > > > show and alerts generated, plus RRD graph for counting of TIME_WAIT > > > connections to > > > PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow > > > TRACK=db_TimeWait TEXT=db_TimeWait > > > > I was wondering that myself. I'll try changing to TRACK= to be > > character-based and see if that helps. > > > > To unsubscribe from the hobbit list, send an e-mail to > > hobbit-unsubscribe at hswn.dk > > > > > > > > > > To unsubscribe from the hobbit list, send an e-mail to > hobbit-unsubscribe at hswn.dk > > >
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
If you are trying to restrict the test to a specific host, why don't you put the PROC command under its own HOST=whatever section?
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 11:16 AM To: hobbit at hswn.dk Subject: Re: [hobbit] "ports" RRD graph not showing up
I don't use HOST= in my working PORT tracking. I agree with Greg on doing it via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
If you are trying to restrict the test to a specific host, why don't you put the PROC command under its own HOST=whatever section?
It takes up one less line in the config file ;-) The main reason is, all the other HOST= tags I've used worked fine, so I don't have to create a separate HOST= section for only one or two tests that are specific to that one host, and I can use the regex HOST= section for all of the machines at once.
I don't think the inclusion of the HOST= tag is the problem anyway. But, if all else fails, I'll try it on its own, just for grins.
-----Original Message----- From: Gary B. [mailto:gmbfly98 at gmail.com] Sent: Thursday, August 31, 2006 11:16 AM To: hobbit at hswn.dk Subject: Re: [hobbit] "ports" RRD graph not showing up
I don't use HOST= in my working PORT tracking. I agree with Greg on doing it via the RegExp itself.
The problem with that is, it will perform the PORT test on all of the machines under the HOST= section the test is under. I don't want this, as only one of the machines actually has the ports running. I haven't had a problem using HOST= in this manner before, and it's described in the "rules to select hosts" section in the manpage for hobbit-clients.cfg
minor thing: not so sure TRACK= can take all numeric or not. I believe your RegExp needs (). Mine goes like below. I have PORT column show and alerts generated, plus RRD graph for counting of TIME_WAIT connections to PORT LOCAL=%([.:]3306)$ STATE=TIME_WAIT MIN=0 MAX=10000 COL=yellow TRACK=db_TimeWait TEXT=db_TimeWait
I was wondering that myself. I'll try changing to TRACK= to be character-based and see if that helps.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (7)
-
gmbfly98@gmail.com
-
greg.hubbard@eds.com
-
henrik@hswn.dk
-
jjj863@gmail.com
-
lebarber@gmail.com
-
rsmrcina@wi.rr.com
-
tj_yang@hotmail.com