This project was forked from https://github.com/jpmenil/zabbix-templates, https://github.com/alanwds/zabbix_ipsec_pfsense, https://github.com/fralvarezcalvo/zabbix_ipsec_pfsense and https://github.com/smejdil/zabbix_ipsec_pfsense
Thanks to @alanwds, @jpmenil, @fralvarezcalvo and @smejdil for share
This template is used for monitoring IPSEC tunnels on PFSense using zabbix.
- Project is used for pfSense == 2.6.0 (swanctl.conf)
 - Zabbix agent (you can install it from pfsense packages manager) == 5.0.17
 - sudo (you can install it from pfsense packages manager)
 - Zabbix Server == 5.0
 - check_ipsec.sh
 - check_ipsec_traffic.sh
 - zabbix-ipsec.py (use Python 3.8)
 - zabbix_sudoers
 
The template queries zabbix-ipsec.py for tunnels ids (conXXXX). After that, the items prototipes are created consuming check_ipsec.sh script. The script check_ipsec_traffic is used to collect traffic about the tunnel.
- You have to put check_ipsec.sh, check_ipsec_traffic.sh and zabbix-ipsec.py on pfsense filesystem. (/usr/local/bin/ in this example)
 - Install sudo pakage at pfsense packages manager
 - Copy file zabbix_sudoers under /usr/local/etc/sudoers.d
 - Enabled Custom Configuration on Advanced Settings at System -> sudo (zaabix RunAs root no password ALL)
 - Create the follow user parameters at zabbix-agent config page on pfsense (Service -> Zabbix-agent -> Advanced Options)
 
UserParameter=ipsec.discover,/usr/local/bin/python3.8 /usr/local/bin/zabbix-ipsec.py
UserParameter=ipsec.tunnel[*],/usr/local/bin/sudo /usr/local/bin/check_ipsec.sh $1
UserParameter=ipsec.traffic[*],/usr/local/bin/sudo /usr/local/bin/check_ipsec_traffic.sh $1 $2
- Set execution permissions
 
chmod +x /usr/local/bin/zabbix-ipsec.py
chmod +x /usr/local/bin/check_ipsec.sh 
chmod +x /usr/local/bin/check_ipsec_traffic.sh 
Manual scripts instalation.
pkg install git
cd /tmp
git clone https://github.com/LeCauchy/zabbix_ipsec_pfsense
./zabbix_ipsec_pfsense/scripts/install_on_pfsense.shTest JSON output for LLD IPSec
[root@pfsense /tmp]# /usr/local/bin/python3.8 /usr/local/bin/zabbix-ipsec.py
{
    "data":[
        { "{#TUNNEL}":"con1000","{#TARGETIP}":"77.236.222.116","{#SOURCEIP}":"77.48.121.150","{#DESCRIPTION}":"Not found" },
        { "{#TUNNEL}":"con3000","{#TARGETIP}":"84.246.163.16","{#SOURCEIP}":"77.48.121.150","{#DESCRIPTION}":"Not found" },
        { "{#TUNNEL}":"con4000","{#TARGETIP}":"149.62.148.42","{#SOURCEIP}":"77.48.121.150","{#DESCRIPTION}":"Not found" }
    ]
}- Import the template ipsec_template-X.xml on zabbix and attach to pfsense hosts
 - Go get a beer :-)