From 0d36f50e05d91267ed72dbe7236c5d09d14764bc Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Thu, 16 Aug 2007 10:02:17 +0000 Subject: Interactive (Ajax) Zooming of Graphs -- Roman Plessl --- doc/smokeping_install.pod | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod index 9e82e1a..0fe1f14 100644 --- a/doc/smokeping_install.pod +++ b/doc/smokeping_install.pod @@ -107,11 +107,11 @@ recommend using the F system for running CGI scripts. Often it is sufficient to change the F binary to setuid root and restart Apache. Using F allow to run cgi scripts under proper user accounts. -=item Perl 5.6.1 +=item Perl 5.8.8 L -I guess you will get away with older versions of perl. I am using 5.6.1 here +I guess you will get away with older versions of perl. I am using 5.8.8 here and it works fine. =item SpeedyCGI @@ -170,7 +170,13 @@ Edit the F analog to the F script above. Make sure the first line of the script is pointing to your freshly installed copy of Speedy CGI. Store the script in a directory of your weberver where CGIs get executed. You also have to edit the B line similar to what you did -to F +to F. + +=item F + +To make the interactive graph-zoomer work, you have to place the relevant +files somewhere on your webserver and adapt the links in F +(see below). =item F @@ -181,7 +187,9 @@ L for details. =item F Edit the html template to your likings. Please do not remove the link to the -SmokePing counter and my name from the template. +SmokePing counter and my name from the template. The content of the template +will be renderd by the smokeping.cgi. This means that all embeded links must +be relative to smokeping.cgi. =item F -- cgit v1.2.3-24-g4f1b