Changes of Revision 3
[-] | Added | smokeping.spec |
x 1
2 +%define _use_internal_dependency_generator 0 3 + 4 +%define __find_requires sh -c "/usr/lib/rpm/find-requires | %{__sed} -r -e '/Authen::(Radius|Tacas)*/d; /Smokeping/d; '" 5 + 6 +%define __find_provides sh -c "sed -e '\\#/usr/share/smokeping#d' | /usr/lib/rpm/find-provides" 7 + 8 +Summary: Latency Logging and Graphing System 9 +Name: smokeping 10 +Version: 2.4.2 11 +Release: 6%{?dist} 12 +License: GPLv2+ 13 +Group: Applications/Internet 14 +URL: http://oss.oetiker.ch/smokeping/ 15 +Source0: %{url}/pub/%{name}-%{version}.tar.gz 16 +Source1: smokeping.init 17 +Source2: smokeping-httpd.conf.d 18 +Source3: http://oss.oetiker.ch/smokeping-demo/img/smokeping.png 19 +Source4: http://oss.oetiker.ch/smokeping-demo/img/rrdtool.png 20 +Source5: README.fedora 21 +Patch0: smokeping-2.4.2-path.patch 22 +Patch1: smokeping-2.4.2-config.patch 23 +Patch2: smokeping-2.4.2-tr.patch 24 +Patch3: smokeping-2.3.5-silence.patch 25 +Patch4: smokeping-2.4.2-jsonrpc-strict.patch 26 +BuildRequires: glibc-common 27 +Requires: perl >= 5.6.1 rrdtool >= 1.0.33 fping >= 2.4b2 traceroute 28 +# Not picked up for some reason 29 +Requires: perl(Config::Grammar) 30 +Requires: webserver net-tools 31 +Requires(post): chkconfig 32 +Requires(preun): chkconfig initscripts 33 +Requires(postun): initscripts 34 +BuildArch: noarch 35 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 36 + 37 +%description 38 +SmokePing is a latency logging and graphing system. It consists of a 39 +daemon process which organizes the latency measurements and a CGI 40 +which presents the graphs. 41 + 42 +%prep 43 +%setup -q 44 +%patch0 -p1 45 +%patch1 -p1 46 +%patch2 -p1 47 +%patch3 -p1 48 +%patch4 -p1 49 + 50 +%{__install} -p -m 0644 %{SOURCE5} . 51 +iconv -f ISO-8859-1 -t utf-8 -o CHANGES.utf8 CHANGES 52 +touch -r CHANGES CHANGES.utf8 53 +%{__mv} CHANGES.utf8 CHANGES 54 + 55 +# ship only html docs 56 +find doc -name *.pod -delete 57 +find doc -name *.txt -delete 58 +find doc -name *.[1-9] -delete 59 + 60 +# remove some external modules 61 +%{__rm} -rf lib/{CGI,Config,Digest,JSON} 62 +%{__rm} -rf lib/{SNMP_Session,SNMP_util,BER,JSON}.pm 63 +%{__rm} -f lib/Qooxdoo/JSONRPC.pm 64 + 65 +%build 66 +# nothing to build 67 + 68 +%install 69 +%{__rm} -rf %{buildroot} 70 + 71 +%{__install} -d %{buildroot}%{_sysconfdir}/%{name} \ 72 + %{buildroot}%{_datadir}/%{name}/{lib,cgi,htdocs} \ 73 + %{buildroot}%{_localstatedir}/lib/%{name}/{rrd,images} \ 74 + %{buildroot}%{_localstatedir}/run/%{name} 75 + 76 +%{__install} -Dp -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name} 77 +%{__install} -Dp -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf 78 + 79 +%{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{buildroot}%{_datadir}/%{name}/htdocs 80 + 81 +for f in config basepage.html smokemail tmail smokeping_secrets ; do 82 + %{__install} -p -m 0644 etc/$f.dist %{buildroot}%{_sysconfdir}/%{name}/$f 83 +done 84 +%{__chmod} 0640 %{buildroot}%{_sysconfdir}/%{name}/smokeping_secrets 85 + 86 +%{__install} -Dp -m 0755 bin/smokeping.dist %{buildroot}%{_sbindir}/smokeping 87 +%{__install} -Dp -m 0755 bin/tSmoke.dist %{buildroot}%{_bindir}/tSmoke 88 + 89 +%{__install} -Dp -m 0755 htdocs/%{name}.cgi.dist \ 90 + %{buildroot}%{_datadir}/%{name}/cgi/%{name}.cgi 91 + 92 +%{__install} -Dp -m 0755 htdocs/tr.cgi.dist \ 93 + %{buildroot}%{_datadir}/%{name}/cgi/tr.cgi 94 + 95 +%{__cp} -rp htdocs/{cropper,resource,script,tr.html} %{buildroot}%{_datadir}/%{name}/htdocs 96 + 97 +%{__cp} -rp lib/* %{buildroot}/%{_datadir}/%{name}/lib 98 + 99 +find %{buildroot}%{_datadir}/%{name} -name *.pm | xargs chmod 0644 100 + 101 +%clean 102 +%{__rm} -rf %{buildroot} 103 + 104 +%post 105 +if [ $1 = 1 ] ; then 106 + /sbin/chkconfig --add %{name} 107 +fi 108 + 109 +%preun 110 +if [ $1 = 0 ] ; then 111 + /sbin/service %{name} stop >/dev/null 2>&1 || : 112 + /sbin/chkconfig --del %{name} 113 +fi 114 + 115 +%postun 116 +if [ $1 -ge 1 ] ; then 117 + /sbin/service %{name} condrestart >/dev/null 2>&1 || : 118 +fi 119 + 120 +%files 121 +%defattr(-, root, root, -) 122 +%doc doc CHANGES CONTRIBUTORS COPYRIGHT COPYING README TODO README.fedora 123 +%{_sbindir}/smokeping 124 +%{_bindir}/tSmoke 125 +%{_initrddir}/%{name} 126 +%dir %{_sysconfdir}/%{name} 127 +%config(noreplace) %{_sysconfdir}/%{name}/* 128 +%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf 129 +%{_datadir}/%{name} 130 +%dir %{_localstatedir}/lib/%{name} 131 +%{_localstatedir}/lib/%{name}/rrd 132 +%{_localstatedir}/run/%{name} 133 +%attr(0755, apache, root) %{_localstatedir}/lib/%{name}/images 134 + 135 +%changelog 136 +* Sat Oct 18 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.4.2-6 137 +- Fix README.fedora 138 + 139 +* Sun Oct 5 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.4.2-5 140 +- move Qooxdoo::JSONRPC to separate package 141 + 142 +* Tue Sep 16 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.4.2-4 143 +- use mv macro 144 +- fix cut-n-paste error in rm lines 145 +- remove perl as buildreq 146 + 147 +* Mon Sep 15 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.4.2-3 148 +- Fix perms on writeable dir for apache 149 +- More sane handling of external perl modules 150 +- Add smoketrace instructions and patches 151 + 152 +* Sat Aug 23 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.4.2-2 153 +- Fix README.fedora 154 +- New rpm is picky, fixed 155 + 156 +* Sat Aug 23 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.4.2-1 157 +- 2.4.2 158 + 159 +* Thu Jul 3 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.4.1-1 160 +- 2.4.1 161 + 162 +* Mon Apr 7 2008 Terje Rosten <terje.rosten@ntnu.no> - 2.3.5-1 163 +- 2.3.5 164 +- More or less a complete rewrite 165 + 166 +* Sun Jan 14 2007 Wil Cooley <wcooley@nakedape.cc> - 2.0.9-2 167 +- Disable internal dependency generator; I was doing this in my ~/.rpmmacros, 168 + which probably isn't a good idea. 169 + 170 +* Tue Dec 05 2006 Wil Cooley <wcooley@nakedape.cc> - 2.0.9-1 171 +- Updated to 2.0.9. 172 +- Use 'dist' variable like Fedora Extras instead of vendor_tag and dist_tag. 173 +- Do chkconfig/service in the correct places with appropriate checks. 174 + 175 +* Wed Nov 09 2005 Wil Cooley <wcooley@nakedape.cc> - 2.0.4-0.0 176 +- Updated to 2.0.4. 177 +- Filter requirements for some internally-provided or optional modules. 178 + 179 +* Tue Jun 21 2005 Wil Cooley <wcooley@nakedape.cc> - 2.0-0.2rc5 180 +- Added chkconfig in post and preun sections. 181 +- Changed some permissions to make rpmlint less unhappy. 182 + 183 +* Thu Jun 16 2005 Wil Cooley <wcooley@nakedape.cc> - 2.0-2.nac.0.5 184 +- Updated for 2.0rc5. 185 + 186 +* Wed Mar 17 2004 Wil Cooley <wcooley@nakedape.cc> 1.28-2.nac 187 +- Rebuilt for 1.28. 188 +- Removed unnecessary stuff for setting up Apache. 189 + 190 +* Fri Mar 12 2004 Curtis Doty <Curtis@GreenKey.net> 191 +- [1.27] rebuilt without issue 192 + 193 +* Sun Jan 25 2004 Curtis Doty <Curtis@GreenKey.net> 194 +- [1.25] merge with upstream and hanecak 195 +- add dependency on new perl-PersistentPerl (SpeedyCGI) 196 +- use working config in the right location 197 +- more rabid decrufting of hard-coded references to rrdtool 198 + 199 +* Mon Oct 06 2003 Curtis Doty <Curtis@GreenKey.net> 200 +- [1.24] merge with upstream 201 |
||
[+] | Added | smokeping-2.3.5-silence.patch ^ |
@@ -0,0 +1,21 @@ +diff -uNr -x '*~' smokeping-2.3.5.orig/lib/Smokeping.pm smokeping-2.3.5/lib/Smokeping.pm +--- smokeping-2.3.5.orig/lib/Smokeping.pm 2008-03-29 08:47:19.000000000 +0100 ++++ smokeping-2.3.5/lib/Smokeping.pm 2008-04-07 21:03:14.000000000 +0200 +@@ -3551,7 +3551,7 @@ + } + print "Warning: no logging method specified. Messages will be lost.\n" + unless $logging; +- print "Daemonizing $0 ...\n"; ++ #print "Daemonizing $0 ...\n"; + defined (my $pid = fork) or die "Can't fork: $!"; + if ($pid) { + exit; +@@ -3611,7 +3611,7 @@ + die "missing facility?" unless defined $fac; + $syslog_facility = $fac if defined $fac; + $syslog_priority = $pri if defined $pri; +- print "Note: logging to syslog as $syslog_facility/$syslog_priority.\n"; ++ #print "Note: logging to syslog as $syslog_facility/$syslog_priority.\n"; + openlog(basename($0), 'pid', $syslog_facility); + eval { + syslog($syslog_priority, 'Starting syslog logging'); | ||
[+] | Added | smokeping-2.4.2-config.patch ^ |
@@ -0,0 +1,156 @@ +diff -uNr -x '*~' smokeping-2.4.2.orig/etc/basepage.html.dist smokeping-2.4.2/etc/basepage.html.dist +--- smokeping-2.4.2.orig/etc/basepage.html.dist 2008-04-26 15:00:16.000000000 +0200 ++++ smokeping-2.4.2/etc/basepage.html.dist 2008-08-25 21:17:04.000000000 +0200 +@@ -53,10 +53,10 @@ + --> + </STYLE> + +-<script src="cropper/lib/prototype.js" type="text/javascript"></script> +-<script src="cropper/lib/scriptaculous.js?load=builder,dragdrop" type="text/javascript"></script> +-<script src="cropper/cropper.js" type="text/javascript"></script> +-<script src="cropper/smokeping-zoom.js" type="text/javascript"></script> ++<script src="/smokeping/cropper/lib/prototype.js" type="text/javascript"></script> ++<script src="/smokeping/cropper/lib/scriptaculous.js?load=builder,dragdrop" type="text/javascript"></script> ++<script src="/smokeping/cropper/cropper.js" type="text/javascript"></script> ++<script src="/smokeping/cropper/smokeping-zoom.js" type="text/javascript"></script> + + + +diff -uNr -x '*~' smokeping-2.4.2.orig/etc/config.dist smokeping-2.4.2/etc/config.dist +--- smokeping-2.4.2.orig/etc/config.dist 2008-07-24 19:36:57.000000000 +0200 ++++ smokeping-2.4.2/etc/config.dist 2008-08-25 21:17:21.000000000 +0200 +@@ -1,19 +1,19 @@ + *** General *** + +-owner = Peter Random +-contact = some@address.nowhere ++owner = Super User ++contact = root@localhost + mailhost = my.mail.host +-sendmail = /usr/lib/sendmail ++sendmail = /usr/sbin/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 ++imgcache = /var/lib/smokeping/images ++imgurl = /smokeping/images ++datadir = /var/lib/smokeping/rrd ++piddir = /var/run/smokeping ++cgiurl = http://localhost/smokeping/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 +21,8 @@ + # concurrentprobes = no + + *** Alerts *** +-to = alertee@address.somewhere +-from = smokealert@company.xy ++to = root@localhost ++from = root@localhost + + +someloss + type = loss +@@ -47,7 +47,7 @@ + + *** Presentation *** + +-template = /home/oetiker/checkouts/smokeping/trunk/software/etc/basepage.html.dist ++template = /etc/smokeping/basepage.html + + + charts + +@@ -108,7 +108,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 +@@ -119,28 +119,57 @@ + + *** Targets *** + ++#menuextra = <a target='_blank' href='/smokeping/tr.html{HOST}' class='{CLASS}' \ ++# onclick="window.open(this.href,this.target, \ ++# 'width=800,height=500,toolbar=no,location=no,status=no,scrollbars=no'); \ ++# return false;">*</a> ++# + probe = FPing + + menu = Top + title = Network Latency Grapher +-remark = Welcome to the SmokePing website of xxx Company. \ ++remark = Welcome to the SmokePing website of <b>Insert Company Name Here</b>. \ + Here you will learn all about the latency of our network. + +-+ Test +-menu= Targets +-#parents = owner:/Test/James location:/ +- +-++ James +- +-menu = James +-title =James +-alerts = someloss +-slaves = boomer slave2 +-host = james.address +- +-++ MultiHost +- +-menu = Multihost +-title = James and James as seen from Boomer +-host = /Test/James /Test/James~boomer +++ Ping ++ ++menu = Fedora ++title = Fedora Pings ++ ++++ FedoraprojectOrg ++ ++menu = fedoraproject.org ++title = Fedora Webserver ++host = fedoraproject.org ++ ++++ DocsFedoraprojectOrg ++ ++menu = docs.fedoraproject.org ++title = Fedora Docs Webserver ++host = docs.fedoraproject.org ++ ++++ PlanetFedora ++ ++menu = planet.fedoraproject.org ++title = Planet Fedora ++host = planet.fedoraproject.org ++ ++# ++# Lots of more options are available, please have a look in the included documentation. ++# ++ ++ ++#++ James ++ ++#menu = James ++#title =James ++#alerts = someloss ++#slaves = boomer slave2 ++#host = james.address ++ ++#++ MultiHost ++ ++#menu = Multihost ++#title = James and James as seen from Boomer ++#host = /Test/James /Test/James~boomer + | ||
[+] | Added | smokeping-2.4.2-jsonrpc-strict.patch ^ |
@@ -0,0 +1,12 @@ +diff -uNr -x '*~' smokeping-2.4.2.orig/lib/Qooxdoo/JSONRPC.pm smokeping-2.4.2/lib/Qooxdoo/JSONRPC.pm +--- smokeping-2.4.2.orig/lib/Qooxdoo/JSONRPC.pm 2008-07-24 20:25:28.000000000 +0200 ++++ smokeping-2.4.2/lib/Qooxdoo/JSONRPC.pm 2008-09-15 20:23:25.000000000 +0200 +@@ -18,7 +18,7 @@ + # The JSON-RPC implementation. + # Use perldoc on this file to view documentation + +-use strict; ++#use strict; + + use JSON; + | ||
[+] | Added | smokeping-2.4.2-path.patch ^ |
@@ -0,0 +1,69 @@ +diff -uNr -x '*~' smokeping-2.4.2.orig/bin/smokeping.dist smokeping-2.4.2/bin/smokeping.dist +--- smokeping-2.4.2.orig/bin/smokeping.dist 2008-07-24 19:37:05.000000000 +0200 ++++ smokeping-2.4.2/bin/smokeping.dist 2008-08-24 14:55:31.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 lib qw(/usr/share/smokeping/lib); + use strict; + use warnings; + use Smokeping 2.004002; + +-Smokeping::main("etc/config.dist"); ++Smokeping::main("/etc/smokeping/config"); + + =head1 NAME + +diff -uNr -x '*~' smokeping-2.4.2.orig/bin/tSmoke.dist smokeping-2.4.2/bin/tSmoke.dist +--- smokeping-2.4.2.orig/bin/tSmoke.dist 2008-07-24 19:37:05.000000000 +0200 ++++ smokeping-2.4.2/bin/tSmoke.dist 2008-08-24 14:56:09.000000000 +0200 +@@ -51,8 +51,7 @@ + # -- Getopt::Long + # + # Point the lib variables to your implementation +-use lib qw(lib); +-use lib qw(/usr/local/rrdtool-1.0.39/lib/perl); ++use lib qw(/usr/share/smokeping/lib); + + use Smokeping 2.004002; + use Net::SMTP; +diff -uNr -x '*~' smokeping-2.4.2.orig/htdocs/smokeping.cgi.dist smokeping-2.4.2/htdocs/smokeping.cgi.dist +--- smokeping-2.4.2.orig/htdocs/smokeping.cgi.dist 2008-07-24 19:37:05.000000000 +0200 ++++ smokeping-2.4.2/htdocs/smokeping.cgi.dist 2008-08-24 14:57:14.000000000 +0200 +@@ -1,17 +1,16 @@ +-#!/usr/bin/speedy ++#!/usr/bin/perl + # -*-perl-*- + + 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 lib qw(/usr/share/smokeping/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 + +diff -uNr -x '*~' smokeping-2.4.2.orig/htdocs/tr.cgi.dist smokeping-2.4.2/htdocs/tr.cgi.dist +--- smokeping-2.4.2.orig/htdocs/tr.cgi.dist 2008-07-24 20:25:28.000000000 +0200 ++++ smokeping-2.4.2/htdocs/tr.cgi.dist 2008-08-24 14:58:03.000000000 +0200 +@@ -1,7 +1,6 @@ +-#!/usr/sepp/bin/speedy-5.8.8 -w ++#!/usr/bin/perl + use strict; +-use lib qw(/home/oposs/smokeping/software/lib); +-use lib qw(perl); ++use lib qw(/usr/share/smokeping/lib); + + use CGI; + use CGI::Util qw(expires); | ||
[+] | Added | smokeping-2.4.2-tr.patch ^ |
@@ -0,0 +1,11 @@ +diff -uNr -x '*~' smokeping-2.4.2.orig/htdocs/tr.html smokeping-2.4.2/htdocs/tr.html +--- smokeping-2.4.2.orig/htdocs/tr.html 2008-07-24 20:25:28.000000000 +0200 ++++ smokeping-2.4.2/htdocs/tr.html 2008-08-24 15:26:05.000000000 +0200 +@@ -2,6 +2,6 @@ + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>SmokeTrace</title> +- <script type="text/javascript" src="script/Tr.js"></script> ++ <script type="text/javascript" src="/smokeping/script/Tr.js"></script> + </head> + </html> | ||
[+] | Added | README.fedora ^ |
@@ -0,0 +1,65 @@ +Some useful information about smokeping as packaged by Fedora +------------------------------------------------------------- + +To use the package +------------------ + + o Define you targets in /etc/smokeping/config + + There are some examples defined all ready, for more options please consult + the documentation available here: + + file:///usr/share/doc/smokeping-2.4.2/doc/smokeping_install.html + + o Start the smokeping daemon: + + $ service smokeping start + $ chkconfig --level 35 smokeping on + + o Start Apache httpd webserver: + + $ service httpd start + $ chkconfig --level 35 httpd on + + o smokeping in it's full glory is now serving you at the following address: + + http://localhost/smokeping/sm.cgi + + Please visit with your browser of choice. You might have to wait some + time until the daemon has got some data to see something useful + + If you want to access smokeping from a remote host, please edit + /etc/httpd/conf.d/smokeping.conf + + +To enable SmokeTrace support +---------------------------- + o Uncomment the SmokeTrace section in /etc/smokeping/config + + o Make the traceroute binary setuid: + + $ chmod u+s /bin/traceroute + + (Beware of the security implications this action might have) + + o Uncomment the tr.cgi ScriptAlias line in /etc/httpd/conf.d/smokeping.conf . + + o Restart the webserver + + $ service httpd restart + + +Caveats +------- + + The TacacsPlus and Radius probes needs the Authen::Tacas and/or + Authen::Radius CPAN modules, in order to use these probes, please + install these modules. + +Happy pinging! + + + + + + | ||
Added | rrdtool.png ^ | |
Added | smokeping-2.4.2-6.fc9.src.rpm ^ | |
Added | smokeping-2.4.2.tar.gz ^ | |
[+] | Added | smokeping-httpd.conf.d ^ |
@@ -0,0 +1,16 @@ +<Directory "/usr/share/smokeping" > + Order deny,allow + Deny from all + Allow from 127.0.0.1 +</Directory> + +<Directory "/var/lib/smokeping" > + Order deny,allow + Deny from all + Allow from 127.0.0.1 +</Directory> + +ScriptAlias /smokeping/sm.cgi /usr/share/smokeping/cgi/smokeping.cgi +#ScriptAlias /smokeping/tr.cgi /usr/share/smokeping/cgi/tr.cgi +Alias /smokeping/images /var/lib/smokeping/images +Alias /smokeping /usr/share/smokeping/htdocs | ||
[+] | Added | smokeping.init ^ |
@@ -0,0 +1,75 @@ +#! /bin/bash +# +# smokeping This starts and stops the smokeping daemon +# chkconfig: - 98 11 +# description: Start and top the smokeping daemon +# processname: smokeping +# +### BEGIN INIT INFO +# Provides: smokeping +# Required-Start: $local_fs $network +# Required-Stop: $local_fs $network +# Default-Start: +# Default-Stop: 0 1 2 3 4 5 6 +# Short-Description: Start and stop the smokeping daemon +# Description: Daemon for smokeping - Latency Logging and Graphing System +### END INIT INFO +# + +# Source function library. +. /etc/rc.d/init.d/functions + +SMOKEPING=/usr/sbin/smokeping +LOCKF=/var/lock/subsys/smokeping +CONFIG=/etc/smokeping/config +PID=/var/run/smokeping/smokeping.pid + +RETVAL=0 + +case "$1" in + start) + [ -x $SMOKEPING ] || exit 5 + [ -f $CONFIG ] || exit 6 + echo -n $"Starting smokeping: " + daemon $SMOKEPING + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch $LOCKF + ;; + stop) + echo -n $"Stopping smokeping: " + killproc $SMOKEPING + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f $LOCKF $PID + ;; + status) + status smokeping + RETVAL=$? + ;; + reload) + echo -n $"Reloading smokeping: " + killproc $SMOKEPING -HUP + RETVAL=$? + echo + ;; + restart|force-reload) + $0 stop + sleep 3 + $0 start + RETVAL=$? + ;; + condrestart|try-restart) + if [ -f $LOCKF ] ; then + $0 stop + sleep 3 + $0 start + RETVAL=$? + fi + ;; + *) + echo $"Usage: $0 {start|stop|status|restart|force-reload|reload|condrestart|try-restart}" + exit 1 +esac + +exit $RETVAL | ||
Added | smokeping.png ^ |