From 9f852fdb5ed32fd5496c2b7fcf0e276111a2ace8 Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Mon, 25 May 2020 21:05:01 +0200 Subject: Ping_average option --- ubnt_unifi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubnt_unifi.php b/ubnt_unifi.php index aa2a126..cfd3387 100644 --- a/ubnt_unifi.php +++ b/ubnt_unifi.php @@ -397,7 +397,7 @@ function collect_response_time($inp, $host){ //Calculates the Roundtrip time a $ret['g_vlabel'] = "Roundtrip time (seconds)"; $ret['g_category'] = "Wl_ping_all"; $ret['g_info'] = "ubnt_wireless"; - $ret['g_order'] = 'unifi_ping_average'; + $ret['g_order'] = "unifi_ping_average"." "; foreach($inp as $key => $val){ //prints the host names on summary $ret['g_order'] .= "unifi_ping_".str_replace( array(".", ":"), "_" ,$key)." "; } -- cgit v1.2.3