Xymon Mailing List Archive search

availibility report in pdf

18 messages in this thread

list Stef Coene · Fri, 14 Nov 2008 12:26:17 +0100 ·
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
list T.J. Yang · Fri, 14 Nov 2008 07:17:05 -0600 ·
quoted from Stef Coene

From: "Stef Coene" <user-dbffe946c0f4@xymon.invalid>
Sent: Friday, November 14, 2008 5:26 AM
To: <user-ae9b8668bcde@xymon.invalid>
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

list Thomas Séglard · Fri, 14 Nov 2008 15:25:00 +0100 ·
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
quoted from Stef Coene


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

list Anna Jonna Armannsdottir · Fri, 14 Nov 2008 15:33:46 +0000 ·
quoted from Stef Coene
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.
list Henrik Størner · Tue, 18 Nov 2008 13:24:24 +0000 (UTC) ·
quoted from Thomas Séglard
In <user-7371abbe3778@xymon.invalid> =?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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
list Thomas Séglard · Tue, 18 Nov 2008 14:40:03 +0100 ·
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
quoted from Henrik Størner

Henrik Størner a écrit :
In <user-7371abbe3778@xymon.invalid> =?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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

list Stef Coene · Tue, 18 Nov 2008 14:47:03 +0100 ·
quoted from Thomas Séglard
On Tuesday 18 November 2008, Henrik "Størner" wrote:
In <user-7371abbe3778@xymon.invalid> 
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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
list Thomas Séglard · Tue, 18 Nov 2008 14:54:16 +0100 ·
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 ?
quoted from Stef Coene
Best regards,

ThomaS

Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
  
In <user-7371abbe3778@xymon.invalid> 
    
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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

list Thomas Séglard · Tue, 18 Nov 2008 18:55:18 +0100 ·
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,
quoted from Thomas Séglard

ThomaS

Stef Coene a écrit :
On Tuesday 18 November 2008, Henrik "Størner" wrote:
  
In <user-7371abbe3778@xymon.invalid> 
    
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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

Attachments (1)
list Stef Coene · Tue, 18 Nov 2008 19:57:52 +0100 ·
quoted from Thomas Séglard
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
list Brian Majeska · Thu, 20 Nov 2008 23:07:12 -0800 ·
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
quoted from Thomas Séglard
<user-358ce494902e@xymon.invalid> 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 <user-7371abbe3778@xymon.invalid>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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

list Brian Majeska · Thu, 20 Nov 2008 23:18:43 -0800 ·
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
quoted from Brian Majeska


On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <user-9d2a2209229f@xymon.invalid> 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
<user-358ce494902e@xymon.invalid> 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 <user-7371abbe3778@xymon.invalid>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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

list Thomas Séglard · Fri, 21 Nov 2008 10:45:35 +0100 ·
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
quoted from Brian Majeska


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 <user-9d2a2209229f@xymon.invalid> 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
<user-358ce494902e@xymon.invalid> 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 <user-7371abbe3778@xymon.invalid>
          
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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

list Johann Eggers · Fri, 21 Nov 2008 13:11:55 +0100 ·
quoted from Thomas Séglard
-----Original Message-----
From: Thomas Séglard [mailto:user-358ce494902e@xymon.invalid]
Sent: Freitag, 21. November 2008 10:46
To: user-ae9b8668bcde@xymon.invalid
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
list T.J. Yang · Fri, 21 Nov 2008 08:07:39 -0600 ·
Date: Fri, 21 Nov 2008 10:45:35 +0100> From: user-358ce494902e@xymon.invalid> To: user-ae9b8668bcde@xymon.invalid> 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 <user-9d2a2209229f@xymon.invalid> 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> >> <user-358ce494902e@xymon.invalid> 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 <user-7371abbe3778@xymon.invalid>> >>>>> > >>>> =?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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> >>>>> >>>>  >>>>> >>>>> >>>>> >>>>> >>>> > >>>> >>>> >>>  >>>> >>>> >>> > >> >  >> >> >> > > > >  > 
Access your email online and on the go with Windows Live Hotmail.
http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_access_112008
list Thomas Séglard · Fri, 21 Nov 2008 15:13:57 +0100 ·
Ok, I will publish it on the Shire. I'm going to create an account now !
Thanks.

ThomaS
quoted from T.J. Yang

T.J. Yang a écrit :
Date: Fri, 21 Nov 2008 10:45:35 +0100
From: user-358ce494902e@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
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 <user-9d2a2209229f@xymon.invalid> 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
<user-358ce494902e@xymon.invalid> 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 <user-7371abbe3778@xymon.invalid>
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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
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>;
list Galen Johnson · Fri, 21 Nov 2008 09:47:25 -0500 ·
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=
quoted from Thomas Séglard

-----Original Message-----
From: Thomas Séglard [mailto:user-358ce494902e@xymon.invalid] 
Sent: Friday, November 21, 2008 4:46 AM
To: user-ae9b8668bcde@xymon.invalid
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-pdf-1.0/

Thanks!

--
Brian Majeska


On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <user-9d2a2209229f@xymon.invalid> 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
<user-358ce494902e@xymon.invalid> 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 <user-7371abbe3778@xymon.invalid>
          
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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

list Thomas Séglard · Fri, 21 Nov 2008 15:55:20 +0100 ·
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
quoted from Galen Johnson

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:user-358ce494902e@xymon.invalid] 
Sent: Friday, November 21, 2008 4:46 AM
To: user-ae9b8668bcde@xymon.invalid
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-pdf-1.0/

Thanks!

--
Brian Majeska


On Thu, Nov 20, 2008 at 11:07 PM, Brian Majeska <user-9d2a2209229f@xymon.invalid> 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
<user-358ce494902e@xymon.invalid> 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 <user-7371abbe3778@xymon.invalid>
          
            
=?ISO-8859-1?Q?Thomas_S=E9glard?= <user-358ce494902e@xymon.invalid> 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