1SMOKEPING_CGI(1)                   SmokePing                  SMOKEPING_CGI(1)
2
3
4

NAME

6       smokeping_cgi - SmokePing webfrontend
7

OVERVIEW

9       This script acts as a 'website' for your SmokePing monitoring
10       operation. It presents the targets you are looking at in a tree
11       structure and draws graphs as they are required by people looking at
12       the pages.
13

DESCRIPTION

15       To get smokeping_cgi going, you need a webserver which allows you to
16       run CGI or better FastCGI scripts. The system must be setup so that the
17       cgi process is allowed to write to the image caching area as defined in
18       the config file.
19
20       This script runs fine as a normal CGI, BUT it will appear to be very
21       slow, because it does a lot of things when starting up. So if the
22       script has to be started a fresh on every click, this is both slow and
23       a tough thing for your webserver. I therefore strongly recommend using
24       FastCGI.
25
26       Please refer to the installation document for detailed setup
27       instructions.
28

SETUP

30       There is a sample htdocs directory in your smokeping installation root.
31       Copy its content to the place where your webserver expects its files.
32       The fcgi script shows the preferred method for runnig smokeping.  You
33       can also run smokeping as a cgi.  But make sure to still use the
34       wrapper as exposing ARGV to the webserver represents a security
35       vulnerability you may rather not want to deal with.
36
37       Adjust the paths in the script and you should be ready to go.
38
40       Copyright (c) 2011 by Tobias Oetiker. All right reserved.
41

LICENSE

43       This program is free software; you can redistribute it and/or modify it
44       under the terms of the GNU General Public License as published by the
45       Free Software Foundation; either version 2 of the License, or (at your
46       option) any later version.
47
48       This program is distributed in the hope that it will be useful, but
49       WITHOUT ANY WARRANTY; without even the implied warranty of
50       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
51       General Public License for more details.
52
53       You should have received a copy of the GNU General Public License along
54       with this program; if not, write to the Free Software Foundation, Inc.,
55       675 Mass Ave, Cambridge, MA 02139, USA.
56

AUTHOR

58       Tobias Oetiker <tobi@oetiker.ch>
59
60
61
622.7.2                             2020-01-30                  SMOKEPING_CGI(1)
Impressum