Xymon Mailing List Archive search

Send apache /server-status page to server via client.

list Deepak Deore
Fri, 1 Nov 2013 17:07:36 +0530
Message-Id: <CABpN7iTOyFrjnUC-yGOXaryV=user-ec7ddb06bc54@xymon.invalid>

Oops, my mistake, bar should be comma here, After these changes, i can see
no duplicate graphs.
Thanks for the reply.


On Fri, Nov 1, 2013 at 4:36 AM, Jeremy Laidman <user-71895fb2e44c@xymon.invalid>wrote:
On 31 October 2013 18:10, deepak deore <user-7b03b2a1ee70@xymon.invalid> wrote:
One problem coming is the graphs are coming 2 times under trends. However
they are getting updated, I tried : -

1. Remove apache.rrd, waited for some time and checked after the rrd is
generated, still 2 graphs for each stats i.e. apache utilizaition, aapche
workers, apache cpu utilization, apache requests/ Second.
You shouldn't need to delete the rrd file.

 2. Removed "|apache:apache|apache1|apache2|apache3" from hosts.cfg
which shows only one graph of apache utilizaition.
Is the first bar (ie "|") supposed to be a comma?  Like so:

",apache:apache|apache1|apache2|apache3"

I'm assuming this is in your TRENDS definiton for the host.

I don't know what the default would be (when you don't specify), but I
would have guessed it would be to only include the [apache] graph
definition.  To list more than one graph, you add
",apache:apache|apache1|apache2|apache3" as you described.  So by removing
that, I would expect the trends page to only show the one graph: [apache].
 (And do so without having to delete the apache.rrd file.)

You might want to change your TRENDS definition in hosts.cfg to include
one fewer graphs, instead of removing the definition altogether, something
like:

",apache:apache|apache1"

Then reload the trends page and see if you only get two apache graphs.

J