From 109efdb60386dbabd451162f3f3145a1eaf47f5e Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 28 Sep 2011 21:19:38 +0000 Subject: remove some old un-used directories --- doc/smoketrace.pod | 104 ----------------------------------------------------- 1 file changed, 104 deletions(-) delete mode 100755 doc/smoketrace.pod (limited to 'doc') diff --git a/doc/smoketrace.pod b/doc/smoketrace.pod deleted file mode 100755 index 6b3b6f8..0000000 --- a/doc/smoketrace.pod +++ /dev/null @@ -1,104 +0,0 @@ -=head1 NAME - -SmokeTrace - Ajax based Traceroute for Smokeping - -=head1 DESCRIPTION - -SmokeTraceoute is an browser based traceroute application written in the -Qooxdoo. You can easily activate it in your Smokeping setup, to allow -users to traceroute smokeping targets directly from the master host. - -=head1 SETUP - -To activate SmokeTrace you have to copy a few files to your webserver. - -=over - -=item 1. - -Make sure your webserver can execute cgi files outside the cgi-bin -directory. Maybe it is enough to create a F<.htaccess> file with the -following contents into the smokeping web directory ($web). - - AddHandler cgi-script cgi - Options ExecCGI - -=item 2. - -Copy C to your smokeping web directory (NOT the cgi-bin -directory!). - - mkdir $web/script - cp $src/htdocs/script/Tr.js $web/script/ - -=item 3. - -Copy C to your smokeping web directory (NOT cgi-bin). Make -sure the path, pointing to C is correct. - - cp $src/htdocs/tr.html $web/ - -=item 4. - -Copy C into the directory where you put C - - cp -r $src/htdocs/resource $web/ - -=item 5. - -Copy F to the directory where you put C. Change -its name to C. Edit C to adjust the C line, to -point to the smokeping perl library directory, as you did with -C and the smokeping daemon. - - cp $src/htdocs/tr.cgi.dist $web/tr.cgi - -=item 6. - -Edit your config file and add the line: - - menuextra = * - -to your C<*** Targets ***> section. It will make a C<*> appear next to each -host name, and when you click on it, the SmokeTrace window will open. - -Note that the C atribut must point to the directory where you put the -C file. - -=back - -Not you should be all set. Try calling C from your webbrowser. You -should get some error message about not having sent a JSON request. - -=head1 COPYRIGHT - -Copyright (c) 2008 by Tobias Oetiker. All rights reserverd. - -=head1 LICENSE - -This program is free software; you can redistribute it -and/or modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later -version. - -This program is distributed in the hope that it will be -useful, but WITHOUT ANY WARRANTY; without even the implied -warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public -License along with this program; if not, write to the Free -Software Foundation, Inc., 675 Mass Ave, Cambridge, MA -02139, USA. - -=head1 AUTHOR - -Tobi Oetiker Etobi@oetiker.chE - -=cut - -- cgit v1.2.3-24-g4f1b