update smokeping to 2.3.0 (adds multiple hierarchies+filters)

ok okan
This commit is contained in:
sthen 2008-01-29 19:58:39 +00:00
parent da5b2e81fa
commit 0adb28c834
4 changed files with 20 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2007/12/19 17:54:51 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2008/01/29 19:58:39 sthen Exp $
COMMENT= latency logging and graphing system
DISTNAME= smokeping-2.2.7
DISTNAME= smokeping-2.3.0
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}pub/

View File

@ -1,5 +1,5 @@
MD5 (smokeping-2.2.7.tar.gz) = vjNbEF9v9yjp87+am3a+yw==
RMD160 (smokeping-2.2.7.tar.gz) = A3s/isRCsnDpYzdpY1oN4fgoZFQ=
SHA1 (smokeping-2.2.7.tar.gz) = UBHbHM76DV7JZwBvxIK0LE676ts=
SHA256 (smokeping-2.2.7.tar.gz) = KioJ00A3sXN3iTyTnUP+wXf+0HMeKgBw8wxkm8WjHIY=
SIZE (smokeping-2.2.7.tar.gz) = 557546
MD5 (smokeping-2.3.0.tar.gz) = RPBe08brVeZuJDjHkdTQOg==
RMD160 (smokeping-2.3.0.tar.gz) = BkPZNgICJxEitVzeAJXixVOcgoI=
SHA1 (smokeping-2.3.0.tar.gz) = OzZbKW6v850k3a2MduHa0xYr59Q=
SHA256 (smokeping-2.3.0.tar.gz) = sY+oBT/mouKYOsNA5LpjozKatGVQsaTwJ4z5ZpILFKk=
SIZE (smokeping-2.3.0.tar.gz) = 572496

View File

@ -1,16 +1,19 @@
$OpenBSD: patch-etc_config_dist,v 1.4 2007/12/19 17:54:51 sthen Exp $
--- etc/config.dist.orig Wed Sep 12 23:34:58 2007
+++ etc/config.dist Tue Oct 23 11:04:55 2007
@@ -3,14 +3,14 @@
$OpenBSD: patch-etc_config_dist,v 1.5 2008/01/29 19:58:39 sthen Exp $
--- etc/config.dist.orig Mon Jan 21 14:02:04 2008
+++ etc/config.dist Thu Jan 24 19:57:42 2008
@@ -3,17 +3,17 @@
owner = Peter Random
contact = some@address.nowhere
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
+sendmail = /usr/sbin/sendmail
+imgcache = /var/www/htdocs/smokeping/img
+imgurl = /smokeping/img
+datadir = /var/db/smokeping
@ -23,7 +26,7 @@ $OpenBSD: patch-etc_config_dist,v 1.4 2007/12/19 17:54:51 sthen Exp $
# specify this to get syslog logging
syslogfacility = local0
# each probe is now run in its own process
@@ -44,7 +44,7 @@ AVERAGE 0.5 144 720
@@ -47,7 +47,7 @@ AVERAGE 0.5 144 720
*** Presentation ***
@ -32,7 +35,7 @@ $OpenBSD: patch-etc_config_dist,v 1.4 2007/12/19 17:54:51 sthen Exp $
+ charts
@@ -96,10 +96,10 @@ unison_tolerance = 2
@@ -105,10 +105,10 @@ unison_tolerance = 2
+ FPing

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2007/12/19 17:54:51 sthen Exp $
@comment $OpenBSD: PLIST,v 1.11 2008/01/29 19:58:39 sthen Exp $
@newgroup _smokeping:562
@newuser _smokeping:562:562:daemon:Smokeping account:/var/empty:/sbin/nologin
bin/smokeping
@ -47,6 +47,7 @@ ${PMDIR}/Smokeping/probes/LDAP.pm
${PMDIR}/Smokeping/probes/Radius.pm
${PMDIR}/Smokeping/probes/RemoteFPing.pm
${PMDIR}/Smokeping/probes/SSH.pm
${PMDIR}/Smokeping/probes/TCPPing.pm
${PMDIR}/Smokeping/probes/TacacsPlus.pm
${PMDIR}/Smokeping/probes/TelnetIOSPing.pm
${PMDIR}/Smokeping/probes/TelnetJunOSPing.pm
@ -107,6 +108,7 @@ share/doc/smokeping/probes/LDAP.txt
share/doc/smokeping/probes/Radius.txt
share/doc/smokeping/probes/RemoteFPing.txt
share/doc/smokeping/probes/SSH.txt
share/doc/smokeping/probes/TCPPing.txt
share/doc/smokeping/probes/TacacsPlus.txt
share/doc/smokeping/probes/TelnetIOSPing.txt
share/doc/smokeping/probes/TelnetJunOSPing.txt