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
telegraf_ptx container was restarting at the 1 minute mark.
Issue was resolved with a rebuild:
docker compose down
docker compose build --no-cache
docker compose up -d
Logs from this event:
E! error loading config file /etc/telegraf/telegraf.d/ptx_traffic.conf: error parsing gnmi, line 22: cannot unmarshal TOML array into string (need slice)
E! error loading config file /etc/telegraf/telegraf.d/all_bgp.conf: plugin inputs.gnmi: line 4: configuration specified the fields ["check_jnpr_extension" "long_tag"], but they were not used. This is either a typo or this config option does not exist in this version.
The text was updated successfully, but these errors were encountered:
telegraf_ptx container was restarting at the 1 minute mark.
Issue was resolved with a rebuild:
docker compose down
docker compose build --no-cache
docker compose up -d
Logs from this event:
E! error loading config file /etc/telegraf/telegraf.d/ptx_traffic.conf: error parsing gnmi, line 22: cannot unmarshal TOML array into string (need slice)
E! error loading config file /etc/telegraf/telegraf.d/all_bgp.conf: plugin inputs.gnmi: line 4: configuration specified the fields ["check_jnpr_extension" "long_tag"], but they were not used. This is either a typo or this config option does not exist in this version.
The text was updated successfully, but these errors were encountered: