diff options
author | M.Gergő | 2020-05-25 15:44:42 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 15:44:42 +0200 |
commit | 3e8e87c262421510f1e1911341710814fe5481c9 (patch) | |
tree | 34862322400677b9437a521984a259320fbb5f68 /ubnt_unifi.php | |
parent | fa789ee1793c0f98761705b66cc9c0ae5318c52b (diff) | |
download | munin-unifi-3e8e87c262421510f1e1911341710814fe5481c9.tar.gz munin-unifi-3e8e87c262421510f1e1911341710814fe5481c9.zip |
More debugv2.1.0
Diffstat (limited to 'ubnt_unifi.php')
-rw-r--r-- | ubnt_unifi.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ubnt_unifi.php b/ubnt_unifi.php index 2b7f4bd..4b06d35 100644 --- a/ubnt_unifi.php +++ b/ubnt_unifi.php @@ -577,7 +577,7 @@ $hosts = $hostsr; //$test = collect_response_time($raw, "ap12.wireless.lan"); //print_r($test); -if(!is_array($raw) /*|| empty($raw)*/ ){ +if(!is_array($raw) /*|| empty($raw)*/ /* */){ die(); } @@ -621,7 +621,9 @@ if (isset($argv[1]) and $argv[1] == "config"){ // munin config echo "\tFunction_exist(pcntl_fork): ".function_exists("pcntl_fork")."\n"; echo "\tFunction_exist(pcntl_waitpid): ".function_exists("pcntl_waitpid")."\n"; echo "\tFunction_exist(json_encode): ".function_exists("json_encode")."\n"; - echo "\nRAW\n"; + echo "\tFunction_exist(snmp2_get): ".function_exists("snmp2_get")."\n"; + + echo "\n\nRAW_data: \n"; print_r($raw); echo "\nCollected infos on Controller:\n"; |