User talk:Jbilyk

From Alpine Linux
Revision as of 18:49, 28 July 2010 by Jbilyk (talk | contribs) (updated smokeping notes based on testing with apk)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a work in progress ...

This page is still being developed.

Setting_up_Smokeping_to_Monitor__Network_Latency
Notes for smokeping and smoketrace:

after install, enable mod_cgi in lighttpd
Assign cgi to run with /usr/bin/perl in mod_cgi
Softlink /var/lib/smokeping.simg -> /var/www/localhost/htdocs/img

/usr/share/perl5/vendor_perl/Qooxdoo/Services/Tr.pm
line 34: add "sudo", to beginning, add path to traceroute /usr/bin/
This is because in Alpine, regular user can't run a traceroute, but I don't think people would want this by default (some don't like sudo on system at all)

/etc/sudoers
add lighttpd ALL=(ALL) NOPASSWD: /usr/bin/traceroute