BGP Fields in Alert Template vs GUI

Curious why the values for a bgp peer in active (rtr1) show up properly, whereas the values for the peer that is established show 0 (rtr2) we are using VyOS, everything looks intact in the GUI for BGP information (e.x. state active/established):

( rtr2 )
 [bgpPeerIdentifier] => 169.254.253.1
                    [bgpPeerRemoteAs] => 6***2
                    [bgpPeerState] =>
                    [bgpPeerAdminStatus] =>
                    [bgpLocalAddr] =>
                    [bgpPeerRemoteAddr] => 0.0.0.0
                    [bgpPeerDescr] =>
                    [bgpPeerInUpdates] => 0
                    [bgpPeerOutUpdates] => 0
                    [bgpPeerInTotalMessages] => 0
                    [bgpPeerOutTotalMessages] => 0
                    [bgpPeerFsmEstablishedTime] => 0
                    [bgpPeerInUpdateElapsedTime] => 0
( rtr1 )
[bgpPeerIdentifier] => 169.254.253.1
                    [bgpPeerRemoteAs] => 6***2
                    [bgpPeerState] => active
                    [bgpPeerAdminStatus] => start
                    [bgpLocalAddr] => 0.0.0.0
                    [bgpPeerRemoteAddr] => 0.0.0.0
                    [bgpPeerDescr] =>
                    [bgpPeerInUpdates] => 144
                    [bgpPeerOutUpdates] => 220
                    [bgpPeerInTotalMessages] => 9671124
                    [bgpPeerOutTotalMessages] => 9226480
                    [bgpPeerFsmEstablishedTime] => 870128
                    [bgpPeerInUpdateElapsedTime] => 0

Could you share the current alert template for RTR1?