How to create a graph from a personnal extension
list L.M.J
Hello once again ;)
I'm making a custom script on my hobbit server. It will measure the time-response of an application. The
script will return a RED or YELLOW status in the request time in under a define trigger. But is there a way
to graph that on Hobbit like it's done for "CONN" or so ?
Thanks by advance for any information or links for a tut!
CU
list Galen Johnson
Depending on how you are feeding your data back, you could just use the builtin NCV functionality. =G=
▸
-----Original Message-----
From: L.M.J [mailto:user-78bb6d5d9024@xymon.invalid]
Sent: Wednesday, December 05, 2007 12:19 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] How to create a graph from a personnal extension
Hello once again ;)
I'm making a custom script on my hobbit server. It will measure the
time-response of an application. The script will return a RED or YELLOW
status in the request time in under a define trigger. But is there a
way to graph that on Hobbit like it's done for "CONN" or so ?
Thanks by advance for any information or links for a tut!
CU
list Greg L Hubbard
Look at your Hobbit page, under Help --> Custom graphs for a (terse) discussion of one way to make this work. There are several parts to your question: A) How do I make a custom test? B) How do I make a custom test report status? C) How do I capture data from my custom test and put it in RRD? D) How do I graph custom RRD data? E) How do I get my custom graph to appear in my custom status page? My advice is to "grow" you custom test by implementing each of the above items one by one, in the order shown. All of this is covered in the Hobbit man pages or other documentation. GLH
▸
-----Original Message-----
From: L.M.J [mailto:user-78bb6d5d9024@xymon.invalid]
Sent: Wednesday, December 05, 2007 11:19 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] How to create a graph from a personnal extension
Hello once again ;)
I'm making a custom script on my hobbit server. It will measure the
time-response of an application. The script will return a RED or YELLOW
status in the request time in under a define trigger. But is there a
way to graph that on Hobbit like it's done for "CONN" or so ?
Thanks by advance for any information or links for a tut!
CU
list L.M.J
Le Wed, 5 Dec 2007 12:28:03 -0600,
▸
"Hubbard, Greg L" <user-d970b5e56ec9@xymon.invalid> a écrit :
Look at your Hobbit page, under Help --> Custom graphs for a (terse) discussion of one way to make this work. There are several parts to your question: A) How do I make a custom test? B) How do I make a custom test report status? C) How do I capture data from my custom test and put it in RRD? D) How do I graph custom RRD data? E) How do I get my custom graph to appear in my custom status page? My advice is to "grow" you custom test by implementing each of the above items one by one, in the order shown. All of this is covered in the Hobbit man pages or other documentation. GLH-----Original Message----- From: L.M.J [mailto:user-78bb6d5d9024@xymon.invalid] I'm making a custom script on my hobbit server. It will measure the time-response of an application. The script will return a RED or YELLOW status in the request time in under a define trigger. But is there a way to graph that on Hobbit like it's done for "CONN" or so ?
Great one, thanks you very much, I will investigate in that way!
list Galen Johnson
Depending on how ambitious you are, you may want to check out http://www.trantor.org/theshire/doku.php/tutorials:customgraph as well...I need to update the NCV page with actual instructions, so if you go that route and want to take some notes...pass them my way.
▸
=G=
-----Original Message-----
From: L.M.J [mailto:user-78bb6d5d9024@xymon.invalid] Sent: Wednesday, December 05, 2007 4:23 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] How to create a graph from a personnal extension
Le Wed, 5 Dec 2007 12:28:03 -0600,
"Hubbard, Greg L" <user-d970b5e56ec9@xymon.invalid> a écrit :
Look at your Hobbit page, under Help --> Custom graphs for a (terse) discussion of one way to make this work. There are several parts to your question: A) How do I make a custom test? B) How do I make a custom test report status? C) How do I capture data from my custom test and put it in RRD? D) How do I graph custom RRD data? E) How do I get my custom graph to appear in my custom status page? My advice is to "grow" you custom test by implementing each of the above items one by one, in the order shown. All of this is covered in the Hobbit man pages or other documentation. GLH-----Original Message----- From: L.M.J [mailto:user-78bb6d5d9024@xymon.invalid] I'm making a custom script on my hobbit server. It will measure the time-response of an application. The script will return a RED or YELLOW status in the request time in under a define trigger. But is there a way to graph that on Hobbit like it's done for "CONN" or so ?
Great one, thanks you very much, I will investigate in that way!