On Oct 6, 2008, at 5:30 PM, beanfield wrote:
I'm trying to add a graphpoint to a multigraph report. Specifically, I would like an aggregate graph of the 5 min load average for all servers in a specific group. All of the devices in this group have the same Device template with the DataPoint "laLoadInt5" being collected.

For this Multi-graph report I defined a collection with one collection item....the group I want graphed. Then I created a Graph Definition called "Load Average". When I go to add the GraphPoint...the instructions state that autocomplete should know about all DataPoints. However, laLoadInt5 is not being shown by Autocomplete. I just manually put in "laLoadInt5" as the DataPoint. Then I created a Graph Group called Load Average and set the Collection to my group to graph and the Graph Definition called "Load Average". The Method was set to "All devices on single graph". When I try and display the graph it's blank.

I tried poking around in some of the log files, but didn't come up with anything. Anyone have any ideas on troubleshooting this?

There's a known issue (linked below) that explains why laLoadInt5 isn't in the list. You can fix this by running the following as the zenoss user.

zenpatch 10352
zopectl restart

After doing this you'll see that the proper name for the data point to add it to the graph definition is "laLoadInt5_laLoadInt5".

Ticket #3752: Datapoint live search for multi-graph graph definitions is incomplete
http://dev.zenoss.org/trac/ticket/3752
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to