Skip to content

Commit

Permalink
Raytalk 2.2
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@49 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
Matt Ray committed Dec 29, 2008
1 parent 27a6f96 commit 49b55cf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
71 changes: 35 additions & 36 deletions ZenPacks/AndreaConsadori/Raytalk/objects/objects.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<objects>
<!-- ('', 'zport', 'dmd', 'Devices', 'Network', 'WiFi', 'Bridge', 'rrdTemplates', 'Raytalk MHAN-Z') -->
<object id='/zport/dmd/Devices/Network/WiFi/Bridge/rrdTemplates/Raytalk MHAN-Z' module='Products.ZenModel.RRDTemplate' class='RRDTemplate'>
<!-- ('', 'zport', 'dmd', 'Devices', 'Network', 'rrdTemplates', 'Raytalk MHAN-Z') -->
<object id='/zport/dmd/Devices/Network/rrdTemplates/Raytalk MHAN-Z' module='Products.ZenModel.RRDTemplate' class='RRDTemplate'>
<tomanycont id='datasources'>
<object id='RX Dropped packets' module='Products.ZenModel.BasicDataSource' class='BasicDataSource'>
<property select_variable="sourcetypes" type="selection" id="sourcetype" mode="w" >
Expand Down Expand Up @@ -135,6 +135,39 @@ True
</object>
</tomanycont>
</object>
<object id='sysUpTime' module='Products.ZenModel.BasicDataSource' class='BasicDataSource'>
<property select_variable="sourcetypes" type="selection" id="sourcetype" mode="w" >
SNMP
</property>
<property type="boolean" id="enabled" mode="w" >
True
</property>
<property type="string" id="eventClass" mode="w" >
/Cmd/Fail
</property>
<property type="int" id="severity" mode="w" >
3
</property>
<property type="int" id="cycletime" mode="w" >
300
</property>
<property type="string" id="oid" mode="w" >
1.3.6.1.2.1.1.3.0
</property>
<property type="boolean" id="usessh" mode="w" >
False
</property>
<tomanycont id='datapoints'>
<object id='sysUpTime' module='Products.ZenModel.RRDDataPoint' class='RRDDataPoint'>
<property select_variable="rrdtypes" type="selection" id="rrdtype" mode="w" >
GAUGE
</property>
<property type="boolean" id="isrow" mode="w" >
True
</property>
</object>
</tomanycont>
</object>
</tomanycont>
<tomanycont id='graphDefs'>
<object id='Statistiche Bridge' module='Products.ZenModel.GraphDefinition' class='GraphDefinition'>
Expand Down Expand Up @@ -280,38 +313,4 @@ AVERAGE
</object>
</tomanycont>
</object>
<!-- ('', 'zport', 'dmd', 'Manufacturers', 'Raytalk', 'products', '4.1') -->
<object id='/zport/dmd/Manufacturers/Raytalk/products/4.1' module='Products.ZenModel.SoftwareClass' class='SoftwareClass'>
<property type="string" id="name" mode="w" >
4.1
</property>
<property type="lines" id="productKeys" mode="w" >
['4.1']
</property>
<property type="boolean" id="isOS" mode="w" >
False
</property>
<tomany id='instances'>
<link objid='/zport/dmd/Devices/Network/WiFi/Bridge/devices/Traliccio Nord - Metano (Home)/os'/>
<link objid='/zport/dmd/Devices/Network/WiFi/Bridge/devices/Master_Ghedi/os'/>
<link objid='/zport/dmd/Devices/Network/WiFi/Bridge/devices/Traliccio Metano - Nord (Home)/os'/>
</tomany>
</object>
<!-- ('', 'zport', 'dmd', 'Manufacturers', 'Raytalk', 'products', 'MHAN-Z Wireless Bridge(TM)') -->
<object id='/zport/dmd/Manufacturers/Raytalk/products/MHAN-Z Wireless Bridge(TM)' module='Products.ZenModel.HardwareClass' class='HardwareClass'>
<property type="string" id="name" mode="w" >
MHAN-Z Wireless Bridge(TM)
</property>
<property type="lines" id="productKeys" mode="w" >
['MHAN-Z Wireless Bridge(TM)']
</property>
<property type="boolean" id="isOS" mode="w" >
False
</property>
<tomany id='instances'>
<link objid='/zport/dmd/Devices/Network/WiFi/Bridge/devices/Traliccio Nord - Metano (Home)/hw'/>
<link objid='/zport/dmd/Devices/Network/WiFi/Bridge/devices/Master_Ghedi/hw'/>
<link objid='/zport/dmd/Devices/Network/WiFi/Bridge/devices/Traliccio Metano - Nord (Home)/hw'/>
</tomany>
</object>
</objects>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# These variables are overwritten by Zenoss when the ZenPack is exported
# or saved. Do not modify them directly here.
NAME = 'ZenPacks.AndreaConsadori.Raytalk'
VERSION = '2.0'
VERSION = '2.2'
AUTHOR = 'Andrea Consadori'
LICENSE = ''
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.AndreaConsadori']
Expand Down

0 comments on commit 49b55cf

Please sign in to comment.