You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added support for PostgreSQL as config database.
53
55
* added option to redirect influxdb HTTP writes over HTTP(S)_PROXY variables.
@@ -67,7 +69,7 @@
67
69
68
70
### breaking changes
69
71
70
-
# v 0.9.0 ( 2021-01-04 )
72
+
# v0.9.0 ( 2021-01-04 )
71
73
### New Features
72
74
* Added snmpmetric unit tests
73
75
* Updated to last "gosnmp" v1.28.0 release
@@ -84,7 +86,7 @@
84
86
### breaking changes
85
87
* Measurement TagName property (only retrieved on runtime API) changed from `string` to `[]string`
86
88
87
-
# v 0.8.1 ( 2020-10-06 )
89
+
# v0.8.1 ( 2020-10-06 )
88
90
### New Features
89
91
* Upgraded dependencies from dep to gomodules
90
92
* Added config through environment vars ( docker friendly ),implements #420
@@ -103,7 +105,7 @@
103
105
* no longer supported "-httpPort" command line parameter use "-httpListen" instead (still supported but deprecated Port option at config file)
104
106
* DOCKER IMAGE upgrade needs for previous ownership change to UID/GID=472 on all its persistent files/volumes
105
107
106
-
# v 0.8.0 ( 2018-11-05)
108
+
# v0.8.0 ( 2018-11-05)
107
109
### New Features
108
110
* Added new capabilities to add , modify and delete devices online ( avoids restart the gathering ocess on the other devices)
109
111
* Go 1.9.8 to 1.11 binaries
@@ -118,7 +120,7 @@
118
120
* STRINGPARSER SnmpMetric Type no longer will be Scaled with Scale/shift values.
119
121
120
122
121
-
# v 0.7.7 (2018-05-28)
123
+
# v0.7.7 (2018-05-28)
122
124
### New Features
123
125
* Added SIGTERM handler to stop gracefully all device gathering gourutines and flush pending data to its defined output db.
124
126
* Added SIGHUP handler to reload complete configuration and restart gathering process (as in the 'Reload Config' WebUI option)
@@ -131,7 +133,7 @@ field | description
131
133
fields_sent | number of fields sent to the DB on the last period
132
134
fields_sent_max | max number of fields sent to the DB on the last period
133
135
134
-
# v 0.7.6 (2018-01-17)
136
+
# v0.7.6 (2018-01-17)
135
137
### New Features
136
138
* Go 1.8.2 to 1.9.2 binaries
137
139
* Added new value on NFR (Non Filtered Rows) with total index length before filter applied, for STRINGEVAL metric types.
@@ -184,7 +186,7 @@ mem.mCacheInuse| MCacheInuse is bytes of allocated mcache structures.
184
186
cicle_gather_start_time|cycle_gather_start_time
185
187
186
188
187
-
# v 0.7.5 (2017-12-16)
189
+
# v0.7.5 (2017-12-16)
188
190
### New Features
189
191
* Added Hard snmp reset option to remap all measurements again when some problem happens when trying to do snmp connection init on first attemps. (fix #271)
190
192
* Added a new Runtime option to Force Gather data even if device is not active ( useful for configuration testing )(implements #275)If active the current gathering period won't be changed, and this will be an extra point.
@@ -204,7 +206,7 @@ mem.mCacheInuse| MCacheInuse is bytes of allocated mcache structures.
204
206
* Fixed table name field snmp_device_cfg.system_o_i_ds to snmp_device_cfg.systemoids , to migrate data you should only execute
205
207
update snmp_device_cfg set systemoids = system_o_i_ds ;
206
208
207
-
# v 0.7.4 (2017-09-23)
209
+
# v0.7.4 (2017-09-23)
208
210
### New Features
209
211
* added new Alternate SystemOID's map to extend snmpcollector to non MIB-2 based devices (as by example Proxy Squid), is important to get system description and also to check connectivity with the device.
210
212
* added new SNMPv3 parameters ContextEngineID and ContextName
@@ -387,7 +389,7 @@ alter table influx_measurement_cfg rename to measurement_cfg;
387
389
388
390
### breaking changes
389
391
390
-
# v 0.6.0
392
+
# v0.6.0
391
393
### New Features
392
394
* new metric types based on SNMP ANS1 types
393
395
* new snmp runtime console
@@ -400,7 +402,7 @@ alter table influx_measurement_cfg rename to measurement_cfg;
400
402
401
403
### breaking changes
402
404
403
-
# v 0.5.6
405
+
# v0.5.6
404
406
### New features.
405
407
* UI Enhanced login aspect
406
408
* added DisableBulk option to devices with problems in bulk queries like some IBM devices
@@ -419,7 +421,7 @@ alter table influx_measurement_cfg rename to measurement_cfg;
419
421
### breaking changes
420
422
421
423
422
-
# v 0.5.5
424
+
# v0.5.5
423
425
### New features.
424
426
* Online Reload Configuration
425
427
* New runtime WebUI option which enables user inspect online current gathered snmp values for all measurements on all devices, also allow interact to change logging and debug options and also deactivate device.
@@ -430,7 +432,7 @@ alter table influx_measurement_cfg rename to measurement_cfg;
430
432
### breaking changes
431
433
* no longer needed options flags: freq, repeat, verbose ; since all this features can be changed on the WebUI
432
434
433
-
# v 0.5.4
435
+
# v0.5.4
434
436
### New features.
435
437
* added UpdateFltFreq option to periodically update the status of the tables and filters
436
438
* added Security to the Collector API
@@ -443,12 +445,12 @@ alter table influx_measurement_cfg rename to measurement_cfg;
443
445
### breaking changes
444
446
* none
445
447
446
-
# v 0.5.3
448
+
# v0.5.3
447
449
### New features.
448
450
* WebUI now shows data in tables and can be filtered.
449
451
450
452
451
-
# v 0.5.2
453
+
# v0.5.2
452
454
### New features.
453
455
* Added Runtime Version to the snmpcollector API
454
456
* Estandarized Description for all objects.
@@ -461,7 +463,7 @@ alter table influx_measurement_cfg rename to measurement_cfg;
461
463
* none
462
464
463
465
464
-
# v 0.5.1
466
+
# v0.5.1
465
467
### New features.
466
468
* Define field metric as Tag (IsTag = true) => type STRING,HWADDR,IP
467
469
* Defined measurment Indexed "index" as value on special devices with no special Index OID.
@@ -476,7 +478,7 @@ alter table influx_measurement_cfg rename to measurement_cfg;
476
478
### breaking changes
477
479
* none
478
480
479
-
# v 0.5.0
481
+
# v0.5.0
480
482
### New features.
481
483
* new WebIU with all forms to insert , update , delete objects.
0 commit comments