diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-10 18:28:04 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-10 18:28:04 +0100 |
| commit | cfda70e4d7a689570169368c30e78e16edba0f51 (patch) | |
| tree | dfcc9ea442f56cdaacc89bad9dca9b44c8126115 /scripts/munin.php | |
| parent | e03af7b4364bb0b42c7507d867ed911e91159e22 (diff) | |
| download | linksys-wrt3g-tools-cfda70e4d7a689570169368c30e78e16edba0f51.tar.gz linksys-wrt3g-tools-cfda70e4d7a689570169368c30e78e16edba0f51.zip | |
fix
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']; |
