smtc0097 / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
0 stars 0 forks source link

Nginx alternative port does not work #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in r536, thanks.

Original comment by baron.schwartz on 15 Jan 2011 at 6:54