lndgoncalves / zabbix-pfsense-gateway

Monitoramento de Gateways do PfSense
13 stars 15 forks source link

Monitor vpn clinets #8

Open adopilot opened 4 years ago

adopilot commented 4 years ago

First at all, thank you on great work. Can I please you to tel me where I cloud find php functions for getting OpenVpn status. I am trying to implement similar thing on pFsense but for monitoring OpenVpn status. How did you fund functions

return_gateways_array(); 
return_gateways_status();

Is there similar functions to get openvpn status. Pfsense has build in status for OpenVPN on dashboard, Is there a way to find where is and what is name of function that returning data for openVpn status. Thank you in advanced. oenVpn

lndgoncalves commented 4 years ago

Thanks for the feedback, I never researched this, but I will check and return.

lndgoncalves commented 4 years ago

First at all, thank you on great work. Can I please you to tel me where I cloud find php functions for getting OpenVpn status. I am trying to implement similar thing on pFsense but for monitoring OpenVpn status. How did you fund functions

return_gateways_array(); 
return_gateways_status();

Is there similar functions to get openvpn status. Pfsense has build in status for OpenVPN on dashboard, Is there a way to find where is and what is name of function that returning data for openVpn status. Thank you in advanced. oenVpn

$servers = openvpn_get_active_servers(); $sk_servers = openvpn_get_active_servers("p2p"); $clients = openvpn_get_active_clients();