Skip to content

Commit a811e5c

Browse files
Merge pull request #2 from Robin-Spruytte/master
Made bitrate calc tables volatile
2 parents 809f5ce + 349d83b commit a811e5c

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

protocol.xml

+21-8
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Any inquiries can be addressed to:
4747
<Protocol xmlns="http://www.skyline.be/protocol">
4848
<Name>Skyline Example SNMP Base</Name>
4949
<Description>Skyline Example - SNMP Base DataMiner connector</Description>
50-
<Version>1.0.0.6</Version>
50+
<Version>1.0.0.7</Version>
5151
<IntegrationID>DMS-DRV-9041</IntegrationID>
5252
<Provider>Skyline Communications</Provider>
5353
<Vendor>Skyline Example</Vendor>
@@ -535,11 +535,11 @@ This value should include the full name and version identification of the system
535535
<LengthType>next param</LengthType>
536536
</Interprete>
537537
</Param>
538-
<Param id="1000" trending="false">
538+
<Param id="1000">
539539
<Name>ifTable</Name>
540540
<Description>If Table</Description>
541541
<Type>array</Type>
542-
<ArrayOptions index="0">
542+
<ArrayOptions index="0" options=";volatile">
543543
<ColumnOption idx="0" pid="1001" type="snmp" options="" />
544544
<ColumnOption idx="1" pid="1002" type="snmp" options="" />
545545
<ColumnOption idx="2" pid="1003" type="snmp" options="" />
@@ -2653,11 +2653,11 @@ Currently only calculated for Ethernet interfaces.
26532653
<LengthType>next param</LengthType>
26542654
</Interprete>
26552655
</Param>
2656-
<Param id="1100" trending="false">
2656+
<Param id="1100">
26572657
<Name>ifXTable</Name>
26582658
<Description>If X Table</Description>
26592659
<Type>array</Type>
2660-
<ArrayOptions index="0">
2660+
<ArrayOptions index="0" options=";volatile">
26612661
<ColumnOption idx="0" pid="1101" type="snmp" options="" />
26622662
<ColumnOption idx="1" pid="1102" type="snmp" options="" />
26632663
<ColumnOption idx="2" pid="1103" type="snmp" options="" />
@@ -2676,7 +2676,7 @@ Currently only calculated for Ethernet interfaces.
26762676
<ColumnOption idx="15" pid="1116" type="snmp" options="" />
26772677
<ColumnOption idx="16" pid="1117" type="snmp" options="" />
26782678
<ColumnOption idx="17" pid="1118" type="snmp" options="" />
2679-
<ColumnOption idx="18" pid="1119" type="snmp" options=";save" />
2679+
<ColumnOption idx="18" pid="1119" type="snmp" options="" />
26802680
<ColumnOption idx="19" pid="1120" type="snmp" options="" />
26812681
<ColumnOption idx="20" pid="1121" type="retrieved" options="" />
26822682
<ColumnOption idx="21" pid="1122" type="retrieved" options="" />
@@ -6257,11 +6257,11 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
62576257
</Measurement>
62586258
</Param>
62596259

6260-
<Param id="1300" trending="false">
6260+
<Param id="1300">
62616261
<Name>dot3StatsTable</Name>
62626262
<Description>Ethernet Interfaces</Description>
62636263
<Type>array</Type>
6264-
<ArrayOptions index="0">
6264+
<ArrayOptions index="0" options=";volatile">
62656265
<ColumnOption idx="0" pid="1301" type="snmp" options="" />
62666266
<ColumnOption idx="1" pid="1302" type="snmp" options="" />
62676267
</ArrayOptions>
@@ -6847,6 +6847,19 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
68476847
<TaskId>253696</TaskId>
68486848
</References>
68496849
</MinorVersion>
6850+
<MinorVersion id="7" basedOn="1.0.0.6">
6851+
<Date>2025-02-13</Date>
6852+
<Provider>
6853+
<Author>RSP</Author>
6854+
<Company>Skyline Communications</Company>
6855+
</Provider>
6856+
<Changes>
6857+
<Change>Internal tables (ifTable, ifXTable and dot3StatsTable) are now volatile to reduce database footprint as storing keys on those hidden tables has no added value.</Change>
6858+
</Changes>
6859+
<References>
6860+
<TaskId>259569</TaskId>
6861+
</References>
6862+
</MinorVersion>
68506863
</MinorVersions>
68516864
</MajorVersion>
68526865
</MajorVersions>

0 commit comments

Comments
 (0)