1SMOKEPING_CGI(1) SmokePing SMOKEPING_CGI(1)
2
3
4
6 smokeping_cgi - SmokePing webfrontend
7
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
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
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 running 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 smokeping_config(5), smokeping(1), smokeping_install(7),
41 smokeping_upgrade(7)
42
44 Copyright (c) 2011 by Tobias Oetiker. All right reserved.
45
47 This program is free software; you can redistribute it and/or modify it
48 under the terms of the GNU General Public License as published by the
49 Free Software Foundation; either version 2 of the License, or (at your
50 option) any later version.
51
52 This program is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
55 General Public License for more details.
56
57 You should have received a copy of the GNU General Public License along
58 with this program; if not, write to the Free Software Foundation, Inc.,
59 675 Mass Ave, Cambridge, MA 02139, USA.
60
62 Tobias Oetiker <tobi@oetiker.ch>
63
64
65
662.8.2 2022-01-22 SMOKEPING_CGI(1)