Xymon Mailing List Archive search

One trend page for more than one host

4 messages in this thread

list Steve Brown · Fri, 5 Dec 2014 15:19:41 +0000 ·
Hi,
Is there a way to show the trends for more than one host on one page?

I have 2 Linux hosts that support 1 application. I'd like to be able to view the cpu (for example) for both of them together on one page.
The trends column for each host shows all of the graphs for that host, I would like to be able to view these 2 at the same time without having to flip between browser tabs.

Thanks
Steve
list Galen Johnson · Fri, 5 Dec 2014 17:39:22 +0000 ·
It may not be exactly what you're looking for but have you looked at the "Metrics Report" under the "Reports" dropdown?


=G=
quoted from Steve Brown


From: Xymon <xymon-bounces at xymon.com> on behalf of Steve Brown <user-a23886790dfc@xymon.invalid>
Sent: Friday, December 5, 2014 10:19 AM
To: xymon at xymon.com
Subject: [Xymon] One trend page for more than one host

Hi,
Is there a way to show the trends for more than one host on one page?

I have 2 Linux hosts that support 1 application. I'd like to be able to view the cpu (for example) for both of them together on one page.
The trends column for each host shows all of the graphs for that host, I would like to be able to view these 2 at the same time without having to flip between browser tabs.

Thanks
Steve
list Vernon Everett · Mon, 8 Dec 2014 06:43:51 +0800 ·
Hi Steve

My solution to the same problem, was to craft my own web page.
The graphs all have their own URL, which you can insert into any web page.
Ours has no frills, just the graphs, because we use it to cut & paste into
management reports.
But there is nothing stopping you from generating the web pages to look the
same as a Xymon web page, and even including it in the menu.

Regards
Vernon
quoted from Steve Brown


On 5 December 2014 at 23:19, Steve Brown <user-a23886790dfc@xymon.invalid> wrote:
 Hi,

Is there a way to show the trends for more than one host on one page?


I have 2 Linux hosts that support 1 application. I’d like to be able to
view the cpu (for example) for both of them together on one page.

The trends column for each host shows all of the graphs for that host, I
would like to be able to view these 2 at the same time without having to
flip between browser tabs.


Thanks

Steve

-- 

"Accept the challenges so that you can feel the exhilaration of victory"
- General George Patton
list Jeremy Laidman · Tue, 9 Dec 2014 17:31:50 +1100 ·
On 8 December 2014 at 09:43, Vernon Everett <user-b3f8dacb72c8@xymon.invalid>
quoted from Vernon Everett
wrote:
My solution to the same problem, was to craft my own web page.
As a variation on this theme, in the past I've used a wiki to do this, so
that anyone can craft up their own custom web page, embedding only the
images they care about.  Requires no HTML skills.

As I've just discovered, you can even do this in a Word document, by
embedding an image by URL:

Insert -> Quick Parts -> IncludePicture -> (paste URL into FIlename field)
-> (tick "Data not stored with document") -> OK.

Or: Insert -> Picture -> (paste URL into Filename field) -> Insert and Link

The results are somehow different objects, but as far as the images go,
they behave the same.

To refresh the images in the document, select all (or the image you want to
refresh) and press F9. This could be run from a macro button.

This is a good format to send to a manager who doesn't want to wade through
dozens of different trends pages to find what's useful; or for instructions
for a change that requires pre- and post-change monitoring of the graphs.

J