vmstat graph
list Nicolas Dorfsman
Hi, I'd want to have vmstat4 and vmstat9 definitions in hobbitgraph.cfg being used to put their graphs in trend column. I've put them in the GRAPHS variable...without success. Where's my mistake ? TIA Nicolas
list Chris Morris
You need an entry in bb-hosts file for each client or default that has "TRENDS:*,vmstat:vmstat4|vmstat9" See the bb-hosts man page Regards, Chris
▸
-----Original Message----- From: Nicolas Dorfsman [SMTP:user-0b8cdfcc881d@xymon.invalid] Sent: Thursday, June 22, 2006 9:36 AM To: user-ae9b8668bcde@xymon.invalid Subject: [hobbit] vmstat graph Hi, I'd want to have vmstat4 and vmstat9 definitions in hobbitgraph.cfg being used to put their graphs in trend column. I've put them in the GRAPHS variable...without success. Where's my mistake ? TIA Nicolas
****************************************************************************
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited.
If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither RWE npower nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
*****************************************************************************
list Dominique Frise
▸
Nicolas Dorfsman wrote:
Hi,
I'd want to have vmstat4 and vmstat9 definitions in hobbitgraph.cfg being used to put their graphs in trend column.
I've put them in the GRAPHS variable...without success.
Where's my mistake ?
TIA
Nicolas
As far as I know you cannot set multiple vmstat graphs as default for all your hosts. You can adjust this individually though by setting TRENDS in bb-hosts for the hosts you want your graphs. Example: x.x.x.x hostname # TRENDS:*,vmstat:vmstat4|vmstat9 Dominique UNIL - University of Lausanne
list Nicolas Dorfsman
▸
Le 22 juin 06 à 10:43, Morris, Chris (Shared Services) a écrit :
You need an entry in bb-hosts file for each client or default that has "TRENDS:*,vmstat:vmstat4|vmstat9" See the bb-hosts man page
Thanks a lot. It works on netstat and apache...but doesn't seem to work on vmstat....
list Nicolas Dorfsman
▸
Le 22 juin 06 à 12:00, Nicolas Dorfsman a écrit :
Le 22 juin 06 à 10:43, Morris, Chris (Shared Services) a écrit :You need an entry in bb-hosts file for each client or default that has "TRENDS:*,vmstat:vmstat4|vmstat9" See the bb-hosts man pageThanks a lot. It works on netstat and apache...but doesn't seem to work on vmstat....
It definitively doesn't work on vmstat . Could anyone try and confirm ? TIA Nicolas
list Henrik Størner
▸
On Fri, Jun 23, 2006 at 10:48:47PM +0200, Nicolas Dorfsman wrote:
Le 22 juin 06 à 12:00, Nicolas Dorfsman a écrit :Le 22 juin 06 à 10:43, Morris, Chris (Shared Services) a écrit :You need an entry in bb-hosts file for each client or default that has "TRENDS:*,vmstat:vmstat4|vmstat9" See the bb-hosts man pageIt works on netstat and apache...but doesn't seem to work on vmstat....It definitively doesn't work on vmstat .
What kind of host is this for ? Several of the vmstat graphs are quite OS-specific, most of them only works for Solaris hosts. Regards, Henrik
list Nicolas Dorfsman
▸
Le 26 juin 06 à 17:23, Henrik Stoerner a écrit :
On Fri, Jun 23, 2006 at 10:48:47PM +0200, Nicolas Dorfsman wrote:Le 22 juin 06 à 12:00, Nicolas Dorfsman a écrit :Le 22 juin 06 à 10:43, Morris, Chris (Shared Services) a écrit :You need an entry in bb-hosts file for each client or default that has "TRENDS:*,vmstat:vmstat4|vmstat9" See the bb-hosts man pageIt works on netstat and apache...but doesn't seem to work on vmstat....It definitively doesn't work on vmstat .What kind of host is this for ? Several of the vmstat graphs are quite OS-specific, most of them only works for Solaris hosts.
I've got Solaris and AIX hosts. rrd files seem good. But no graphson
trends page....
Nicolas
list Henrik Størner
▸
On Mon, Jun 26, 2006 at 06:12:06PM +0200, Nicolas Dorfsman wrote:
I've got Solaris and AIX hosts. rrd files seem good. But no graphson trends page....
Try removing any TRENDS settings for these hosts. If the rrd files exist in the ~hobbit/data/rrd/HOSTNAME/vmstat.rrd, you should get a vmstat graph on the "trends" page. But if you've configured some vmstat graphs that do not exist for these hosts (due to missing data for this particular OS), then you won't get the graph. Henrik
list Nicolas Dorfsman
▸
Le 27 juin 06 à 16:06, Henrik Stoerner a écrit :
On Mon, Jun 26, 2006 at 06:12:06PM +0200, Nicolas Dorfsman wrote:I've got Solaris and AIX hosts. rrd files seem good. But no graphson trends page....Try removing any TRENDS settings for these hosts. If the rrd files exist in the ~hobbit/data/rrd/HOSTNAME/vmstat.rrd, you should get a vmstat graph on the "trends" page. But if you've configured some vmstat graphs that do not exist for these hosts (due to missing data for this particular OS), then you won't get the graph.
Thanks ! I'm stupid. I had removed vmstat from GRAPH variable on hobbitserver.cfg Works now.