When I'm calling ss_get_by_ssh.php with --type nginx and --port2 parameters
wget does not work at all, because the string 946 (970 in the trunk) contains:
return "wget $auth -U Cacti/1.0 -q -O - -T 5 \"http://$srv$url$port?auto\"";
While it should be
return "wget $auth -U Cacti/1.0 -q -O - -T 5 \"http://$srv$port$url?auto\"";
Original issue reported on code.google.com by stas.vit...@gmail.com on 24 Jun 2010 at 5:18
Original issue reported on code.google.com by
stas.vit...@gmail.com
on 24 Jun 2010 at 5:18