how integrate xymonpdf into new xymon-menue
Hi !
I need an hint how to integrate the xymonpdf http://www.trantor.org/xymonton/doku.php/reports:xymonpdf
or other entries into the new xymon-menue .. ...
- Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) :
['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php']
didn't work ... because the menue_items.js is missing :-)
i've added an entry in xymonmenu.cfg
<a class="inner" href="$BBSERVERWWWURL/pdf/pdf.php">PDF Report</a>
but without success :-(
thanks & cheers
Martin
Hi Martin
Don't want to point out the silly stuff, but are you sure you aren't looking a t a simple typo. In your mail, you refer to the files as menu_items.js and menue_items.js interchangably.
Is that an email typo, or possibly the root of your problem?
Cheers Vernon
On Thu, Oct 28, 2010 at 5:07 AM, <martin.flemming at desy.de> wrote:
Hi !
I need an hint how to integrate the xymonpdf http://www.trantor.org/xymonton/doku.php/reports:xymonpdf
or other entries into the new xymon-menue .. ...
- Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in
'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) :
['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php']
didn't work ... because the menue_items.js is missing :-)
i've added an entry in xymonmenu.cfg
<a class="inner" href="$BBSERVERWWWURL/pdf/pdf.php">PDF Report</a>
but without success :-(
thanks & cheers
MartinTo unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
Hi, Vernon !
* Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) : ['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php']
was only the citation from http://www.trantor.org/xymonton/doku.php/reports:xymonpdf
but unfortunaley i didn't find menu_items.js in xymon-4.3.0-beta3 anymore
Or is there any big mistake in my Installation/Thinking ?
thanks & cheers
martin
On Thu, 28 Oct 2010, Vernon Everett wrote:
Hi Martin
Don't want to point out the silly stuff, but are you sure you aren't looking a t a simple typo. In your mail, you refer to the files as menu_items.js and menue_items.js interchangably.
Is that an email typo, or possibly the root of your problem?
Cheers Vernon
On Thu, Oct 28, 2010 at 5:07 AM, <martin.flemming at desy.de> wrote:
Hi ! I need an hint how to integrate the xymonpdf http://www.trantor.org/xymonton/doku.php/reports:xymonpdf or other entries into the new xymon-menue .. ... * Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) : ['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php'] didn't work ... because the menue_items.js is missing :-) i've added an entry in xymonmenu.cfg <a class="inner" href="$BBSERVERWWWURL/pdf/pdf.php">PDF Report</a> but without success :-( thanks & cheers Martin To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
Martin Flemming wrote:
Hi, Vernon !
* Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) : ['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php']was only the citation from http://www.trantor.org/xymonton/doku.php/reports:xymonpdf
but unfortunaley i didn't find menu_items.js in xymon-4.3.0-beta3 anymore
That's the old Tigra menu config.
Or is there any big mistake in my Installation/Thinking ?
The new menu configuration is in xymonmenu.cfg - the format looks pretty straightforward. Not sure why the invisible <span> elements are needed - maybe for some browsers, but not FF. I was able to duplicate the last two lines of the help menu and both displayed OK with a page refresh. Added in an item pointing to our IPAM under Admininstration and that works just fine.
It takes a page refresh cycle before the menu updates (look for the time stamp changing top right), but that is around 1 minute at worst.
David.
thanks & cheers
martin
On Thu, 28 Oct 2010, Vernon Everett wrote:
Hi Martin
Don't want to point out the silly stuff, but are you sure you aren't looking a t a simple typo. In your mail, you refer to the files as menu_items.js and menue_items.js interchangably.
Is that an email typo, or possibly the root of your problem?
Cheers Vernon
On Thu, Oct 28, 2010 at 5:07 AM, <martin.flemming at desy.de> wrote:
Hi ! I need an hint how to integrate the xymonpdf http://www.trantor.org/xymonton/doku.php/reports:xymonpdf or other entries into the new xymon-menue .. ... * Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) : ['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php'] didn't work ... because the menue_items.js is missing :-) i've added an entry in xymonmenu.cfg <a class="inner" href="$BBSERVERWWWURL/pdf/pdf.php">PDF Report</a> but without success :-( thanks & cheers Martin To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
-- David Baldwin - IT Unit Australian Sports Commission www.ausport.gov.au Tel 02 62147830 Fax 02 62141830 PO Box 176 Belconnen ACT 2616 david.baldwin at ausport.gov.au Leverrier Street Bruce ACT 2617
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
Yep, now it's working ... my fault :-(
thanks martin
On Thu, 28 Oct 2010, David Baldwin wrote:
Martin Flemming wrote:
Hi, Vernon !
* Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) : ['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php']was only the citation from http://www.trantor.org/xymonton/doku.php/reports:xymonpdf
but unfortunaley i didn't find menu_items.js in xymon-4.3.0-beta3 anymore
That's the old Tigra menu config.
Or is there any big mistake in my Installation/Thinking ?
The new menu configuration is in xymonmenu.cfg - the format looks pretty straightforward. Not sure why the invisible <span> elements are needed - maybe for some browsers, but not FF. I was able to duplicate the last two lines of the help menu and both displayed OK with a page refresh. Added in an item pointing to our IPAM under Admininstration and that works just fine.
It takes a page refresh cycle before the menu updates (look for the time stamp changing top right), but that is around 1 minute at worst.
David.
thanks & cheers
martin
On Thu, 28 Oct 2010, Vernon Everett wrote:
Hi Martin
Don't want to point out the silly stuff, but are you sure you aren't looking a t a simple typo. In your mail, you refer to the files as menu_items.js and menue_items.js interchangably.
Is that an email typo, or possibly the root of your problem?
Cheers Vernon
On Thu, Oct 28, 2010 at 5:07 AM, <martin.flemming at desy.de> wrote:
Hi ! I need an hint how to integrate the xymonpdf http://www.trantor.org/xymonton/doku.php/reports:xymonpdf or other entries into the new xymon-menue .. ... * Edit '$BBHOME/server/www/menu/menu_items.js' and add two lines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) : ['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php'] didn't work ... because the menue_items.js is missing :-) i've added an entry in xymonmenu.cfg <a class="inner" href="$BBSERVERWWWURL/pdf/pdf.php">PDF Report</a> but without success :-( thanks & cheers Martin To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com-- David Baldwin - IT Unit Australian Sports Commission www.ausport.gov.au Tel 02 62147830 Fax 02 62141830 PO Box 176 Belconnen ACT 2616 david.baldwin at ausport.gov.au Leverrier Street Bruce ACT 2617
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
Guess that would have been too easy. :-) Running 4.2.3 myself, so not sure I can help.
I defer to a greater autority. Henrik!? :-D
Cheers V
On Thu, Oct 28, 2010 at 12:06 PM, Martin Flemming <martin.flemming at desy.de>wrote:
Hi, Vernon !
* Edit '$BBHOME/server/www/menu/menu_items.js' and add twolines in 'Reports' section like those ones (I put myscripts into $BBHOME/server/www/pdf) :
['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php']was only the citation from http://www.trantor.org/xymonton/doku.php/reports:xymonpdf
but unfortunaley i didn't find menu_items.js in xymon-4.3.0-beta3 anymore
Or is there any big mistake in my Installation/Thinking ?
thanks & cheers
martinOn Thu, 28 Oct 2010, Vernon Everett wrote:
Hi Martin
Don't want to point out the silly stuff, but are you sure you aren't looking a t a simple typo. In your mail, you refer to the files as menu_items.js and menue_items.js interchangably.
Is that an email typo, or possibly the root of your problem?
Cheers Vernon
On Thu, Oct 28, 2010 at 5:07 AM, <martin.flemming at desy.de> wrote:
Hi ! I need an hint how to integrate the xymonpdf http://www.trantor.org/xymonton/doku.php/reports:xymonpdf or other entries into the new xymon-menue .. ... * Edit '$BBHOME/server/www/menu/menu_items.js' and add twolines in 'Reports' section like those ones (I put my scripts into $BBHOME/server/www/pdf) :
['Analysis PDF', '/xymon/pdf/analysis.php'], ['Reports PDF', '/xymon/pdf/pdf.php'] didn't work ... because the menue_items.js is missing :-) i've added an entry in xymonmenu.cfg <a class="inner" href="$BBSERVERWWWURL/pdf/pdf.php">PDF Report</a> but without success :-( thanks & cheers Martin To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.comTo unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
I am looking for a way to generate a monthly predefined pdf report. Is there anything like that part of Xymon, already, or maybe there is an extension available?
Thanks in advance
Maik .............................. .............................. ...... Heinelt Maik | Software Developer ????? ??? ????????2-2-22 ???? ??????? TEL: 0586-71-3903 <callto://0586-71-3903> FAX: 0586-71-4071 <callto://0586-71-4071> http://www.vegasystems.com Skype ID: daliose .............................. .............................. ...... DISCLAIMER: This information is confidential and is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, please disregard and destroy this email and its content. Thank you
On Mon, 12 Nov 2012, Maik Heinelt wrote:
I am looking for a way to generate a monthly predefined pdf report. Is there anything like that part of Xymon, already, or maybe there is an extension available?
Hi, Maik !
Maybe this one works for you
http://xymonton.org/reports:xymonpdf
cheers
Martin
Thanks for the quick reply! I think, I will give it a try.
Maik .............................. .............................. ...... Heinelt Maik | Software Developer ????? ??? ????????2-2-22 ???? ??????? TEL: 0586-71-3903 <callto://0586-71-3903> FAX: 0586-71-4071 <callto://0586-71-4071> http://www.vegasystems.com Skype ID: daliose .............................. .............................. ...... DISCLAIMER: This information is confidential and is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, please disregard and destroy this email and its content. Thank you On 2012/11/12 16:41, Martin Flemming wrote:
On Mon, 12 Nov 2012, Maik Heinelt wrote:
I am looking for a way to generate a monthly predefined pdf report. Is there anything like that part of Xymon, already, or maybe there is an extension available?
Hi, Maik !
Maybe this one works for you
http://xymonton.org/reports:xymonpdf
cheers
Martin
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Hi Maik,
Were you able to install xymonPDF script?
I am struggling with it. It just does not want to work for me.
Any help is greatly appreciated.
Many thanks
Oliver
----- Original Message -----
From: "Maik Heinelt" <maik at vegasystems.com> To: xymon at xymon.com Sent: Tuesday, 13 November, 2012 9:50:44 AM Subject: Re: [Xymon] PDF report generator for Xymon 4.2.3
Thanks for the quick reply! I think, I will give it a try.
Maik .............................. .............................. ...... Heinelt Maik | Software Developer ハイネルト マイク 愛知県一宮市富士2-2-22 株式会社 ベガシステムズ TEL: 0586-71-3903 FAX: 0586-71-4071 http://www.vegasystems.com Skype ID: daliose .............................. .............................. ...... DISCLAIMER: This information is confidential and is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, please disregard and destroy this email and its content. Thank you On 2012/11/12 16:41, Martin Flemming wrote:
On Mon, 12 Nov 2012, Maik Heinelt wrote:
<blockquote> I am looking for a way to generate a monthly predefined pdf report. Is there anything like that part of Xymon, already, or maybe there is an extension available?
Hi, Maik !
Maybe this one works for you
http://xymonton.org/reports:xymonpdf
cheers
Martin
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
</blockquote>
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
participants (5)
-
david.baldwin@ausport.gov.au
-
everett.vernon@gmail.com
-
maik@vegasystems.com
-
martin.flemming@desy.de
-
oliver@mrmail.com