summaryrefslogtreecommitdiff
path: root/templates/show/vpn/ipsec/status/node.def
blob: bf4ebf729caa4b87e4cc6f930b80885e1c6dccb6 (plain)
1
2
3
4
5
6
help: Show status of IPsec process
run: if pgrep pluto >&/dev/null; then
        /opt/vyatta/bin/sudo-users/vyatta-show-ipsec-status.pl
     else
        echo -e "IPSec Process NOT Running\n"
     fi