cvs commit: ports/net-mgmt Makefile
 ports/net-mgmt/zenpack-interfacegraphs
 Makefile distinfo pkg-descr pkg-plist
 ports/net-mgmt/zenpack-interfacegraphs/files pkg-deinstall.in pkg-message.in
    Chris Rees 
    crees at FreeBSD.org
       
    Thu Oct 27 14:36:31 UTC 2011
    
    
  
crees       2011-10-27 14:36:31 UTC
  FreeBSD ports repository
  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/zenpack-interfacegraphs Makefile distinfo pkg-descr 
                                     pkg-plist 
    net-mgmt/zenpack-interfacegraphs/files pkg-deinstall.in 
                                           pkg-message.in 
  Log:
  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 at experts-exchange.com>
  
  Revision  Changes    Path
  1.264     +1 -0      ports/net-mgmt/Makefile
  1.1       +21 -0     ports/net-mgmt/zenpack-interfacegraphs/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/zenpack-interfacegraphs/distinfo (new)
  1.1       +10 -0     ports/net-mgmt/zenpack-interfacegraphs/files/pkg-deinstall.in (new)
  1.1       +8 -0      ports/net-mgmt/zenpack-interfacegraphs/files/pkg-message.in (new)
  1.1       +18 -0     ports/net-mgmt/zenpack-interfacegraphs/pkg-descr (new)
  1.1       +2 -0      ports/net-mgmt/zenpack-interfacegraphs/pkg-plist (new)
    
    
More information about the cvs-all
mailing list