From 45f079de478517c0e4d3dd47d0c5566a000a1db0 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Sun, 8 Jun 2008 22:21:01 +0000 Subject: added notes on smoketrace install --- doc/smokeping_install.pod | 5 ++- doc/smokeping_upgrade.pod | 5 +++ doc/smoketrace.pod | 80 +++++++++++++++++++++++++++++++++++++++++++++++ doc/smoketraceroute.pod | 80 ----------------------------------------------- 4 files changed, 89 insertions(+), 81 deletions(-) create mode 100755 doc/smoketrace.pod delete mode 100755 doc/smoketraceroute.pod (limited to 'doc') diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod index 50d632d..9c6b31b 100644 --- a/doc/smokeping_install.pod +++ b/doc/smokeping_install.pod @@ -212,9 +212,12 @@ your F tree. Check out L for further information. When you can now also open the smokeping.cgi webpage to look at your data. +If you want to add traceroute ability to your smokeping setup, check out the +L manual page. + =head1 COPYRIGHT -Copyright (c) 2001, 2005 by Tobias Oetiker. All right reserved. +Copyright (c) 2001, 2008 by Tobias Oetiker. All right reserved. =head1 LICENSE diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod index 9fa76a4..9210861 100644 --- a/doc/smokeping_upgrade.pod +++ b/doc/smokeping_upgrade.pod @@ -23,6 +23,11 @@ An official list of changes with each release can be found in the CHANGES file in the Smokeping distribution. This document tries to complement that with upgrading instructions etc. +=head1 2.3.6 to 2.4.0 + +The new SmokeTrace tool was added to SmokePing. For setup instructions +read the L manual page. + =head1 2.3.3 to 2.3.4 The communication protocol between master and slave has been made more diff --git a/doc/smoketrace.pod b/doc/smoketrace.pod new file mode 100755 index 0000000..6c7182d --- /dev/null +++ b/doc/smoketrace.pod @@ -0,0 +1,80 @@ +=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 just have to copy a few files: + +=over + +=item 1. + +Copy F to your smokeping web directory. + +=item 2. + +Copy and edit F to your smokeping web directory. Make +sure the path to F is correct. + +=item 3. + +Copy F into the directory where you put F. + +=item 4. + +Copy and edit F to the directory where you put +F and change its name to F. Make sure F to adjust +the F line to point to the smokeping per lib directory, as you did +with F. Make sure the webserver actually executes the +F script. + +=item 5. + +Edit your config file and add the line: + + menuextra = * + +to your F<*** Targets ***> section. It will make a '*' appear next to each +host name, and when you click on it, the SmokeTrace window will open. + +=back + +=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 + diff --git a/doc/smoketraceroute.pod b/doc/smoketraceroute.pod deleted file mode 100755 index 6091a86..0000000 --- a/doc/smoketraceroute.pod +++ /dev/null @@ -1,80 +0,0 @@ -=head1 NAME - -SmokeTraceroute - 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 SmokeTraceroute you just have to copy a few files: - -=over - -=item 1. - -Copy F to your smokeping web directory. - -=item 2. - -Copy and edit F to your smokeping web directory. Make -sure the path to F is correct. - -=item 3. - -Copy F into the directory where you put F. - -=item 4. - -Copy and edit F to the directory where you put -F and change its name to F. Make sure F to adjust -the F line to point to the smokeping per lib directory, as you did -with F. Make sure the webserver actually executes the -F script. - -=item 5. - -Edit your config file and add the line: - - menuextra = * - -to your F<*** Targets ***> section. It will make a '*' appear next to each -host name, and when you click on it, the traceroute window will open. - -=back - -=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