├── README.md ├── Template App IPSEC VPN.xml ├── etc ├── sudoers.d │ └── zabbix_ipsec └── zabbix │ ├── ipsec.conf │ └── zabbix_agentd.d │ └── ipsec_checks.conf └── usr └── local └── lib └── zabbix └── externalscripts └── check_ipsec.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-schild/zabbix-ipsec/HEAD/README.md -------------------------------------------------------------------------------- /Template App IPSEC VPN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-schild/zabbix-ipsec/HEAD/Template App IPSEC VPN.xml -------------------------------------------------------------------------------- /etc/sudoers.d/zabbix_ipsec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-schild/zabbix-ipsec/HEAD/etc/sudoers.d/zabbix_ipsec -------------------------------------------------------------------------------- /etc/zabbix/ipsec.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-schild/zabbix-ipsec/HEAD/etc/zabbix/ipsec.conf -------------------------------------------------------------------------------- /etc/zabbix/zabbix_agentd.d/ipsec_checks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-schild/zabbix-ipsec/HEAD/etc/zabbix/zabbix_agentd.d/ipsec_checks.conf -------------------------------------------------------------------------------- /usr/local/lib/zabbix/externalscripts/check_ipsec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-schild/zabbix-ipsec/HEAD/usr/local/lib/zabbix/externalscripts/check_ipsec.sh --------------------------------------------------------------------------------