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
* fix(BGP Info): Added support for bgp session state as value next to label
* test(bgp): Updated tests to account for new value
* test(bgp): Also change metric description in tests
---------
Co-authored-by: Gianni Stubbe <[email protected]>
# HELP fortigate_bgp_neighbor_ipv4_info Configured bgp neighbor over ipv4
20
+
# HELP fortigate_bgp_neighbor_ipv4_info Configured bgp neighbor over ipv4, return state as value (1 - Idle, 2 - Connect, 3 - Active, 4 - Open sent, 5 - Open confirm, 6 - Established)
# HELP fortigate_bgp_neighbor_ipv6_info Configured bgp neighbor over ipv6
39
+
# HELP fortigate_bgp_neighbor_ipv6_info Configured bgp neighbor over ipv6, return state as value (1 - Idle, 2 - Connect, 3 - Active, 4 - Open sent, 5 - Open confirm, 6 - Established)
0 commit comments