diff options
Diffstat (limited to 'scripts/munin.php')
| -rwxr-xr-x | scripts/munin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/munin.php b/scripts/munin.php index 7dafaae..f9bf147 100755 --- a/scripts/munin.php +++ b/scripts/munin.php @@ -53,6 +53,7 @@ try { $router->host = $GLOBALS['linksys-wrt3g-tools']['host']; $router->user = $GLOBALS['linksys-wrt3g-tools']['user']; $router->password = $GLOBALS['linksys-wrt3g-tools']['password']; + $arStatus = $router->getStatus(); $conn = $arStatus['connection']; |
