Hi there, Is it possible to get the title on the client tests pages to use the docurl option and hobbitcolumn.sh? So you can find out more information on the client and test with out finding it on the main pages?
Some thing like this
<CENTER><A HREF="/hobbit/admin/host.php?srv=clientname"><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>clientname.domain.name -</B></FONT></A><A HREF="/hobbit-cgi/hobbitcolumn.sh?conn"><FONT COLOR="#A0A0A0" SIZE="-1"><B>conn</B></FONT></A></CENTER>
Intead of
<CENTER><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>luke.fp.co.nz - conn</B></FONT></CENTER>
Cheers
Alun Watson.
This message and any attachments contain confidential information and may be subject to legal privilege and copyright. This message and any attachments are only for the use of the person to whom they are addressed. If you are not the intended recipient you may not use, copy or distribute information contained in this message or any attachments. If you have received this message in error, please notify us immediately by return email and then delete the message and any attachments.
We accept no responsibility for interception of, or changes to, messages or attachments after transmission. While we use standard virus scanning software, we also accept no responsibility for viruses or anything similar in this e-mail or any attachments.
On Wed, Apr 23, 2008 at 4:19 PM, Alun Watson <Alun.Watson at fp.co.nz> wrote:
Hi there, Is it possible to get the title on the client tests pages to use the docurl option and hobbitcolumn.sh? So you can find out more information on the client and test with out finding it on the main pages?
Some thing like this
<CENTER><A HREF="/hobbit/admin/host.php?srv=clientname"><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>clientname.domain.name -</B></FONT></A><A HREF="/hobbit-cgi/hobbitcolumn.sh?conn"><FONT COLOR="#A0A0A0" SIZE="-1"><B>conn</B></FONT></A></CENTER>
Intead of
<CENTER><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>luke.fp.co.nz - conn</B></FONT></CENTER>
Cheers
Alun Watson.
Edit the hostsvc_header file. Insert your html. Replace clientname with &BBHOST and conn with &BBSVC like this. Refresh the page. I think that will do what you want.
<CENTER><A HREF="/hobbit/admin/host.php?srv=&BBHOST"><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>&BBHOST</B></FONT></A> - <A HREF="/hobbit-cgi/hobbitcolumn.sh?&BBSVC"><FONT COLOR="#A0A0A0" SIZE="-1"><B>&BBSVC</B></FONT></A></CENTER>
We are planning on pointing to a wiki page in our setup using this. I think the proposed link was http://wikiserver/cgi-bin/view/NOC/&BBSVC#&BBHOST. Generic or detailed instructions would be there to guide our NOC in what steps to take.
John
That's exactly what I was after. Thank you very much John.
Regards
Alun Watson
-----Original Message----- From: John Glowacki [mailto:jg2727 at gmail.com] Sent: Thursday, 24 April 2008 3:54 To: hobbit at hswn.dk Subject: Re: [hobbit] Doc URL on client pages
On Wed, Apr 23, 2008 at 4:19 PM, Alun Watson <Alun.Watson at fp.co.nz> wrote:
Hi there, Is it possible to get the title on the client tests pages to use the docurl option and hobbitcolumn.sh? So you can find out more information on the client and test with out finding it on the main pages?
Some thing like this
<CENTER><A HREF="/hobbit/admin/host.php?srv=clientname"><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>clientname.domain.name -</B></FONT></A><A HREF="/hobbit-cgi/hobbitcolumn.sh?conn"><FONT COLOR="#A0A0A0" SIZE="-1"><B>conn</B></FONT></A></CENTER>
Intead of
<CENTER><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>luke.fp.co.nz - conn</B></FONT></CENTER>
Cheers
Alun Watson.
Edit the hostsvc_header file. Insert your html. Replace clientname with &BBHOST and conn with &BBSVC like this. Refresh the page. I think that will do what you want.
<CENTER><A HREF="/hobbit/admin/host.php?srv=&BBHOST"><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>&BBHOST</B></FONT></A> - <A HREF="/hobbit-cgi/hobbitcolumn.sh?&BBSVC"><FONT COLOR="#A0A0A0" SIZE="-1"><B>&BBSVC</B></FONT></A></CENTER>
We are planning on pointing to a wiki page in our setup using this. I think the proposed link was http://wikiserver/cgi-bin/view/NOC/&BBSVC#&BBHOST. Generic or detailed instructions would be there to guide our NOC in what steps to take.
John
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
This message and any attachments contain confidential information and may be subject to legal privilege and copyright. This message and any attachments are only for the use of the person to whom they are addressed. If you are not the intended recipient you may not use, copy or distribute information contained in this message or any attachments. If you have received this message in error, please notify us immediately by return email and then delete the message and any attachments.
We accept no responsibility for interception of, or changes to, messages or attachments after transmission. While we use standard virus scanning software, we also accept no responsibility for viruses or anything similar in this e-mail or any attachments.
We need to export the CPU utilization data from the rrd files for all of our production servers. What would be the best method to accomplish this.
Thanks,
Paul
rrdtool has a dump option...I think it's 'rrdtool dump' or rrddump...there is also an export option. =G=
From: Paul Backer [mailto:pdb4018 at bjc.org] Sent: Thursday, April 24, 2008 4:36 PM To: hobbit at hswn.dk Subject: [hobbit] Export CPU Utilization rrd data to CSV
We need to export the CPU utilization data from the rrd files for all of our production servers. What would be the best method to accomplish this.
Thanks,
Paul
I believe it is
rrdtool dump cpudata.rrd
Usage: rrdtool [options] command command_options
dump - dump an RRD to XML
rrdtool dump filename.rrd >filename.xml
On Thu, Apr 24, 2008 at 4:50 PM, Galen Johnson <Galen.Johnson at sas.com> wrote:
rrdtool has a dump option…I think it's 'rrdtool dump' or rrddump…there is also an export option.
=G=
*From:* Paul Backer [mailto:pdb4018 at bjc.org] *Sent:* Thursday, April 24, 2008 4:36 PM *To:* hobbit at hswn.dk *Subject:* [hobbit] Export CPU Utilization rrd data to CSV
We need to export the CPU utilization data from the rrd files for all of our production servers. What would be the best method to accomplish this.
Thanks,
Paul
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
Hi!
The Hobbit client feed, at least on Unix/Linux, some log files in "~hobbit/client/log/" I would like to have feedbacks about the size of them. Are you using logrotate to keep them small or something else? Are they growing up enough to take care about them ?
Thanks by advance!
LMJ
I only use the logfiles when I have a problem with Hobbit. Which is very rare. If I'm having a problems, I shut the server down, wipe out all the server logfiles (except notifications and acknowledgements), then restart the server to generate new logfiles. I do the same thing on the client end if I'm having a problem with a client. I have found no use for the logfiles during non-problem times (except for server notifications and acknowledgements). I just let the logfiles grow and grow until I encounter some problem. I have plenty of disk space in my implementations. You may not have the space in yours, so you may need to use logrotate. Logrotate is certainly the preferred way to go - I'm just lazy and haven't implemented it for Hobbit.
-----Original Message----- From: L.M.J [mailto:linuxmasterjedi at free.fr] Sent: Saturday, April 26, 2008 11:53 AM To: hobbit at hswn.dk Subject: [hobbit] Hobbit Client Log Size
Hi!
The Hobbit client feed, at least on Unix/Linux, some log files in "~hobbit/client/log/" I would like to have feedbacks about the size of them. Are you using logrotate to keep them small or something else? Are they growing up enough to take care about them ?
Thanks by advance!
LMJ
Le Sun, 27 Apr 2008 13:21:08 -0600, "Haertig, David F (Dave)" <haertig at avaya.com> a écrit :
I only use the logfiles when I have a problem with Hobbit. Which is very rare. If I'm having a problems, I shut the server down, wipe out all the server logfiles (except notifications and acknowledgements), then restart the server to generate new logfiles. I do the same thing on the client end if I'm having a problem with a client. I have found no use for the logfiles during non-problem times (except for server notifications and acknowledgements). I just let the logfiles grow and grow until I encounter some problem. I have plenty of disk space in my implementations. You may not have the space in yours, so you may need to use logrotate. Logrotate is certainly the preferred way to go - I'm just lazy and haven't implemented it for Hobbit.
-----Original Message----- From: L.M.J [mailto:linuxmasterjedi at free.fr] Sent: Saturday, April 26, 2008 11:53 AM To: hobbit at hswn.dk Subject: [hobbit] Hobbit Client Log Size
Hi!
The Hobbit client feed, at least on Unix/Linux, some log files in "~hobbit/client/log/" I would like to have feedbacks about the size of them. Are you using logrotate to keep them small or something else? Are they growing up enough to take care about them ?
Thanks by advance!
LMJ
Alright, thanks for the answer David!
participants (7)
-
Alun.Watson@fp.co.nz
-
Galen.Johnson@sas.com
-
haertig@avaya.com
-
jg2727@gmail.com
-
josh@imaginenetworksllc.com
-
linuxmasterjedi@free.fr
-
pdb4018@bjc.org