Xymon Mailing List Archive search

Graph per network interface / disable graphs

2 messages in this thread

list Giovanni - Gestor Redix · Fri, 25 May 2007 11:55:15 -0300 ·
Hi everyone,

    I need to create independent graphs for the network interfaces, seems to be very easy, just creating different "[graphs]" in hobbitgraphs.cgi, anyone have any other implementation ?

    Also, its possible to disable manually any graph per host ? Or just configure which graphs i want for a selected host ?

    Thank you all!

    Cheers


-- 
Giovanni M. Frainer
list Johann Eggers · Fri, 25 May 2007 17:18:08 +0200 ·
quoted from Giovanni - Gestor Redix
Hi everyone,

    I need to create independent graphs for the network interfaces,
seems to be very easy, just creating different "[graphs]" in
hobbitgraphs.cgi, anyone have any other implementation ?

    Also, its possible to disable manually any graph per host ? Or
just
configure which graphs i want for a selected host ?

    Thank you all!

    Cheers
You can define in the bb-hosts file which trends you don't want to see:

TRENDS:[*,][![graph,...]]

To exclude a certain graph, speficy it prefixed with '!'. E.g. to see
all graphs except users: "TRENDS:*,!users"

Johann