Xymon Mailing List Archive search

Disabled tests report

3 messages in this thread

list Vernon Everett · Tue, 30 Sep 2008 13:16:44 +0800 ·
Hi all

Is there a way (or has a report been written) to show what was disabled over the last period (a month say).
Ideally, I would like a list of disabled test, by whom, from, to, reason.

Does this report exist?

Regards
    Vernon


NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete both messages and all attachments.
list Buchan Milne · Tue, 30 Sep 2008 08:34:18 +0200 ·
quoted from Vernon Everett
On Tuesday 30 September 2008 07:16:44 Everett, Vernon wrote:
Hi all

Is there a way (or has a report been written) to show what was disabled
over the last period (a month say). Ideally, I would like a list of
disabled test, by whom, from, to, reason.
Something like:

bb $BBDISP 'hobbitdboard color=blue 
fields=hostname,testname,color,disabletime,sender,dismsg,line1'

?

I didn't include the time fields, as they are in "epoch" time, which was a bit 
inconvenient at the time.
list Michael Nemeth · Tue, 30 Sep 2008 05:38:50 -0400 ·
I believe this was postefdhere awhile ago or I took something here and modified
Put in http://yourhobbit/hobbit-cgi/
showblue.sh
#!/bin/sh
. /usr/local/hobbit/server/etc/hobbitcgi.cfg

(echo "<table border=1>"
 /usr/local/hobbit/server/bin/hobbit-statusreport.cgi \
        --filter="color=blue" --all \
        --heading="Disabled systems" \
        --show-column \
        --show-summary \
        --link \
        --embedded
 echo "</table>") | \
/usr/local/hobbit/server/bin/bb-webpage --color=blue --hffile=bb

exit 0
quoted from Vernon Everett


Everett, Vernon wrote:
Hi all
 Is there a way (or has a report been written) to show what was disabled over the last period (a month say).
Ideally, I would like a list of disabled test, by whom, from, to, reason.
 Does this report exist?
 Regards
    Vernon
  NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete both messages and all attachments.