forked from SkylineCommunications/Empower-CICD-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotocol.xml
151 lines (141 loc) · 3.47 KB
/
protocol.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0" encoding="utf-8" ?>
<Protocol xmlns="http://www.skyline.be/protocol">
<Name>Empower CICD 2024</Name>
<Description>Empower CICD 2024 DataMiner connector</Description>
<Version>1.0.0.1</Version>
<IntegrationID>DMS-DRV-0000</IntegrationID>
<Provider>Skyline Communications</Provider>
<Vendor>Skyline</Vendor>
<VendorOID>1.3.6.1.4.1.8813.2.0</VendorOID>
<DeviceOID>0</DeviceOID>
<ElementType>Empower</ElementType>
<Type relativeTimers="true">virtual</Type>
<Display defaultPage="General" pageOrder="General" wideColumnPages=""/>
<SNMP includepages="true">auto</SNMP>
<Compliancies>
<CassandraReady>true</CassandraReady>
<MinimumRequiredVersion>10.2.0.0 - 12603</MinimumRequiredVersion>
</Compliancies>
<Params>
<Param id="1" trending="false">
<Name>MyString</Name>
<Description>My String</Description>
<Type>read</Type>
<Information>
<Subtext>My String</Subtext>
</Information>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>0</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="2">
<Name>AfterStartup</Name>
<Description>After Startup</Description>
<Type>dummy</Type>
</Param>
</Params>
<QActions>
<QAction id="1" name="Precompiled Code" encoding="csharp" options="precompile" />
<QAction id="2" name="After Startup" encoding="csharp" triggers="2" />
</QActions>
<Groups>
<Group id="2">
<Name>After Startup</Name>
<Description>After Startup</Description>
<Type>poll action</Type>
<Content>
<Action>2</Action>
</Content>
</Group>
</Groups>
<Triggers>
<Trigger id="1">
<Name>After Startup</Name>
<On>protocol</On>
<Time>after startup</Time>
<Type>action</Type>
<Content>
<Id>1</Id>
</Content>
</Trigger>
</Triggers>
<Actions>
<Action id="1">
<Name>After Startup Group</Name>
<On id="2">group</On>
<Type>execute next</Type>
</Action>
<Action id="2">
<Name>After Startup QAction</Name>
<On id="2">parameter</On>
<Type>run actions</Type>
</Action>
</Actions>
<Timers>
<Timer id="1">
<Name>Fast Timer (10s)</Name>
<Time initial="true">10000</Time>
<Interval>75</Interval>
<Content>
</Content>
</Timer>
<Timer id="2">
<Name>Medium Timer (1m)</Name>
<Time initial="true" dataDisplay="30000">60000</Time>
<Interval>75</Interval>
<Content>
</Content>
</Timer>
<Timer id="3">
<Name>Slow Timer (1h)</Name>
<Time initial="true">3600000</Time>
<Interval>75</Interval>
<Content>
</Content>
</Timer>
</Timers>
<PortSettings>
</PortSettings>
<VersionHistory>
<Branches>
<Branch id="1">
<Comment>Main Branch</Comment>
<SystemVersions>
<SystemVersion id="0">
<MajorVersions>
<MajorVersion id="0">
<MinorVersions>
<MinorVersion id="1">
<Date>2024-06-03</Date>
<Provider>
<Author></Author>
<Company>Skyline Communications</Company>
</Provider>
<Changes>
<NewFeature>Initial version</NewFeature>
</Changes>
</MinorVersion>
</MinorVersions>
</MajorVersion>
</MajorVersions>
</SystemVersion>
</SystemVersions>
</Branch>
</Branches>
</VersionHistory>
</Protocol>