Hello,
I want to extract a ZABBIX Graph to display on our intranet.
Using this:
wget --user=myusername --password=mypassword "http://my.server.secret.ip/zabbix/chart2.php?graphid=64" -O /var/www/mygraph.png
I get ERROR: No permissions!
The user has access to the graph if used to log in the web interface. Did anybody manage to use wget this way?
Thanks!
I want to extract a ZABBIX Graph to display on our intranet.
Using this:
wget --user=myusername --password=mypassword "http://my.server.secret.ip/zabbix/chart2.php?graphid=64" -O /var/www/mygraph.png
I get ERROR: No permissions!
The user has access to the graph if used to log in the web interface. Did anybody manage to use wget this way?
Thanks!
Comment