aboutsummaryrefslogtreecommitdiffstats
path: root/ubnt_unifi.php
diff options
context:
space:
mode:
authorM.Gergő2018-10-10 23:05:41 +0200
committerM.Gergő2018-10-10 23:05:41 +0200
commit85852501982888bce71dde4619d2b1ece503fdd7 (patch)
tree677cfd224ab17069b4f259691a7a7582f65c329f /ubnt_unifi.php
parentdb2827f542e9bc9a23ffed4707be038c0b1fb478 (diff)
downloadmunin-unifi-85852501982888bce71dde4619d2b1ece503fdd7.tar.gz
munin-unifi-85852501982888bce71dde4619d2b1ece503fdd7.zip
better configuration
Diffstat (limited to 'ubnt_unifi.php')
-rw-r--r--ubnt_unifi.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubnt_unifi.php b/ubnt_unifi.php
index 4491a38..6dc1051 100644
--- a/ubnt_unifi.php
+++ b/ubnt_unifi.php
@@ -184,8 +184,8 @@ function collect_netw_summary($inp,$host){ //network information
$multiplier = 8;
$divider = 1;
} else { //because the normal INTEGER(32) would be overflowed
- $multiplier = 8*1024*1024; // When showing the controller's summary
- $divider = 1024*1024;
+ $multiplier = 8*4*1024; // When showing the controller's summary
+ $divider = 4*1024;
}