Hi,
Just wondering, has anyone a script/program/idea for a availability report in pdf?
The generated availibility report from the hobbit site is nice, but I need to have (at least my boss want it) a pdf report of some selected tests (pings and netwerk tests). He wants it in pdf so he can print it and take use it on the SLA follow-up meetings where stuff like availibility and helpdesk reponse times are evaluated. He was also concerned about maintenance windows. If an error occured during the maintance window, it should be flagged or reported separated.
A perfect report would be a pie chart or even simple numbers with colors per your / month / week of some selected tests. And this in a pdf that my boss (watch out, very important) can generate easily from the hobbit website.
I can script it myself (based on the pdf report generator discussed before), but I don't want to reinvent the whele.
Stef
From: "Stef Coene" <stef.coene at docum.org> Sent: Friday, November 14, 2008 5:26 AM To: <hobbit at hswn.dk> Subject: [hobbit] availibility report in pdf
Hi,
Just wondering, has anyone a script/program/idea for a availability report in pdf?
The generated availibility report from the hobbit site is nice, but I need to have (at least my boss want it) a pdf report of some selected tests (pings and netwerk tests). He wants it in pdf so he can print it and take use it on the SLA follow-up meetings where stuff like availibility and helpdesk reponse times are evaluated. He was also concerned about maintenance windows. If an error occured during the maintance window, it should be flagged or reported separated.
A perfect report would be a pie chart or even simple numbers with colors per your / month / week of some selected tests. And this in a pdf that my boss (watch out, very important) can generate easily from the hobbit website.
I can script it myself (based on the pdf report generator discussed before), but I don't want to reinvent the whele.
If we want to enhance the report formats, I like to suggest generating excel format with graph (not just csv). Not sure about php but perl has good excel modules can do this data conversion.
tj
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi Stef,
every boss wants that :)
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon... Best regards,
ThomaS
Stef Coene a écrit :
Hi,
Just wondering, has anyone a script/program/idea for a availability report in pdf?
The generated availibility report from the hobbit site is nice, but I need to have (at least my boss want it) a pdf report of some selected tests (pings and netwerk tests). He wants it in pdf so he can print it and take use it on the SLA follow-up meetings where stuff like availibility and helpdesk reponse times are evaluated. He was also concerned about maintenance windows. If an error occured during the maintance window, it should be flagged or reported separated.
A perfect report would be a pie chart or even simple numbers with colors per your / month / week of some selected tests. And this in a pdf that my boss (watch out, very important) can generate easily from the hobbit website.
I can script it myself (based on the pdf report generator discussed before), but I don't want to reinvent the whele.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
In <491D8A3C.1070909 at bluekiwi-software.com> =?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Regards, Henrik
Hi,
is it possible to generate such csv with the command-line ? I'm looking at "bbgen --reportopts" option but I'm not sure to understand everything ! If you can provide me some help here it would be great :) Sincerly,
ThomaS
Henrik Størner a écrit :
In <491D8A3C.1070909 at bluekiwi-software.com> =?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com> =?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with. Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
Yes, I get it !! Here is what I did :
"bbgen --reportopts=1226790000:1226962799:1:crit --csv=mycsv.csv"
and this generates a good csv file. Now, I can parse it the way I like. I just want to ask if this is a good way to use the bbgen command ? Best regards,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.
Sincerly,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Tuesday 18 November 2008, Thomas Séglard wrote:
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks. I think it's time I install the extra reporting scripts .....
Stef
Thomas,
Can you please share the php/pdf script to generate the pie chart from the availability report?
Thanks!
-- Brian Majeska
On Tue, Nov 18, 2008 at 9:55 AM, Thomas Séglard <tsg at bluekiwi-software.com> wrote:
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.
Sincerly,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
nm, found the link to them on sourceforge in another email...
http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/sandbox/modules/xymon-...
Thanks!
-- Brian Majeska
On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <brian at majeska.com> wrote:
Thomas,
Can you please share the php/pdf script to generate the pie chart from the availability report?
Thanks!
-- Brian Majeska
On Tue, Nov 18, 2008 at 9:55 AM, Thomas Séglard <tsg at bluekiwi-software.com> wrote:
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.
Sincerly,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi Brian,
I've made a newer version some days ago (1.1). But these 2 releases don't embed the availability pie chart ! I'm looking a way to upload the new version by myself on sourceforge, if possible. Because I don't want to disturb TJ each time I release a new version ! Then if you're really interested by this functionality I could send the new version to you directly. I need some "beta-testers" :)
Best regards,
ThomaS
Brian Majeska a écrit :
nm, found the link to them on sourceforge in another email...
http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/sandbox/modules/xymon-...
Thanks!
-- Brian Majeska
On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <brian at majeska.com> wrote:
Thomas,
Can you please share the php/pdf script to generate the pie chart from the availability report?
Thanks!
-- Brian Majeska
On Tue, Nov 18, 2008 at 9:55 AM, Thomas Séglard <tsg at bluekiwi-software.com> wrote:
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.
Sincerly,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-----Original Message----- From: Thomas Séglard [mailto:tsg at bluekiwi-software.com] Sent: Freitag, 21. November 2008 10:46 To: hobbit at hswn.dk Subject: Re: [hobbit] availibility report in pdf
Hi Brian,
I've made a newer version some days ago (1.1). But these 2 releases don't embed the availability pie chart ! I'm looking a way to upload the new version by myself on sourceforge, if possible. Because I don't want to disturb TJ each time I release a new version ! Then if you're really interested by this functionality I could send the new version to you directly. I need some "beta-testers" :)
Best regards,
ThomaS
Hi,
i would like to beta-test too...
-Johann
Date: Fri, 21 Nov 2008 10:45:35 +0100> From: tsg at bluekiwi-software.com> To: hobbit at hswn.dk> Subject: Re: [hobbit] availibility report in pdf> > Hi Brian,> > I've made a newer version some days ago (1.1). But these 2 releases > don't embed the availability pie chart !> I'm looking a way to upload the new version by myself on sourceforge, if > possible. Because I don't want to disturb TJ each time I release a new > version !
Alternative way is to publish it onto the shire.
http://www.trantor.org/theshire/doku.php/faq
tj
Then if you're really interested by this functionality I could send the > new version to you directly. I need some "beta-testers" :)> > Best regards,> > ThomaS> > > Brian Majeska a écrit :> > nm, found the link to them on sourceforge in another email...> >> > http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/sandbox/modules/xymon-pdf-1.0/> >> > Thanks!> >> > --> > Brian Majeska> >> >> >> > On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <brian at majeska.com> wrote:> > > >> Thomas,> >>> >> Can you please share the php/pdf script to generate the pie chart from> >> the availability report?> >>> >> Thanks!> >>> >> --> >> Brian Majeska> >>> >>> >>> >> On Tue, Nov 18, 2008 at 9:55 AM, Thomas Séglard> >> <tsg at bluekiwi-software.com> wrote:> >> > >>> Ok, I wrote some new lines to implement the availability page into php> >>> pdf reports. I put an example in this message. I can't attach the whole> >>> pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.> >>>> >>> Sincerly,> >>>> >>> ThomaS> >>>> >>> Stef Coene a écrit :> >>> > >>>> On Tuesday 18 November 2008, Henrik "Størner" wrote:> >>>>> >>>> > >>>>> In <491D8A3C.1070909 at bluekiwi-software.com>> >>>>> > >>>> =?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:> >>>>> >>>> > >>>>>> Indeed, I'm looking how to do such report... I don't know actually how> >>>>>> to generate and get figures out from the availability report. When I'll> >>>>>> got those informations, it would be easy to add them into the existing> >>>>>> pdf reports. In addition, you should even draw pie chart automatically !> >>>>>>> >>>>>> All I need to know is how to extract these figures from Xymon...> >>>>>>> >>>>>> > >>>>> Generate an availability report in CSV format. This has all the> >>>>> information in the web-reports, and should be fine as the basis> >>>>> for whatever Excel programming your PHB's can come up with.> >>>>>> >>>>> > >>>> Is it possible to do this from the command line ?> >>>>> >>>> I was thinking about generate the script from command line and process it> >>>> with perl to generate the report I need.> >>>>> >>>> Stef> >>>>> >>>> To unsubscribe from the hobbit list, send an e-mail to> >>>> hobbit-unsubscribe at hswn.dk> >>>>> >>>>> >>>>> >>>>> >>>> > >>>> >>>> >>> To unsubscribe from the hobbit list, send an e-mail to> >>> hobbit-unsubscribe at hswn.dk> >>>> >>>> >>> > >> > To unsubscribe from the hobbit list, send an e-mail to> > hobbit-unsubscribe at hswn.dk> >> >> >> > > > > To unsubscribe from the hobbit list, send an e-mail to> hobbit-unsubscribe at hswn.dk> >
Access your email online and on the go with Windows Live Hotmail. http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_access_...
Ok, I will publish it on the Shire. I'm going to create an account now ! Thanks.
ThomaS
T.J. Yang a écrit :
Date: Fri, 21 Nov 2008 10:45:35 +0100 From: tsg at bluekiwi-software.com To: hobbit at hswn.dk Subject: Re: [hobbit] availibility report in pdf
Hi Brian,
I've made a newer version some days ago (1.1). But these 2 releases don't embed the availability pie chart ! I'm looking a way to upload the new version by myself on sourceforge, if possible. Because I don't want to disturb TJ each time I release a new version !
Alternative way is to publish it onto the shire.
http://www.trantor.org/theshire/doku.php/faq
tj
Then if you're really interested by this functionality I could send the new version to you directly. I need some "beta-testers" :)
Best regards,
ThomaS
Brian Majeska a écrit :
nm, found the link to them on sourceforge in another email...
http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/sandbox/modules/xymon-...
Thanks!
-- Brian Majeska
On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska
<brian at majeska.com> wrote:
Thomas,
Can you please share the php/pdf script to generate the pie chart
from
the availability report?
Thanks!
-- Brian Majeska
On Tue, Nov 18, 2008 at 9:55 AM, Thomas Séglard <tsg at bluekiwi-software.com> wrote:
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.
Sincerly,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
> In <491D8A3C.1070909 at bluekiwi-software.com> > =?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
>> Indeed, I'm looking how to do such report... I don't know actually how >> to generate and get figures out from the availability report. When I'll >> got those informations, it would be easy to add them into the existing >> pdf reports. In addition, you should even draw pie chart automatically ! >> >> All I need to know is how to extract these figures from Xymon... >> >> > Generate an availability report in CSV format. This has all the > information in the web-reports, and should be fine as the basis > for whatever Excel programming your PHB's can come up with. > > Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Access your email online and on the go with Windows Live Hotmail. Sign up today. <http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_access_112008>
Thomas,
You may want to consider moving to The Shire...it's a bit more self service.
On a side note, once the name is changed to Xymonton, it will be living at a new hosting site...alongside Deadcat :-). I appreciate the offers to mirror the site.
=G=
-----Original Message----- From: Thomas Séglard [mailto:tsg at bluekiwi-software.com] Sent: Friday, November 21, 2008 4:46 AM To: hobbit at hswn.dk Subject: Re: [hobbit] availibility report in pdf
Hi Brian,
I've made a newer version some days ago (1.1). But these 2 releases don't embed the availability pie chart ! I'm looking a way to upload the new version by myself on sourceforge, if possible. Because I don't want to disturb TJ each time I release a new version ! Then if you're really interested by this functionality I could send the new version to you directly. I need some "beta-testers" :)
Best regards,
ThomaS
Brian Majeska a écrit :
nm, found the link to them on sourceforge in another email...
http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/sandbox/modules/xymon-...
Thanks!
-- Brian Majeska
On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <brian at majeska.com> wrote:
Thomas,
Can you please share the php/pdf script to generate the pie chart from the availability report?
Thanks!
-- Brian Majeska
On Tue, Nov 18, 2008 at 9:55 AM, Thomas Séglard <tsg at bluekiwi-software.com> wrote:
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.
Sincerly,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
Indeed, I'm looking how to do such report... I don't know actually how to generate and get figures out from the availability report. When I'll got those informations, it would be easy to add them into the existing pdf reports. In addition, you should even draw pie chart automatically !
All I need to know is how to extract these figures from Xymon...
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.
Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Thanks Galen,
I upped the archive to the Shire : http://www.trantor.org/theshire/doku.php/reports It will be really simpler for everybody, I think :) Feel free to test it and give feedback ! Cheers,
ThomaS
Galen Johnson a écrit :
Thomas,
You may want to consider moving to The Shire...it's a bit more self service.
On a side note, once the name is changed to Xymonton, it will be living at a new hosting site...alongside Deadcat :-). I appreciate the offers to mirror the site.
=G=
-----Original Message----- From: Thomas Séglard [mailto:tsg at bluekiwi-software.com] Sent: Friday, November 21, 2008 4:46 AM To: hobbit at hswn.dk Subject: Re: [hobbit] availibility report in pdf
Hi Brian,
I've made a newer version some days ago (1.1). But these 2 releases don't embed the availability pie chart ! I'm looking a way to upload the new version by myself on sourceforge, if possible. Because I don't want to disturb TJ each time I release a new version ! Then if you're really interested by this functionality I could send the new version to you directly. I need some "beta-testers" :)
Best regards,
ThomaS
Brian Majeska a écrit :
nm, found the link to them on sourceforge in another email...
http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/sandbox/modules/xymon-...
Thanks!
-- Brian Majeska
On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <brian at majeska.com> wrote:
Thomas,
Can you please share the php/pdf script to generate the pie chart from the availability report?
Thanks!
-- Brian Majeska
On Tue, Nov 18, 2008 at 9:55 AM, Thomas Séglard <tsg at bluekiwi-software.com> wrote:
Ok, I wrote some new lines to implement the availability page into php pdf reports. I put an example in this message. I can't attach the whole pdf file thus you'll find a png. Feel free to give some feedback ! Thanks.
Sincerly,
ThomaS
Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <491D8A3C.1070909 at bluekiwi-software.com>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <tsg at bluekiwi-software.com> writes:
> Indeed, I'm looking how to do such report... I don't know actually how > to generate and get figures out from the availability report. When I'll > got those informations, it would be easy to add them into the existing > pdf reports. In addition, you should even draw pie chart automatically ! > > All I need to know is how to extract these figures from Xymon... > >
>
Generate an availability report in CSV format. This has all the information in the web-reports, and should be fine as the basis for whatever Excel programming your PHB's can come up with.Is it possible to do this from the command line ?
I was thinking about generate the script from command line and process it with perl to generate the report I need.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On fös, 2008-11-14 at 12:26 +0100, Stef Coene wrote:
Hi,
Just wondering, has anyone a script/program/idea for a availability report in pdf?
Hi Stef, there are excellent conversion tools to convert from ps and eps documents into pdf or anything you like. Also the ps libraries are stable software contrary to the pdf software.
The presentation ( *odp *.ppt ) form would be preferred to the document form. This could all be solved by a Open Office plugin or a macro. The iterface would be the URI of the generated html report.
-- Kindest Regards, Anna Jonna Ármannsdóttir, %& A: Because people read from top to bottom. Unix System Aministration, Computing Services, %& Q: Why is top posting bad? University of Iceland.
participants (8)
-
annaj@hi.is
-
brian@majeska.com
-
Galen.Johnson@sas.com
-
henrik@hswn.dk
-
Johann.Eggers@teleatlas.com
-
stef.coene@docum.org
-
tj_yang@hotmail.com
-
tsg@bluekiwi-software.com