[-]
[+]
|
Changed |
smokeping.spec
|
|
[-]
[+]
|
Deleted |
smokeping-2.2.2_distro_paths.patch
^
|
@@ -1,61 +0,0 @@
-Index: etc/config.dist
-===================================================================
---- etc/config.dist.orig 2007-08-30 09:09:38.000000000 +0200
-+++ etc/config.dist 2007-08-31 22:48:21.229178562 +0200
-@@ -1,16 +1,16 @@
- *** General ***
-
--owner = Tobi Oetiker
--contact = tobi@oetiker.ch
--mailhost = johan.oetiker.ch
--sendmail = /usr/lib/sendmail
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://johan.oetiker.ch/~oetiker/smokeping-ms/smokeping.cgi
--smokemail = /scratch/oetiker/smoke-master/etc/smokemail.dist
--tmail = /scratch/oetiker/smoke-master/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -18,8 +18,8 @@ syslogfacility = local0
- # concurrentprobes = no
-
- *** Alerts ***
--to = tobi@oetiker.ch
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -44,7 +44,7 @@ AVERAGE 0.5 144 720
-
- *** Presentation ***
-
--template = /scratch/oetiker/smoke-master/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -99,7 +99,7 @@ unison_tolerance = 2
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/scratch/oetiker/smoke-master/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.2.2_no_speedy.patch
^
|
@@ -1,20 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/speedy -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ bin/smokeping.dist 2007-08-31 22:36:58.567998344 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.2.2_remove_use_lib.patch
^
|
@@ -1,60 +0,0 @@
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:38:33.000000000 +0200
-+++ bin/smokeping.dist 2007-08-31 22:39:33.593350308 +0200
-@@ -1,12 +1,9 @@
- #!/usr/bin/perl -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
--use lib qw(lib);
--
- use Smokeping 2.002002;
--
--Smokeping::main("etc/config.dist");
-+
-+Smokeping::main("/etc/smokeping/config");
-
- =head1 NAME
-
-Index: bin/tSmoke.dist
-===================================================================
---- bin/tSmoke.dist.orig 2007-08-30 17:07:38.000000000 +0200
-+++ bin/tSmoke.dist 2007-08-31 22:38:37.989996041 +0200
-@@ -50,8 +50,6 @@ use strict;
- # -- Getopt::Long
- #
- # Point the lib variables to your implementation
--use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-
- use Smokeping 2.002002;
- use Net::SMTP;
-@@ -60,7 +58,7 @@ use Pod::Usage;
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:38:33.000000000 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:40:43.521568691 +0200
-@@ -1,13 +1,11 @@
- #!/usr/bin/perl -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.002002;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
|
[-]
[+]
|
Deleted |
smokeping-2.3.0_distro_paths.patch
^
|
@@ -1,63 +0,0 @@
---- etc/config.dist.orig 2008-01-21 15:02:04.000000000 +0100
-+++ etc/config.dist 2008-02-13 13:08:58.000000000 +0100
-@@ -1,19 +1,17 @@
- *** General ***
-
--owner = Peter Random
--contact = some@address.nowhere
--mailhost = my.mail.host
--sendmail = /usr/lib/sendmail
--# NOTE: do not put the Image Cache below cgi-bin
--# since all files under cgi-bin will be executed ... this is not
--# good for images.
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://some.url/smokeping.cgi
--smokemail = /home/oetiker/checkouts/smokeping/trunk/software/etc/smokemail.dist
--tmail = /home/oetiker/checkouts/smokeping/trunk/software/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
-+
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -21,8 +19,8 @@
- # concurrentprobes = no
-
- *** Alerts ***
--to = alertee@address.somewhere
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -47,7 +45,7 @@
-
- *** Presentation ***
-
--template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -108,7 +106,7 @@
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/home/oetiker/checkouts/smokeping/trunk/software/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.3.0_no_speedy.patch
^
|
@@ -1,20 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/speedy -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ bin/smokeping.dist 2007-08-31 22:36:58.567998344 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.3.0_remove_use_lib.patch
^
|
@@ -1,53 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig 2008-02-13 13:01:50.000000000 +0100
-+++ htdocs/smokeping.cgi.dist 2008-02-13 13:03:52.000000000 +0100
-@@ -1,13 +1,11 @@
- #!/usr/bin/perl -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.003000;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/smokeping.dist.orig 2008-02-13 13:01:50.000000000 +0100
-+++ bin/smokeping.dist 2008-02-13 13:03:12.000000000 +0100
-@@ -1,12 +1,9 @@
- #!/usr/bin/perl -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
--use lib qw(lib);
--
- use Smokeping 2.003000;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::main("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/tSmoke.dist.orig 2008-01-23 16:07:05.000000000 +0100
-+++ bin/tSmoke.dist 2008-02-13 13:01:54.000000000 +0100
-@@ -50,8 +50,6 @@
- # -- Getopt::Long
- #
- # Point the lib variables to your implementation
--use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-
- use Smokeping 2.003000;
- use Net::SMTP;
-@@ -60,7 +58,7 @@
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
|
[-]
[+]
|
Deleted |
smokeping-2.3.1_distro_paths.patch
^
|
@@ -1,63 +0,0 @@
---- etc/config.dist.orig 2008-01-21 15:02:04.000000000 +0100
-+++ etc/config.dist 2008-02-13 13:08:58.000000000 +0100
-@@ -1,19 +1,17 @@
- *** General ***
-
--owner = Peter Random
--contact = some@address.nowhere
--mailhost = my.mail.host
--sendmail = /usr/lib/sendmail
--# NOTE: do not put the Image Cache below cgi-bin
--# since all files under cgi-bin will be executed ... this is not
--# good for images.
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://some.url/smokeping.cgi
--smokemail = /home/oetiker/checkouts/smokeping/trunk/software/etc/smokemail.dist
--tmail = /home/oetiker/checkouts/smokeping/trunk/software/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
-+
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -21,8 +19,8 @@
- # concurrentprobes = no
-
- *** Alerts ***
--to = alertee@address.somewhere
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -47,7 +45,7 @@
-
- *** Presentation ***
-
--template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -108,7 +106,7 @@
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/home/oetiker/checkouts/smokeping/trunk/software/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.3.1_no_speedy.patch
^
|
@@ -1,20 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/speedy -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ bin/smokeping.dist 2007-08-31 22:36:58.567998344 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.3.1_remove_use_lib.patch
^
|
@@ -1,53 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig 2008-02-17 15:12:29.000000000 +0100
-+++ htdocs/smokeping.cgi.dist 2008-02-17 15:13:09.000000000 +0100
-@@ -1,13 +1,11 @@
- #!/usr/sepp/bin/speedy -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.003001;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/smokeping.dist.orig 2008-02-17 15:12:40.000000000 +0100
-+++ bin/smokeping.dist 2008-02-17 15:13:25.000000000 +0100
-@@ -1,12 +1,11 @@
- #!/usr/sepp/bin/perl-5.8.4 -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
- use lib qw(lib);
-
- use Smokeping 2.003001;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/tSmoke.dist.orig 2008-02-17 15:12:49.000000000 +0100
-+++ bin/tSmoke.dist 2008-02-17 15:14:29.000000000 +0100
-@@ -50,8 +50,6 @@
- # -- Getopt::Long
- #
- # Point the lib variables to your implementation
--use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-
- use Smokeping 2.003001;
- use Net::SMTP;
-@@ -60,7 +58,7 @@
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
|
[-]
[+]
|
Deleted |
smokeping-2.3.3_distro_paths.patch
^
|
@@ -1,63 +0,0 @@
---- etc/config.dist.orig 2008-01-21 15:02:04.000000000 +0100
-+++ etc/config.dist 2008-02-13 13:08:58.000000000 +0100
-@@ -1,19 +1,17 @@
- *** General ***
-
--owner = Peter Random
--contact = some@address.nowhere
--mailhost = my.mail.host
--sendmail = /usr/lib/sendmail
--# NOTE: do not put the Image Cache below cgi-bin
--# since all files under cgi-bin will be executed ... this is not
--# good for images.
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://some.url/smokeping.cgi
--smokemail = /home/oetiker/checkouts/smokeping/trunk/software/etc/smokemail.dist
--tmail = /home/oetiker/checkouts/smokeping/trunk/software/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
-+
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -21,8 +19,8 @@
- # concurrentprobes = no
-
- *** Alerts ***
--to = alertee@address.somewhere
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -47,7 +45,7 @@
-
- *** Presentation ***
-
--template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -108,7 +106,7 @@
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/home/oetiker/checkouts/smokeping/trunk/software/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.3.3_no_speedy.patch
^
|
@@ -1,20 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/speedy -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ bin/smokeping.dist 2007-08-31 22:36:58.567998344 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.3.3_remove_use_lib.patch
^
|
@@ -1,53 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig 2008-02-17 15:12:29.000000000 +0100
-+++ htdocs/smokeping.cgi.dist 2008-02-17 15:13:09.000000000 +0100
-@@ -1,13 +1,11 @@
- #!/usr/sepp/bin/speedy -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.003003;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/smokeping.dist.orig 2008-02-17 15:12:40.000000000 +0100
-+++ bin/smokeping.dist 2008-02-17 15:13:25.000000000 +0100
-@@ -1,12 +1,11 @@
- #!/usr/sepp/bin/perl-5.8.4 -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
- use lib qw(lib);
-
- use Smokeping 2.003003;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/tSmoke.dist.orig 2008-02-17 15:12:49.000000000 +0100
-+++ bin/tSmoke.dist 2008-02-17 15:14:29.000000000 +0100
-@@ -50,8 +50,6 @@
- # -- Getopt::Long
- #
- # Point the lib variables to your implementation
--use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-
- use Smokeping 2.003003;
- use Net::SMTP;
-@@ -60,7 +58,7 @@
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
|
[-]
[+]
|
Deleted |
smokeping-2.3.5_distro_paths.patch
^
|
@@ -1,63 +0,0 @@
---- etc/config.dist.orig 2008-01-21 15:02:04.000000000 +0100
-+++ etc/config.dist 2008-02-13 13:08:58.000000000 +0100
-@@ -1,19 +1,17 @@
- *** General ***
-
--owner = Peter Random
--contact = some@address.nowhere
--mailhost = my.mail.host
--sendmail = /usr/lib/sendmail
--# NOTE: do not put the Image Cache below cgi-bin
--# since all files under cgi-bin will be executed ... this is not
--# good for images.
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://some.url/smokeping.cgi
--smokemail = /home/oetiker/checkouts/smokeping/trunk/software/etc/smokemail.dist
--tmail = /home/oetiker/checkouts/smokeping/trunk/software/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
-+
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -21,8 +19,8 @@
- # concurrentprobes = no
-
- *** Alerts ***
--to = alertee@address.somewhere
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -47,7 +45,7 @@
-
- *** Presentation ***
-
--template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -108,7 +106,7 @@
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/home/oetiker/checkouts/smokeping/trunk/software/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.3.5_no_speedy.patch
^
|
@@ -1,20 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/speedy -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ bin/smokeping.dist 2007-08-31 22:36:58.567998344 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.3.5_remove_use_lib.patch
^
|
@@ -1,53 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig 2008-02-17 15:12:29.000000000 +0100
-+++ htdocs/smokeping.cgi.dist 2008-02-17 15:13:09.000000000 +0100
-@@ -1,13 +1,11 @@
- #!/usr/sepp/bin/speedy -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.003005;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/smokeping.dist.orig 2008-02-17 15:12:40.000000000 +0100
-+++ bin/smokeping.dist 2008-02-17 15:13:25.000000000 +0100
-@@ -1,12 +1,11 @@
- #!/usr/sepp/bin/perl-5.8.4 -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
- use lib qw(lib);
-
- use Smokeping 2.003005;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/tSmoke.dist.orig 2008-02-17 15:12:49.000000000 +0100
-+++ bin/tSmoke.dist 2008-02-17 15:14:29.000000000 +0100
-@@ -50,8 +50,6 @@
- # -- Getopt::Long
- #
- # Point the lib variables to your implementation
--use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-
- use Smokeping 2.003005;
- use Net::SMTP;
-@@ -60,7 +58,7 @@
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
|
[-]
[+]
|
Deleted |
smokeping-2.3.6_distro_paths.patch
^
|
@@ -1,63 +0,0 @@
---- etc/config.dist.orig 2008-01-21 15:02:04.000000000 +0100
-+++ etc/config.dist 2008-02-13 13:08:58.000000000 +0100
-@@ -1,19 +1,17 @@
- *** General ***
-
--owner = Peter Random
--contact = some@address.nowhere
--mailhost = my.mail.host
--sendmail = /usr/lib/sendmail
--# NOTE: do not put the Image Cache below cgi-bin
--# since all files under cgi-bin will be executed ... this is not
--# good for images.
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://some.url/smokeping.cgi
--smokemail = /home/oetiker/checkouts/smokeping/trunk/software/etc/smokemail.dist
--tmail = /home/oetiker/checkouts/smokeping/trunk/software/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
-+
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -21,8 +19,8 @@
- # concurrentprobes = no
-
- *** Alerts ***
--to = alertee@address.somewhere
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -47,7 +45,7 @@
-
- *** Presentation ***
-
--template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -108,7 +106,7 @@
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/home/oetiker/checkouts/smokeping/trunk/software/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.3.6_no_speedy.patch
^
|
@@ -1,20 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/speedy -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ bin/smokeping.dist 2007-08-31 22:36:58.567998344 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.3.6_remove_use_lib.patch
^
|
@@ -1,53 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig 2008-02-17 15:12:29.000000000 +0100
-+++ htdocs/smokeping.cgi.dist 2008-02-17 15:13:09.000000000 +0100
-@@ -1,13 +1,11 @@
- #!/usr/sepp/bin/speedy -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.003006;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/smokeping.dist.orig 2008-02-17 15:12:40.000000000 +0100
-+++ bin/smokeping.dist 2008-02-17 15:13:25.000000000 +0100
-@@ -1,12 +1,11 @@
- #!/usr/sepp/bin/perl-5.8.4 -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
- use lib qw(lib);
-
- use Smokeping 2.003006;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/tSmoke.dist.orig 2008-02-17 15:12:49.000000000 +0100
-+++ bin/tSmoke.dist 2008-02-17 15:14:29.000000000 +0100
-@@ -50,8 +50,6 @@
- # -- Getopt::Long
- #
- # Point the lib variables to your implementation
--use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-
- use Smokeping 2.003006;
- use Net::SMTP;
-@@ -60,7 +58,7 @@
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
|
[-]
[+]
|
Deleted |
smokeping-2.4.0_distro_paths.patch
^
|
@@ -1,63 +0,0 @@
---- etc/config.dist.orig 2008-01-21 15:02:04.000000000 +0100
-+++ etc/config.dist 2008-02-13 13:08:58.000000000 +0100
-@@ -1,19 +1,17 @@
- *** General ***
-
--owner = Peter Random
--contact = some@address.nowhere
--mailhost = my.mail.host
--sendmail = /usr/lib/sendmail
--# NOTE: do not put the Image Cache below cgi-bin
--# since all files under cgi-bin will be executed ... this is not
--# good for images.
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://some.url/smokeping.cgi
--smokemail = /home/oetiker/checkouts/smokeping/trunk/software/etc/smokemail.dist
--tmail = /home/oetiker/checkouts/smokeping/trunk/software/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
-+
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -21,8 +19,8 @@
- # concurrentprobes = no
-
- *** Alerts ***
--to = alertee@address.somewhere
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -47,7 +45,7 @@
-
- *** Presentation ***
-
--template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -108,7 +106,7 @@
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/home/oetiker/checkouts/smokeping/trunk/software/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.4.0_no_speedy.patch
^
|
@@ -1,20 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/speedy -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
-Index: bin/smokeping.dist
-===================================================================
---- bin/smokeping.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ bin/smokeping.dist 2007-08-31 22:36:58.567998344 +0200
-@@ -1,4 +1,4 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.4.0_remove_use_lib.patch
^
|
@@ -1,53 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig 2008-02-17 15:12:29.000000000 +0100
-+++ htdocs/smokeping.cgi.dist 2008-02-17 15:13:09.000000000 +0100
-@@ -1,13 +1,11 @@
- #!/usr/sepp/bin/speedy -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.004000;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/smokeping.dist.orig 2008-02-17 15:12:40.000000000 +0100
-+++ bin/smokeping.dist 2008-02-17 15:13:25.000000000 +0100
-@@ -1,12 +1,11 @@
- #!/usr/sepp/bin/perl-5.8.4 -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
- use lib qw(lib);
-
- use Smokeping 2.004000;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/tSmoke.dist.orig 2008-02-17 15:12:49.000000000 +0100
-+++ bin/tSmoke.dist 2008-02-17 15:14:29.000000000 +0100
-@@ -50,8 +50,6 @@
- # -- Getopt::Long
- #
- # Point the lib variables to your implementation
--use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-
- use Smokeping 2.004000;
- use Net::SMTP;
-@@ -60,7 +58,7 @@
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
|
[-]
[+]
|
Deleted |
smokeping-2.4.2_distro_paths.patch
^
|
@@ -1,63 +0,0 @@
---- etc/config.dist.orig 2008-01-21 15:02:04.000000000 +0100
-+++ etc/config.dist 2008-02-13 13:08:58.000000000 +0100
-@@ -1,19 +1,17 @@
- *** General ***
-
--owner = Peter Random
--contact = some@address.nowhere
--mailhost = my.mail.host
--sendmail = /usr/lib/sendmail
--# NOTE: do not put the Image Cache below cgi-bin
--# since all files under cgi-bin will be executed ... this is not
--# good for images.
--imgcache = /home/oetiker/public_html/smokeping-ms/cache
--imgurl = cache
--datadir = /tmp/smokeping-ms/data
--piddir = /tmp/smokeping-ms/var
--cgiurl = http://some.url/smokeping.cgi
--smokemail = /home/oetiker/checkouts/smokeping/trunk/software/etc/smokemail.dist
--tmail = /home/oetiker/checkouts/smokeping/trunk/software/etc/tmail.dist
-+owner = Root at badly configured smokeping box
-+contact = root@localhost
-+mailhost = localhost
-+sendmail = /usr/sbin/sendmail
-+imgcache = /var/cache/smokeping/
-+imgurl = /smokeping
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping/
-+cgiurl = http://localhost/cgi-bin/smokeping.cgi
-+smokemail = /etc/smokeping/smokemail
-+tmail = /etc/smokeping/tmail
-+
- # specify this to get syslog logging
- syslogfacility = local0
- # each probe is now run in its own process
-@@ -21,8 +19,8 @@
- # concurrentprobes = no
-
- *** Alerts ***
--to = alertee@address.somewhere
--from = smokealert@company.xy
-+to = root@localhost
-+from = root@localhost
-
- +someloss
- type = loss
-@@ -47,7 +45,7 @@
-
- *** Presentation ***
-
--template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist
-+template = /etc/smokeping/basepage.html
-
- + charts
-
-@@ -108,7 +106,7 @@
- binary = /usr/sbin/fping
-
- *** Slaves ***
--secrets=/home/oetiker/checkouts/smokeping/trunk/software/etc/smokeping_secrets.dist
-+secrets=/etc/smokeping/smokeping_secrets
- +boomer
- display_name=boomer
- color=0000ff
|
[-]
[+]
|
Deleted |
smokeping-2.4.2_no_speedy.patch
^
|
@@ -1,10 +0,0 @@
-Index: htdocs/smokeping.cgi.dist
-===================================================================
---- htdocs/smokeping.cgi.dist.orig 2007-08-31 22:36:55.275799739 +0200
-+++ htdocs/smokeping.cgi.dist 2007-08-31 22:36:58.559997862 +0200
-@@ -1,4 +1,4 @@
--#!/usr/bin/speedy
-+#!/usr/bin/perl -w
- # -*-perl-*-
-
- use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl);
|
[-]
[+]
|
Deleted |
smokeping-2.4.2_remove_use_lib.patch
^
|
@@ -1,54 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig 2008-07-25 22:07:22.000000000 +0200
-+++ htdocs/smokeping.cgi.dist 2008-07-25 22:08:21.000000000 +0200
-@@ -4,14 +4,11 @@
- use strict;
- use warnings;
-
--use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl);
--use lib qw(/home/oetiker/checkouts/smokeping/trunk/software/lib);
--
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.004002;
-
--Smokeping::cgi("/home/oetiker/checkouts/smokeping/trunk/software/etc/config.dist");
-+Smokeping::cgi("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/smokeping.dist.orig 2008-07-25 22:07:30.000000000 +0200
-+++ bin/smokeping.dist 2008-07-25 22:08:42.000000000 +0200
-@@ -1,13 +1,12 @@
- #!/usr/bin/perl -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl);
- use lib qw(lib);
- use strict;
- use warnings;
- use Smokeping 2.004002;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::main("/etc/smokeping/config");
-
- =head1 NAME
-
---- bin/tSmoke.dist.orig 2008-07-25 22:07:39.000000000 +0200
-+++ bin/tSmoke.dist 2008-07-25 22:09:06.000000000 +0200
-@@ -52,7 +52,6 @@
- #
- # Point the lib variables to your implementation
- use lib qw(lib);
--use lib qw(/usr/local/rrdtool-1.0.39/lib/perl);
-
- use Smokeping 2.004002;
- use Net::SMTP;
-@@ -61,7 +60,7 @@
- use RRDs;
-
- # Point to your Smokeping config file
--my $cfgfile = "etc/config.dist";
-+my $cfgfile = "/etc/smokeping/config";
-
- # global variables
- my $cfg;
|
|
Deleted |
smokeping-2.3.0.tar.gz
^
|
|
Deleted |
smokeping-2.3.1.tar.gz
^
|
|
Deleted |
smokeping-2.3.3.tar.gz
^
|
|
Deleted |
smokeping-2.3.5.tar.gz
^
|
|
Deleted |
smokeping-2.3.6.tar.gz
^
|
|
Deleted |
smokeping-2.4.0.tar.gz
^
|
|
Deleted |
smokeping-2.4.2.tar.gz
^
|
|
Changed |
smokeping-2.6.9.tar.gz
^
|
[-]
[+]
|
Changed |
smokeping.init
^
|
@@ -114,7 +114,7 @@
# Check for missing binaries (stale symlinks should not happen)
# Note: Special treatment of stop for LSB conformance
-SMOKEPING_BIN=/usr/sbin/smokeping
+SMOKEPING_BIN=/usr/bin/smokeping
test -x $SMOKEPING_BIN || { echo "$SMOKEPING_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
|