[hobbit] Re: Integrate rrd files into hobbit
Hi,
First thanks for your reply I really appreciate your help. I did as you suggested but still no luck. Thinking maybe the rrd file is in wrong place or I have to include the full path to that file in the graph config file?
Igor
On Tue, Sep 30, 2008 at 8:23 PM, Detlef Stracke <Detlef.Stracke at mobilcom.de>wrote:
I had the same Problem. I changed the "DEF:... AVERAGE..." in "DEF:... MAX ...". And now it works fine. Every 24 Hours my rrd get a update.
*Von:* Igor Cicimov [mailto:icicimov at gmail.com] *Gesendet:* Dienstag, 30. September 2008 10:48 *An:* hobbit at hswn.dk *Betreff:* [hobbit] Re: Integrate rrd files into hobbit
Hi,
Since I haven't receive any response to the previous e-mail I'm including some more details here. This is what I have done till now but can't get any graph output from hobbit:
I have edited the following 3 files:
- *hobbitgraph.cfg* - tell hobbit how to create the graph from the rrd file
[wlpub11] TITLE EPUB92: Threads ebspap11 YAXIS Number DEF:execute=etech_thread81cmspServer11_cms.rrd:execute:AVERAGE LINE1.5:execute#FF0000:execute\\g
GPRINT:execute:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:execute:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:execute:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:execute:AVERAGE:%2.0lf\\l
DEF:idle=etech_thread81cmspServer11_cms.rrd:idle:AVERAGE LINE1.5:idle#0000FF:idle\\g
GPRINT:idle:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:idle:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:idle:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:idle:AVERAGE:%2.0lf\\l
DEF:hogging=etech_thread81cmspServer11_cms.rrd:hogging:AVERAGE LINE1.5:hogging#3FFF00:hogging\\g
GPRINT:hogging:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:hogging:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:hogging:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:hogging:AVERAGE:%2.0lf
- *hobbitserver.cfg* - tell hobbit to include the new graph for processing => add the new graph name to the GRAPHS line
GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,tcp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,clock,lines,wlpub11"
- *bb-hosts* - add the new graph to the "trends" column for the apropriate host
#subparent SWIF-Public Weblogic Weblogic servers group-compress <font size="+1">Weblogic servers</font> 10.156.202.10 Weblogic8.1-ebspap11 # conn HIDEHTTP ebspap11-mgt.three.com.au:7011 TRENDS:*,wlpub11
So the idea is to get hobbit create the graph and put it under the trends column for the particular server but it seams it doesn't do anything since I can't see any graph or error messages in the log file. I have put the etech_thread81cmspServer11_cms.rrd file into /var/lib/hobbit/rrd/Weblogic8.1-ebspap11 folder. Just wondering if I'm missing something or just want to accomplish the impossible?
Igor
On Sat, Sep 27, 2008 at 1:08 AM, Igor Cicimov <icicimov at gmail.com> wrote:
Hi all,
I was reading some posts about integrating external custom scripts into hobbit and was wondering is it possible to link existing rrd database files created by some other application and use hobbit for charting? If possible, what files do I need to eddit to make this work? The rrd file is created using rrdtool so another question would be about compatibility of the rrd file with the way the rrd files are being created in hobbit.
Thanks in advance for any help.
Igor
Hi,
do You see a Link under TRENDS like "hobbit graph wlpub11" ? Your steps to graph the rrd staff are correct. I did the same steps.
My steps to create the rrd-Database are:
if ( not -f $RRD ) {
RRDs::create($RRD, "-s 86400",
"DS:sms:GAUGE:172800:0:U", "DS:email:GAUGE:172800:0:U",
"DS:rmi:GAUGE:172800:0:U", "DS:ws:GAUGE:172800:0:U", "DS:gesamt:GAUGE:172800:0:U", "RRA:MAX:0.5:1:14", "RRA:MAX:0.5:1:60", "RRA:MAX:0.5:1:730"); }
Von: Igor Cicimov [mailto:icicimov at gmail.com] Gesendet: Donnerstag, 2. Oktober 2008 08:47 An: hobbit at hswn.dk Betreff: Re: [hobbit] Re: Integrate rrd files into hobbit
Hi,
First thanks for your reply I really appreciate your help. I did as you suggested but still no luck. Thinking maybe the rrd file is in wrong place or I have to include the full path to that file in the graph config file?
Igor
On Tue, Sep 30, 2008 at 8:23 PM, Detlef Stracke <Detlef.Stracke at mobilcom.de> wrote:
I had the same Problem. I changed the "DEF:... AVERAGE..." in
"DEF:... MAX ...". And now it works fine. Every 24 Hours my rrd get a update.
Von: Igor Cicimov [mailto:icicimov at gmail.com]
Gesendet: Dienstag, 30. September 2008 10:48
An: hobbit at hswn.dk
Betreff: [hobbit] Re: Integrate rrd files into hobbit
Hi,
Since I haven't receive any response to the previous e-mail I'm
including some more details here. This is what I have done till now but can't get any graph output from hobbit:
I have edited the following 3 files:
- hobbitgraph.cfg - tell hobbit how to create the graph from the
rrd file
[wlpub11]
TITLE EPUB92: Threads ebspap11
YAXIS Number
DEF:execute=etech_thread81cmspServer11_cms.rrd:execute:AVERAGE
LINE1.5:execute#FF0000:execute\\g
GPRINT:execute:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:execute:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:execute:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:execute:AVERAGE:%2.0lf\\l
DEF:idle=etech_thread81cmspServer11_cms.rrd:idle:AVERAGE
LINE1.5:idle#0000FF:idle\\g
GPRINT:idle:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:idle:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:idle:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:idle:AVERAGE:%2.0lf\\l \
DEF:hogging=etech_thread81cmspServer11_cms.rrd:hogging:AVERAGE
LINE1.5:hogging#3FFF00:hogging\\g
GPRINT:hogging:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:hogging:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:hogging:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:hogging:AVERAGE:%2.0lf
- hobbitserver.cfg - tell hobbit to include the new graph for
processing => add the new graph name to the GRAPHS line
GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,t cp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache, bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobb itd,clock,lines,wlpub11"
- bb-hosts - add the new graph to the "trends" column for the
apropriate host
#subparent SWIF-Public Weblogic Weblogic servers
group-compress <font size="+1">Weblogic servers</font>
10.156.202.10 Weblogic8.1-ebspap11 # conn HIDEHTTP
ebspap11-mgt.three.com.au:7011 TRENDS:*,wlpub11
So the idea is to get hobbit create the graph and put it under
the trends column for the particular server but it seams it doesn't do anything since I can't see any graph or error messages in the log file. I have put the etech_thread81cmspServer11_cms.rrd file into /var/lib/hobbit/rrd/Weblogic8.1-ebspap11 folder. Just wondering if I'm missing something or just want to accomplish the impossible?
Igor
On Sat, Sep 27, 2008 at 1:08 AM, Igor Cicimov
<icicimov at gmail.com> wrote:
Hi all,
I was reading some posts about integrating external
custom scripts into hobbit and was wondering is it possible to link existing rrd database files created by some other application and use hobbit for charting? If possible, what files do I need to eddit to make this work? The rrd file is created using rrdtool so another question would be about compatibility of the rrd file with the way the rrd files are being created in hobbit. Thanks in advance for any help. Igor
Hi Detlef,
No I don't see anything that's what confuses me. If something was wrong I would expect to see broken or empty graph or link or something under trends column but all looks like I haven't changed the config files at all.
Igor
On Thu, Oct 2, 2008 at 6:58 PM, Detlef Stracke <Detlef.Stracke at mobilcom.de>wrote:
Hi,
do You see a Link under TRENDS like "hobbit graph wlpub11" ? Your steps to graph the rrd staff are correct. I did the same steps.
My steps to create the rrd-Database are:
if ( not -f $RRD ) {
RRDs::create($RRD, "-s 86400", "DS:sms:GAUGE:172800:0:U", "DS:email:GAUGE:172800:0:U","DS:rmi:GAUGE:172800:0:U", "DS:ws:GAUGE:172800:0:U", "DS:gesamt:GAUGE:172800:0:U", "RRA:MAX:0.5:1:14", "RRA:MAX:0.5:1:60", "RRA:MAX:0.5:1:730"); }
*Von:* Igor Cicimov [mailto:icicimov at gmail.com] *Gesendet:* Donnerstag, 2. Oktober 2008 08:47 *An:* hobbit at hswn.dk *Betreff:* Re: [hobbit] Re: Integrate rrd files into hobbit
Hi,
First thanks for your reply I really appreciate your help. I did as you suggested but still no luck. Thinking maybe the rrd file is in wrong place or I have to include the full path to that file in the graph config file?
Igor
On Tue, Sep 30, 2008 at 8:23 PM, Detlef Stracke < Detlef.Stracke at mobilcom.de> wrote:
I had the same Problem. I changed the "DEF:... AVERAGE..." in "DEF:... MAX ...". And now it works fine. Every 24 Hours my rrd get a update.
*Von:* Igor Cicimov [mailto:icicimov at gmail.com] *Gesendet:* Dienstag, 30. September 2008 10:48 *An:* hobbit at hswn.dk *Betreff:* [hobbit] Re: Integrate rrd files into hobbit
Hi,
Since I haven't receive any response to the previous e-mail I'm including some more details here. This is what I have done till now but can't get any graph output from hobbit:
I have edited the following 3 files:
- *hobbitgraph.cfg* - tell hobbit how to create the graph from the rrd file
[wlpub11] TITLE EPUB92: Threads ebspap11 YAXIS Number DEF:execute=etech_thread81cmspServer11_cms.rrd:execute:AVERAGE LINE1.5:execute#FF0000:execute\\g
GPRINT:execute:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:execute:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:execute:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:execute:AVERAGE:%2.0lf\\l
DEF:idle=etech_thread81cmspServer11_cms.rrd:idle:AVERAGE LINE1.5:idle#0000FF:idle\\g
GPRINT:idle:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:idle:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:idle:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:idle:AVERAGE:%2.0lf\\l
DEF:hogging=etech_thread81cmspServer11_cms.rrd:hogging:AVERAGE LINE1.5:hogging#3FFF00:hogging\\g
GPRINT:hogging:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:hogging:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:hogging:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:hogging:AVERAGE:%2.0lf
- *hobbitserver.cfg* - tell hobbit to include the new graph for processing => add the new graph name to the GRAPHS line
GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,tcp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,clock,lines,wlpub11"
- *bb-hosts* - add the new graph to the "trends" column for the apropriate host
#subparent SWIF-Public Weblogic Weblogic servers group-compress <font size="+1">Weblogic servers</font> 10.156.202.10 Weblogic8.1-ebspap11 # conn HIDEHTTP ebspap11-mgt.three.com.au:7011 TRENDS:*,wlpub11
So the idea is to get hobbit create the graph and put it under the trends column for the particular server but it seams it doesn't do anything since I can't see any graph or error messages in the log file. I have put the etech_thread81cmspServer11_cms.rrd file into /var/lib/hobbit/rrd/Weblogic8.1-ebspap11 folder. Just wondering if I'm missing something or just want to accomplish the impossible?
Igor
On Sat, Sep 27, 2008 at 1:08 AM, Igor Cicimov <icicimov at gmail.com> wrote:
Hi all,
I was reading some posts about integrating external custom scripts into hobbit and was wondering is it possible to link existing rrd database files created by some other application and use hobbit for charting? If possible, what files do I need to eddit to make this work? The rrd file is created using rrdtool so another question would be about compatibility of the rrd file with the way the rrd files are being created in hobbit.
Thanks in advance for any help.
Igor
Forgot to mention that after editing the files I restarted the hobbit server with "/etc/init.d/hobbit restart" since it's running on Debian box.
On Fri, Oct 3, 2008 at 12:01 PM, Igor Cicimov <icicimov at gmail.com> wrote:
Hi Detlef,
No I don't see anything that's what confuses me. If something was wrong I would expect to see broken or empty graph or link or something under trends column but all looks like I haven't changed the config files at all.
Igor
On Thu, Oct 2, 2008 at 6:58 PM, Detlef Stracke <Detlef.Stracke at mobilcom.de
wrote:
Hi,
do You see a Link under TRENDS like "hobbit graph wlpub11" ? Your steps to graph the rrd staff are correct. I did the same steps.
My steps to create the rrd-Database are:
if ( not -f $RRD ) {
RRDs::create($RRD, "-s 86400", "DS:sms:GAUGE:172800:0:U", "DS:email:GAUGE:172800:0:U","DS:rmi:GAUGE:172800:0:U", "DS:ws:GAUGE:172800:0:U", "DS:gesamt:GAUGE:172800:0:U", "RRA:MAX:0.5:1:14", "RRA:MAX:0.5:1:60", "RRA:MAX:0.5:1:730"); }
*Von:* Igor Cicimov [mailto:icicimov at gmail.com] *Gesendet:* Donnerstag, 2. Oktober 2008 08:47 *An:* hobbit at hswn.dk *Betreff:* Re: [hobbit] Re: Integrate rrd files into hobbit
Hi,
First thanks for your reply I really appreciate your help. I did as you suggested but still no luck. Thinking maybe the rrd file is in wrong place or I have to include the full path to that file in the graph config file?
Igor
On Tue, Sep 30, 2008 at 8:23 PM, Detlef Stracke < Detlef.Stracke at mobilcom.de> wrote:
I had the same Problem. I changed the "DEF:... AVERAGE..." in "DEF:... MAX ...". And now it works fine. Every 24 Hours my rrd get a update.
*Von:* Igor Cicimov [mailto:icicimov at gmail.com] *Gesendet:* Dienstag, 30. September 2008 10:48 *An:* hobbit at hswn.dk *Betreff:* [hobbit] Re: Integrate rrd files into hobbit
Hi,
Since I haven't receive any response to the previous e-mail I'm including some more details here. This is what I have done till now but can't get any graph output from hobbit:
I have edited the following 3 files:
- *hobbitgraph.cfg* - tell hobbit how to create the graph from the rrd file
[wlpub11] TITLE EPUB92: Threads ebspap11 YAXIS Number DEF:execute=etech_thread81cmspServer11_cms.rrd:execute:AVERAGE LINE1.5:execute#FF0000:execute\\g
GPRINT:execute:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:execute:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:execute:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:execute:AVERAGE:%2.0lf\\l
DEF:idle=etech_thread81cmspServer11_cms.rrd:idle:AVERAGE LINE1.5:idle#0000FF:idle\\g
GPRINT:idle:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:idle:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:idle:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:idle:AVERAGE:%2.0lf\\l
DEF:hogging=etech_thread81cmspServer11_cms.rrd:hogging:AVERAGE LINE1.5:hogging#3FFF00:hogging\\g
GPRINT:hogging:LAST:\\:%2.0lf
COMMENT:min\\:\\g
GPRINT:hogging:MIN:%2.0lf
COMMENT:max\\:\\g
GPRINT:hogging:MAX:%2.0lf
COMMENT:average\\:\\g
GPRINT:hogging:AVERAGE:%2.0lf
- *hobbitserver.cfg* - tell hobbit to include the new graph for processing => add the new graph name to the GRAPHS line
GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,tcp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,clock,lines,wlpub11"
- *bb-hosts* - add the new graph to the "trends" column for the apropriate host
#subparent SWIF-Public Weblogic Weblogic servers group-compress <font size="+1">Weblogic servers</font> 10.156.202.10 Weblogic8.1-ebspap11 # conn HIDEHTTP ebspap11-mgt.three.com.au:7011 TRENDS:*,wlpub11
So the idea is to get hobbit create the graph and put it under the trends column for the particular server but it seams it doesn't do anything since I can't see any graph or error messages in the log file. I have put the etech_thread81cmspServer11_cms.rrd file into /var/lib/hobbit/rrd/Weblogic8.1-ebspap11 folder. Just wondering if I'm missing something or just want to accomplish the impossible?
Igor
On Sat, Sep 27, 2008 at 1:08 AM, Igor Cicimov <icicimov at gmail.com>wrote:
Hi all,
I was reading some posts about integrating external custom scripts into hobbit and was wondering is it possible to link existing rrd database files created by some other application and use hobbit for charting? If possible, what files do I need to eddit to make this work? The rrd file is created using rrdtool so another question would be about compatibility of the rrd file with the way the rrd files are being created in hobbit.
Thanks in advance for any help.
Igor
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I wrote my own first shell script for monitoring NAS devices in our network.
In thsi case, I made it possible to see the RAID arrays and harddisk levels in hobbit. Cause of the name of the test (disk), I now get a lot of "hobbit graph disk" messages under the data of the disks in hobbit. I think, it is because hobbit try to display the data at the graph field.
I don't need to see the graphs for this test, so is there a way to turn it complete off?
Thanks
Maik -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFI5eVUr4r+EhimPOURAmP1AKClGK75YXl9YO96l0rl1KZBiTGT5wCgr8ym 9PkgrMqDB1rsTSGCwXD4qJw= =pJTZ -----END PGP SIGNATURE-----
Hello
I put this in bb-hosts "213.181.102.219 mist.fjall.org # noconn ssh http://mist.fjall.org/".
But hobbit still seams to be pinging my host (that doesnt replay on icmp requests), did I misunderstand the docs?
Kv, Benedikt Kristinsson
Benni a écrit :
Hello
I put this in bb-hosts "213.181.102.219 mist.fjall.org # noconn ssh http://mist.fjall.org/".
But hobbit still seams to be pinging my host (that doesnt replay on icmp requests), did I misunderstand the docs?
don't you have another line with the same ip or dns name in your bb-hosts file ?
Kv, Benedikt Kristinsson
Nope. It seems like hobbit doesnt pick up any changes, if I edit something - the changes doesnt show up, UNLESS i change the hostname.
-----Original Message----- From: pkc_mls [mailto:pkc_mls at yahoo.fr] Sent: 3. október 2008 09:50 To: hobbit at hswn.dk Subject: Re: [hobbit] Problem with "noconn"
Benni a écrit :
Hello
I put this in bb-hosts "213.181.102.219 mist.fjall.org # noconn ssh http://mist.fjall.org/".
But hobbit still seams to be pinging my host (that doesnt replay on icmp requests), did I misunderstand the docs?
don't you have another line with the same ip or dns name in your bb-hosts file ?
Kv, Benedikt Kristinsson
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
In <48E5E555.3040309 at vegasystems.com> Heinelt Maik <maik at vegasystems.com> writes:
I wrote my own first shell script for monitoring NAS devices in our network.
In thsi case, I made it possible to see the RAID arrays and harddisk levels in hobbit. Cause of the name of the test (disk), I now get a lot of "hobbit graph disk" messages under the data of the disks in hobbit. I think, it is because hobbit try to display the data at the graph field.
I don't need to see the graphs for this test, so is there a way to turn it complete off?
Yes, call it something other than "disk".
Henrik
participants (6)
-
benni@tskoli.is
-
Detlef.Stracke@mobilcom.de
-
henrik@hswn.dk
-
icicimov@gmail.com
-
maik@vegasystems.com
-
pkc_mls@yahoo.fr