diff options
author | M.Gergő | 2020-05-25 21:05:01 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 21:05:01 +0200 |
commit | 9f852fdb5ed32fd5496c2b7fcf0e276111a2ace8 (patch) | |
tree | 7275ed60d2da85606b7a7e3d5cd3f3a1379aa84c /ubnt_unifi.php | |
parent | 5ff7cc59ded9ae5445dd9cfee2a01edcd1b798fc (diff) | |
download | munin-unifi-9f852fdb5ed32fd5496c2b7fcf0e276111a2ace8.tar.gz munin-unifi-9f852fdb5ed32fd5496c2b7fcf0e276111a2ace8.zip |
Ping_average option
Diffstat (limited to 'ubnt_unifi.php')
-rw-r--r-- | ubnt_unifi.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)." "; } |