Xymon Mailing List Archive search

displaying external content within xymon ?

3 messages in this thread

list Randall Badilla · Fri, 9 Jan 2015 11:39:44 -0600 ·
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 · Fri, 09 Jan 2015 09:51:37 -0800 ·
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

quoted from Randall Badilla

=======================================


On 1/9/2015 9:39 AM, Randall Badilla wrote:
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.



Xymon@xymon.com

list Andrey Chervonets · Wed, 14 Jan 2015 10:17:53 +0200 ·
"Xymon" <xymon-bounces at xymon.com> wrote on 10.01.2015 13:00:01:
quoted from Kris Springer
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