Bug 157197 - [new port] net-mgmt/zenpack-deviceAdvDetail: Provides additional hardware details for Zenoss
Summary: [new port] net-mgmt/zenpack-deviceAdvDetail: Provides additional hardware de...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 01:20 UTC by Jeffrey Leung
Modified: 2011-10-21 21:20 UTC (History)
0 users

See Also:


Attachments
file.shar (5.09 KB, text/plain)
2011-05-20 01:20 UTC, Jeffrey Leung
no flags Details
zenpack-deviceAdvDetail.shar (3.88 KB, text/plain)
2011-09-13 00:17 UTC, Anthony Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Leung 2011-05-20 01:20:10 UTC
Zenpacks extend the capabilities of Zenoss.  This port builds cleanly in Tinderbox.


This port depends on the following PR:
ports/156655

Fix: Patch attached with submission follows:
Comment 1 Chris Rees freebsd_committer freebsd_triage 2011-08-26 13:06:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-09-11 13:07:55 UTC
State Changed
From-To: open->feedback

Wait for patch to use bsd.zenoss.mk
Comment 3 Anthony Garcia 2011-09-13 00:17:44 UTC
Updated port Makefile to use new bsd.zenoss.mk file.

-- 
~Anthony Garcia
Comment 4 Chris Rees freebsd_committer freebsd_triage 2011-10-21 21:12:02 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-10-21 21:12:16 UTC
crees       2011-10-21 20:12:02 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/zenpack-deviceadvdetail Makefile distinfo pkg-descr 
                                     pkg-plist 
    net-mgmt/zenpack-deviceadvdetail/files pkg-deinstall.in 
                                           pkg-message.in 
  Log:
  This ZenPack is currently used by the HP ProLiant Monitor, Dell Monitor and ODBC
  Datasource (and many others) to display additional hardware details and could be
  used by other ZenPacks as well. Examples of details include:
  
  * dynamic deviceHardwareDetail tab (additional sections can be added
    or removed by any ZenPack)
  * dynamic deviceOsDetail tab
  * dynamic deviceSoftwareDetail tab
  * Number of CPU Cores
  * Memory Modules section
  * Logical Drives sections
  * status indication for all hardware components
  * It also make changes deviceOSDetail tab to show only monitored
    Network Interfaces
  
  WWW: http://community.zenoss.org/docs/DOC-3452
  
  PR:             ports/157197
  Submitted by:   Jeffrey Leung <zenoss@experts-exchange.com>, Anthony Garcia <agarcia@experts-exchange.com>
  
  Revision  Changes    Path
  1.263     +1 -0      ports/net-mgmt/Makefile
  1.1       +25 -0     ports/net-mgmt/zenpack-deviceadvdetail/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/zenpack-deviceadvdetail/distinfo (new)
  1.1       +10 -0     ports/net-mgmt/zenpack-deviceadvdetail/files/pkg-deinstall.in (new)
  1.1       +5 -0      ports/net-mgmt/zenpack-deviceadvdetail/files/pkg-message.in (new)
  1.1       +16 -0     ports/net-mgmt/zenpack-deviceadvdetail/pkg-descr (new)
  1.1       +2 -0      ports/net-mgmt/zenpack-deviceadvdetail/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Chris Rees freebsd_committer freebsd_triage 2011-10-21 21:12:47 UTC
State Changed
From-To: closed->open

Incorrect closing message...
Comment 7 Chris Rees freebsd_committer freebsd_triage 2011-10-21 21:12:56 UTC
State Changed
From-To: open->closed

New port added. Thanks!