yum install zabbix-sender nc
vi /etc/openvpn/server.conf
: : management 127.0.0.1 7505
service openvpn restart
netstat -na | grep 7505
[root@openvpn ~]# netstat -na | grep 7505 tcp 0 0 127.0.0.1:7505 0.0.0.0:* LISTEN
cd /usr/local/bin/ wget https://gist.githubusercontent.com/alice-xu/bf89c5f1174a3e793ff8/raw/316719f654f4b95b3277c4bc08f210c3fdce2bcd/zbx_functions wget https://gist.githubusercontent.com/alice-xu/2cfd97766cf61c1d1ba4/raw/3d87c94db64fdcd60b072e2500d2e317aa7d3178/openvpn_stats.sh chmod a+x openvpn_stats.sh
/usr/local/bin/openvpn_stats.sh
[root@openvpn bin]# /usr/local/bin/openvpn_stats.sh SUCCESS: nclients=7,bytesin=204069,bytesout=208556 zabbix_sender [2861]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 3; total: 3; seconds spent: 0.000113"}] info from server: "processed: 0; failed: 3; total: 3; seconds spent: 0.000113" sent: 3; skipped: 0; total: 3
vi /etc/crontab
: # Zabbix - openvpn * * * * * root /usr/local/bin/openvpn_stats.sh > /tmp/openvpn_stats.log :
service crond restart