Skip to content

Commit

Permalink
Add support of new gnmi option in jts_telegraf (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: door7302 <droy@juniper.net>
  • Loading branch information
door7302 and door7302 authored Dec 19, 2024
1 parent b3b3a26 commit d3fea25
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compose/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.14
1.0.15
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
- ./influxdb/data:/var/lib/influxdb
telegraf_vmx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
build: https://github.com/door7302/jts_telegraf.git#v1.0.7
image: jts_telegraf:latest
container_name: telegraf_vmx
restart: always
Expand Down
Binary file modified compose/jtso/profiles/optic.tgz
Binary file not shown.
3 changes: 2 additions & 1 deletion design_profile/optic/acx_optic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
redial = "10s"
long_tag = true
check_jnpr_extension = true

bytes2float = true

[inputs.gnmi.aliases]
OPTIC = ["/interfaces/interface/optics"]

Expand Down
3 changes: 2 additions & 1 deletion design_profile/optic/mx_optic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
redial = "10s"
long_tag = true
check_jnpr_extension = true

bytes2float = true

[inputs.gnmi.aliases]
OPTIC = ["/interfaces/interface/optics"]

Expand Down
3 changes: 2 additions & 1 deletion design_profile/optic/ptx_optic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
redial = "10s"
long_tag = true
check_jnpr_extension = true

bytes2float = true

[inputs.gnmi.aliases]
OPTIC = ["/interfaces/interface/optics"]

Expand Down
3 changes: 2 additions & 1 deletion design_profile/optic/ptx_optic_24.2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
redial = "10s"
long_tag = true
check_jnpr_extension = true

bytes2float = true

[inputs.gnmi.aliases]
OPTIC = ["/interfaces/interface/optics"]

Expand Down

0 comments on commit d3fea25

Please sign in to comment.