New openvpn client status

This commit is contained in:
Karsten Schmidt 2023-07-09 14:48:36 +02:00
parent 6eb9e5d948
commit a00cab7652
1 changed files with 1 additions and 0 deletions

View File

@ -1183,6 +1183,7 @@ function pfz_valuemap($valuename, $value, $default="0"){
case "openvpn.client.status":
$valuemap = array(
"up" => "1",
"connected (success)" => "1",
"down" => "0",
"none" => "0",
"reconnecting; ping-restart" => "2");