From c9fb4bdf9987e343b388ea190b003084f07f43e8 Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Fri, 5 Mar 2021 06:34:23 -0500 Subject: Monitor VPN:T3387: The operational command "monitor openvpn" is not working Changes are made in the script files vyatta-op/templates/monitor/vpn/all/node.def and vyatta-op/templates/monitor/vpn/ipsec/node.def to change the matching parameters to filter the ipsec related logs from the /var/log/messages file. --- templates/monitor/vpn/all/node.def | 2 +- templates/monitor/vpn/ipsec/node.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/monitor/vpn/all/node.def b/templates/monitor/vpn/all/node.def index c06a666..ab5d53f 100644 --- a/templates/monitor/vpn/all/node.def +++ b/templates/monitor/vpn/all/node.def @@ -1,3 +1,3 @@ help: Monitor VPN -run: ${vyatta_bindir}/vyatta-monitor 'VPN-ALL' pluto pptp l2tp ppp +run: ${vyatta_bindir}/vyatta-monitor 'VPN-ALL' pluto ipsec charon pptp l2tp ppp diff --git a/templates/monitor/vpn/ipsec/node.def b/templates/monitor/vpn/ipsec/node.def index b44f8bc..c56c44c 100644 --- a/templates/monitor/vpn/ipsec/node.def +++ b/templates/monitor/vpn/ipsec/node.def @@ -1,2 +1,2 @@ help: Monitor IPSec VPN -run: ${vyatta_bindir}/vyatta-monitor "VPN-IPSEC" pluto pptp l2tp ppp +run: ${vyatta_bindir}/vyatta-monitor "VPN-IPSEC" ipsec charon -- cgit v1.2.3