Hi, Could not find anyone answering this request yet.. Here's a fix to add links to the bbcomtest reports page :
Just change line 455 of hobbitd/bbcombotest.c
From :
sprintf(msgline, "&%s %s\n", colorname(vwalk->color), vwalk->symbol);
To:
sprintf(msgline, "<a href=\"/hobbit-cgi/bb-hostsvc.sh?HOST=%s&SERVICE=%s\">&%s</a> %s\n", gethname(vwalk->symbol), gettname(vwalk->symbol) , colorname(vwalk->color), vwalk->symbol);
recompile and have links on the color dots of the tested items within combotests.
--Hezki **
- *To*: <hobbit (at) hswn.dk>
- *Subject*: bbcombotest Links
- *From*: "Aiello, Steve \(GE, Corporate, consultant\)" <steve.aiello(at) ge.com>
- *Date*: Wed, 28 Feb 2007 10:43:21 -0500
- *Thread-index*: AcdbTzrE4X3/UsIMTSiBvQJbJOnunQ==
- *Thread-topic*: bbcombotest Links
Hi all,
I thought I saw this question asked before, but did see it in the mailling list. When using bbcombotests, is it possible to have the combotest report with hyperlinks to the actual tests ? If I see one of the statuses are red or yellow, my nature instict is to wonder why, and be able to drill down for details.
thanks, Steve
Hi, bbcombotest links will be included in the new release ? regards, Marco
Il 25/11/2007 15.33, Hezki Englander ha scritto:
Hi, Could not find anyone answering this request yet.. Here's a fix to add links to the bbcomtest reports page : Just change line 455 of hobbitd/bbcombotest.c From : sprintf(msgline, "&%s %s\n", colorname(vwalk->color), vwalk->symbol); To: sprintf(msgline, "<a href=\"/hobbit-cgi/bb-hostsvc.sh?HOST=%s&SERVICE=%s\">&%s</a>
%s\n", gethname(vwalk->symbol), gettname(vwalk->symbol) , colorname(vwalk->color), vwalk->symbol); recompile and have links on the color dots of the tested items within combotests. --Hezki //* /To/: <hobbit (at) hswn.dk <http://hswn.dk>> * /Subject/: bbcombotest Links * /From/: "Aiello, Steve \(GE, Corporate, consultant\)" <steve.aiello (at) ge.com <http://ge.com>> * /Date/: Wed, 28 Feb 2007 10:43:21 -0500 * /Thread-index/: AcdbTzrE4X3/UsIMTSiBvQJbJOnunQ== * /Thread-topic/: bbcombotest Links
Hi all,
I thought I saw this question asked before, but did see it in the mailling list. When using bbcombotests, is it possible to have the combotest report with hyperlinks to the actual tests ? If I see one of the statuses are red or yellow, my nature instict is to wonder why, and be able to drill down for details.
thanks, Steve
Hi Marco,
In <4CC180E0.7080908 at mail.regione.toscana.it> Marco Avvisano <marco.avvisano at regione.toscana.it> writes:
bbcombotest links will be included in the new release ? regards, Marco
Il 25/11/2007 15.33, Hezki Englander ha scritto:
Hi, Could not find anyone answering this request yet.. Here's a fix to add links to the bbcomtest reports page : Just change line 455 of hobbitd/bbcombotest.c
Had not seen this before, but it sure looks like a good idea. Added, although I made the component variable be the link rather than the color icon.
Regards, Henrik
We've set up our network devices to syslog to the xymon server.
So in /var/log/xymon-syslog there are several syslog files, one for each device, and the files are named net-hostname
In client-local.cfg, can I set up one log entry to read all of these files?
Meaning, should the following be valid:
log:/var/log/xymon-syslog/net-*:10240
Its not working, as xymon reports no such file or directory, so the regex isn't expanding to find all filenames. So I'm wondering if anyone else is doing something similar?
I do not think that this is not supported. I believe the documentation states that you can write a script that will supply a required file name (if the file name keeps changing). In your case, you are wanting the agent to scan an unknown number of files. Read the fine manual.
Just curious, why can't you update your syslogd to create a combined file as well as individual files. This is fairly easy to do in syslog-ng or rsyslog.
GLH
On Fri, Oct 22, 2010 at 10:13 AM, Taylor Lewick <tlewick at tradebotsystems.com
wrote:
We've set up our network devices to syslog to the xymon server.
So in /var/log/xymon-syslog there are several syslog files, one for each device, and the files are named net-hostname
In client-local.cfg, can I set up one log entry to read all of these files?
Meaning, should the following be valid:
log:/var/log/xymon-syslog/net-*:10240
Its not working, as xymon reports no such file or directory, so the regex isn't expanding to find all filenames. So I'm wondering if anyone else is doing something similar?
To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
-- Disclaimer: 1) all opinions are my own, 2) I may be completely wrong, 3) my advice is worth at least as much as what you are paying for it, or your money cheerfully refunded.
participants (5)
-
glh.forums@gmail.com
-
henrik@hswn.dk
-
marco.avvisano@regione.toscana.it
-
me2unix@gmail.com
-
tlewick@tradebotsystems.com