Skip to content

Commit

Permalink
Merge pull request #1 from gtalton/master
Browse files Browse the repository at this point in the history
Fix to AIX zenpack to correct SWInstalledMap not loading and Software link not rendering
  • Loading branch information
Nick Yeates committed Dec 4, 2011
2 parents 8a9aa3a + a147ebf commit c921d43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ZenPacks/community/AIX/AIXBase.py
Expand Up @@ -41,6 +41,11 @@ def __init__(self, id, buildRelations=True):
, 'action' : 'aixdeviceOsDetail'
, 'permissions' : (ZEN_VIEW, )
},
{ 'id' : 'swdetail'
, 'name' : 'Software'
, 'action' : 'deviceSoftwareDetail'
, 'permissions' : (ZEN_VIEW, )
},
{ 'id' : 'hwdetail'
, 'name' : 'Hardware'
, 'action' : 'aixdeviceHardwareDetail'
Expand Down
Expand Up @@ -11,7 +11,7 @@
#
###########################################################################

from Products.DataCollector.CollectorPlugin import SnmpPlugin, GetTableMap
from Products.DataCollector.plugins.CollectorPlugin import SnmpPlugin, GetTableMap
from Products.DataCollector.plugins.DataMaps import MultiArgs

class AIXSWInstalledMap(SnmpPlugin):
Expand Down

0 comments on commit c921d43

Please sign in to comment.