|
NAMEsmokeping_install - How to install SmokePingOVERVIEWThis document explains how to setup SmokePing at your site.DESCRIPTIONPrerequisitesSmokePing does not stand alone. It relies on various other tools and services being present. Apart from a Unix OS and a working Perl installation you need the following components:
InstallationOnce the tools listed above are in place, you can start setting up SmokePing itself. Unpack the tar archive and run the included configure script:./configure --prefix=/opt/smokeping Configure will verify that all the required perl modules are available. If some are missing it will tell you to run the module build script. Just follow the instructions on screen and then run configure again. Once it completes, you can run make install to finish your setup. ConfigurationUse the etc/config.sample file as a template to create your own smokeping configuration file. See smokeping_config for details.
Starting the Smokeping DaemonWith all the scaffolding in place, you can now launch the smokeping daemon and have it gather data for you. First you may want to run it in debug mode to see what it is doing./bin/smokeping --config=/opt/smokeping/etc/config --debug once all is well, start it up as a daemon. I would recommend you enable the logfile option so that you can see if it runs into trouble. ./bin/smokeping --config=/opt/smokeping/etc/config --logfile=smoke.log Once the system works, you may want to put a SmokePing startup script into your /etc/init.d tree. Check out smokeping for further information. You can now open the smokeping.cgi webpage to look at your data. See the smokeping_cgi documentation on how to setup the smokeping web interface. COPYRIGHTCopyright (c) 2001, 2011 by Tobias Oetiker. All right reserved.LICENSEThis 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. AUTHORTobias Oetiker <tobi@oetiker.ch>
Visit the GSP FreeBSD Man Page Interface. |