From rltexas1@gmail.com Wed Jun 24 08:23:38 2026 From: rltexas1@gmail.com To: xymon@xymon.com Subject: [Xymon] Add url link to ext script Date: Tue, 17 Nov 2015 11:03:48 -0600 Message-ID: <30d4057c-54b2-490b-b792-9c25d5c2636c@Spark> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8100911380326459088==" --===============8100911380326459088== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Good morning I created a single service report page using an ext script. It is a one page = report based on another ext script that reports per host. But the requirement is to be able to click on a red icon and it link to the a= ctual issue. Is there a way to source xymon to give me the host for the service ? Then how= do I link it to an icon using the xymon&red tag. Thanks --===============8100911380326459088==-- From cleaver@terabithia.org Wed Jun 24 08:23:38 2026 From: cleaver@terabithia.org To: xymon@xymon.com Subject: [Xymon] Add url link to ext script Date: Tue, 17 Nov 2015 09:35:24 -0800 Message-ID: <1e0b219681459bf378c84232f66ccb83.squirrel@mail.kkytbs.net> In-Reply-To: <30d4057c-54b2-490b-b792-9c25d5c2636c@Spark> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8912893090656802043==" --===============8912893090656802043== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, November 17, 2015 9:03 am, Ricardo L. wrote: > Good morning > > I created a single service report page using an ext script. It is a one > page report based on another ext script that reports per host. > > But the requirement is to be able to click on a red icon and it link to > the actual issue. > > Is there a way to source xymon to give me the host for the service ? Then > how do I link it to an icon using the xymon&red tag. > > Thanks > If the second ext script is running in the same environment (or can be simulated as such by setting env variables), then you can basically construct the link by hand. You'll still want to use '&red' as a literal (the CGI actually converts that just when it displays), but you can put arbitrary HTML after it and use environment variables from xymonserver.cfg. Something like: echo "&red - Service 'wombat' was incorrect (See test results)" >> $YOUROUTPUTFILE HTH, -jc --===============8912893090656802043==--