diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-10-27 14:36:31 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-10-27 14:36:31 +0000 |
commit | 2a3a105fae955b22a91c34316cebdce8a8c7ee8b (patch) | |
tree | 6f1f45a79069e079044a43aaffe51bbfd85f0dff /net-mgmt/Makefile | |
parent | - Update to 1.50 (diff) |
When troubleshooting network issues, it can be very useful to have all the
interface graphs for a device on the same screen. This helps with spotting
trends, or tracing where traffic is flowing through a switch or router. The
only way to natively achieve this with Zenoss is to create a graph or
multi-graph report for every network device manually, which can be a chore
if you have more than a few network devices.
This ZenPack provides a new link on the left side of a device detail view
called "Interface Graphs" - this view shows the graphs for all of the network
interfaces on the device in one place, allowing for fast spotting of issues
or traffic flows. Both the interface name and the description (if any) are
used to title the graphs to aid with identification.
Note that with stacked switches, you can end up with a very large number of
graphs on the page, so tuning this slightly via the configuration properties
below could be a good idea in these situations.
WWW: http://community.zenoss.org/docs/DOC-10226
PR: ports/157503
Submitted by: Zenoss <zenoss@experts-exchange.com>
Notes
Notes:
svn path=/head/; revision=284448
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 23381cb8610b..fb863fa6f6bf 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -299,5 +299,6 @@ SUBDIR += zenoss SUBDIR += zenpack-dellmon SUBDIR += zenpack-deviceadvdetail + SUBDIR += zenpack-interfacegraphs .include <bsd.port.subdir.mk> |