From Vernon.Everett@woodside.com.au Wed Jun 24 08:18:07 2026 From: Vernon.Everett@woodside.com.au To: xymon@xymon.com Subject: Disabled tests report Date: Tue, 30 Sep 2008 13:16:44 +0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2853375875695564616==" --===============2853375875695564616== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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.=20 They may contain legally privileged information or=20 copyright material. You must not read, copy, use or=20 disclose them without authorisation. If you are not an=20 intended recipient, please contact us at once by return=20 email and then delete both messages and all attachments. --===============2853375875695564616==-- From bgmilne@staff.telkomsa.net Wed Jun 24 08:18:07 2026 From: bgmilne@staff.telkomsa.net To: xymon@xymon.com Subject: [hobbit] Disabled tests report Date: Tue, 30 Sep 2008 08:34:18 +0200 Message-ID: <200809300834.18986.bgmilne@staff.telkomsa.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8052756279689341392==" --===============8052756279689341392== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=3Dblue=20 fields=3Dhostname,testname,color,disabletime,sender,dismsg,line1' ? I didn't include the time fields, as they are in "epoch" time, which was a bi= t=20 inconvenient at the time. --===============8052756279689341392==-- From michael.nemeth@lmco.com Wed Jun 24 08:18:07 2026 From: michael.nemeth@lmco.com To: xymon@xymon.com Subject: [hobbit] Disabled tests report Date: Tue, 30 Sep 2008 05:38:50 -0400 Message-ID: <48E1F3AA.2060800@lmco.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5108930817279008408==" --===============5108930817279008408== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 "" /usr/local/hobbit/server/bin/hobbit-statusreport.cgi \ --filter="color=blue" --all \ --heading="Disabled systems" \ --show-column \ --show-summary \ --link \ --embedded echo "
") | \ /usr/local/hobbit/server/bin/bb-webpage --color=blue --hffile=bb exit 0 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. > --===============5108930817279008408==--