Hi Guys really need your help here.
These are the directions from Queuegraph
My question is how do we access the .cgi? Do we create a folder at public_html/domain/cgi or is there too much involved in doing this. thanks.
Dependencies: rrdtools, librrds-perl
To install, adjust the path to your rrdtools binaries in queuegraph-rrd.sh
Create a cronjob that runs queuegraph-rrd.sh every minute -- this
populates the *.rrd database:
* * * * * /usr/local/bin/queuegraph-rrd.sh
Now put queuegraph.cgi into the cgi-bin directory of your webserver.
chmod 755 queuegraph.cgi
These are the directions from Queuegraph
My question is how do we access the .cgi? Do we create a folder at public_html/domain/cgi or is there too much involved in doing this. thanks.
Dependencies: rrdtools, librrds-perl
To install, adjust the path to your rrdtools binaries in queuegraph-rrd.sh
Create a cronjob that runs queuegraph-rrd.sh every minute -- this
populates the *.rrd database:
* * * * * /usr/local/bin/queuegraph-rrd.sh
Now put queuegraph.cgi into the cgi-bin directory of your webserver.
chmod 755 queuegraph.cgi