alanwds / zabbix_ipsec_pfsense

Monitoring PFSense IPSec tunnels using zabbix
24 stars 25 forks source link

File no longer exists #15

Open lumib95 opened 2 years ago

lumib95 commented 2 years ago

The file ipsec.conf no longer is used from pfsense it uses swanctl.conf now can you translate the code to use this file instead ?!

OptiAdriano commented 2 years ago

I'm also having this problem, the file structure is different from ipsec.conf

ecarat237 commented 2 years ago

Hi @OptiAdriano

Please take a look at this and do not hesitate to let me know if it is not working : https://github.com/ecarat237/zabbix_ipsec_pfsense

alform202 commented 1 year ago

Hi @ecarat237

I have a swanctl.conf with more than 20 con I i facing an issue with the scripts at reg_descr = re.compile('(?<=# P1 (ikeid [0-9]): ).*') it parses the first ikeid 1 to 9 but from the 10th it does not parse anymore

any ideas how we can fix it?