@lansweeper/discovery-sensor-proto 2.81.0 → 2.81.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.81.
|
|
4
|
+
"version": "2.81.2",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "977586b590e7018092310c8a24a46164d054b381"
|
|
20
20
|
}
|
|
@@ -12,6 +12,7 @@ import "google/protobuf/wrappers.proto";
|
|
|
12
12
|
|
|
13
13
|
/* Section element for SNMP info*/
|
|
14
14
|
message Snmp {
|
|
15
|
+
reserved 26;
|
|
15
16
|
google.protobuf.StringValue object_id = 1;
|
|
16
17
|
google.protobuf.StringValue name = 2;
|
|
17
18
|
google.protobuf.StringValue description = 3;
|
|
@@ -43,8 +44,8 @@ message Snmp {
|
|
|
43
44
|
|
|
44
45
|
repeated SnmpCustomOid custom_oids = 25;
|
|
45
46
|
|
|
46
|
-
google.protobuf.Int32Value total_memory = 26;
|
|
47
47
|
google.protobuf.StringValue processor_architecture = 27;
|
|
48
|
+
google.protobuf.UInt64Value total_memory = 28;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
message SnmpCustomOid {
|