displaying external content within xymon ?
list Randall Badilla
hi all: I wish you a very healthy and happy new year 2k15. My boss want to display external content within xymon. Let me explain; he want to be able to display weather information (related to our DC) and so on. for example our PDU have embeded webserver which show circuit charge, temp and so on. So I want to place a page called PDU or wthatever and click over an object and then see content of the webserver PDU. Put that info over header o footer webpage is a non-sense. So seems to be a kind of test but before mess up everything over our xymon server, whant to hear some feedback from you; masters? Can be this goal be done? Any suggestion about best aproach? Thanks in advanced and have a nice day! -- === Muy Próspero Año 2K15! ---- *Randall Edo. Badilla Castro.*
list Kris Springer
Create a custom html page with
iframes. Put your weather info in one frame and put the xymon
site in another frame. No special code necessary to edit xymon.
Thank you.
------------------------------------------------
Kris Springer
▸
=======================================
Thanks in advanced and have a nice day!Can be this goal be done? Any suggestion about best aproach?Put that info over header o footer webpage is a non-sense. So seems to be a kind of test but before mess up everything over our xymon server, whant to hear some feedback from you; masters?So I want to place a page called PDU or wthatever and click over an object and then see content of the webserver PDU.for example our PDU have embeded webserver which show circuit charge, temp and so on.weather information (related to our DC) and so on.My boss want to display external content within xymon. Let me explain; he want to be able to displayhi all:I wish you a very healthy and happy new year 2k15.
--
===
Muy Próspero Año 2K15!
----
Randall Edo. Badilla Castro.
Xymon@xymon.com
list Andrey Chervonets
"Xymon" <xymon-bounces at xymon.com> wrote on 10.01.2015 13:00:01:
▸
My boss want to display external content within xymon. Let me explain; he want to be able to display weather information (related to our DC) and so on.
...
Can be this goal be done? Any suggestion about best aproach?
You can put any content in Your custom test output. As well as HTML code
too.
I do it in the following way
# do check, etc. and collect all required content to display in one file
echo "<BR>My DC Report: " > ${TEST_DETAILS_FILE}
my_xymon_independent_script_to_show_info.sh >> ${TEST_DETAILS_FILE}
echo "<BR>-- enf of report --" >> ${TEST_DETAILS_FILE}
...
# do whatever else required
# SEND ALL TO BBDISPLAY with multiline arguments in ""
$BB $BBDISP "status $MACHINE.$TEST $COLOR `date`
`cat ${TEST_DETAILS_FILE} `
"
# EOF
Best regards,
Andrey Chervonets
SIA CoMinder
http://www.cominder.eu/
mobile: +XXX XXXXXXXX