summaryrefslogtreecommitdiff
path: root/net/smokeping/PLIST
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-01-22 21:50:54 +0000
committeradrianp <adrianp@pkgsrc.org>2005-01-22 21:50:54 +0000
commit7f9b28302d4e95372c23ba80510a30e956bdd331 (patch)
tree031b8f94f4da6ececcfd556e6dd156ef125dfb8e /net/smokeping/PLIST
parentca451a948e86f0bf816885527b467bdf047d2379 (diff)
downloadpkgsrc-7f9b28302d4e95372c23ba80510a30e956bdd331.tar.gz
- Update to 1.37
- Migrate to SUBST_* framework - Don't hardcode references to /var, use ${VARBASE} instead 2005/1/12 -- 1.37 * base class did assume that concurrent probes were off by default -- Niko Tyni <ntyni *iki.fi> 2005/1/7 -- 1.36 (1.35 was an internal release) * concurrent probes are default now, together with a 'random' offset to make sure not all smokepings hit the net at the same time -- Tobi * fixes for loggin -- Niko Tyni <ntyni *iki.fi> - warn if no logging method is active while daemonizing. - turn debugging on before loading the config file. - make do_debuglog a no-op if $use_debuglog isn't set - add debug info to FPing* probes - print the RRD create and update strings when debugging * Allow probe- and target-specific number of pings -- Niko Tyni <ntyni *iki.fi> * RemoteFPing probe revisited and fixed. Note this probe allowed PROBE_CONF config where this was technically not possible. Now these settings are done in the ***Probes*** section ... you have to fix your config files -- Niko Tyni <ntyni *iki.fi> * fixed many typos and some seemingly numeric comparisons -- Niko Tyni <ntyni *iki.fi> * new feature 'concurrentprobes' allow to run multiple probes in paralell and at different step width. -- Niko Tyni <ntyni *iki.fi> * allow to define multiple instances of a sigle probe -- Niko Tyni <ntyni *iki.fi> * fix --filter again ... pathprefix was still in there -- tobi 2004/11/29 -- 1.34 (1.32 + 1.33 were internal only releases) * added SNPP support as suggested by jdelisle -- tobi * added ipv6 support to EchoPing probe -- Niko Tyni <ntyni *iki.fi> * fix for Radius probe -- Niko Tyni <ntyni *iki.fi> * added new alert plugins called matchers -- tobi * created matcher::avgratio sponsored by virtela.net -- tobi * make --filter option actually work -- tobi * removed maxmedian magic regexp ... -- tobi * added new alert type matcher -- tobi * fixed pod errors -- Niko Tyni <ntyni *iki.fi> * allow to mix programs and email addresses in alerts --tobi * allow to define recipient per alert --tobi 2004/08/04 -- 1.31 * added anotherdns and anotherssh probes -- Christoph.Heine *HaDiKo.DE * modify FPing probes to skip ICPM errors in the output -- Tobi * modify RemoteFPing probe to work with normal fping that outputs via stderr. -- Tobi * allow timeout to be specified in base::forks based probes -- Tobi * Added ssh probe -- Christian Recktenwald <smokeping-contact *citecs.de>
Diffstat (limited to 'net/smokeping/PLIST')
-rw-r--r--net/smokeping/PLIST67
1 files changed, 41 insertions, 26 deletions
diff --git a/net/smokeping/PLIST b/net/smokeping/PLIST
index fc461824ca6..7ac39db417b 100644
--- a/net/smokeping/PLIST
+++ b/net/smokeping/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/01/22 21:50:54 adrianp Exp $
bin/smokeping
lib/smokeping/BER.pm
lib/smokeping/ISG/ParseConfig.pm
@@ -6,6 +6,11 @@ lib/smokeping/SNMP_Session.pm
lib/smokeping/SNMP_util.pm
lib/smokeping/Smokeping.pm
lib/smokeping/ciscoRttMonMIB.pm
+lib/smokeping/matchers/avgratio.pm
+lib/smokeping/matchers/base.pm
+lib/smokeping/matchers/median.pm
+lib/smokeping/probes/AnotherDNS.pm
+lib/smokeping/probes/AnotherSSH.pm
lib/smokeping/probes/CiscoRTTMonDNS.pm
lib/smokeping/probes/CiscoRTTMonEchoICMP.pm
lib/smokeping/probes/CiscoRTTMonTcpConnect.pm
@@ -24,6 +29,7 @@ lib/smokeping/probes/IOSPing.pm
lib/smokeping/probes/LDAP.pm
lib/smokeping/probes/Radius.pm
lib/smokeping/probes/RemoteFPing.pm
+lib/smokeping/probes/SSH.pm
lib/smokeping/probes/base.pm
lib/smokeping/probes/basefork.pm
lib/smokeping/probes/basevars.pm
@@ -34,43 +40,52 @@ share/doc/smokeping/CHANGES
share/doc/smokeping/CONTRIBUTORS
share/doc/smokeping/COPYING
share/doc/smokeping/COPYRIGHT
-share/doc/smokeping/CiscoRTTMonDNS.pm.txt
-share/doc/smokeping/CiscoRTTMonEchoICMP.pm.txt
-share/doc/smokeping/CiscoRTTMonTcpConnect.pm.txt
-share/doc/smokeping/Curl.pm.txt
-share/doc/smokeping/DNS.pm.txt
-share/doc/smokeping/EchoPing.pm.txt
-share/doc/smokeping/EchoPingChargen.pm.txt
-share/doc/smokeping/EchoPingDiscard.pm.txt
-share/doc/smokeping/EchoPingHttp.pm.txt
-share/doc/smokeping/EchoPingHttps.pm.txt
-share/doc/smokeping/EchoPingIcp.pm.txt
-share/doc/smokeping/EchoPingSmtp.pm.txt
-share/doc/smokeping/FPing.pm.txt
-share/doc/smokeping/FPing6.pm.txt
-share/doc/smokeping/IOSPing.pm.txt
-share/doc/smokeping/LDAP.pm.txt
share/doc/smokeping/ParseConfig.pm.txt
share/doc/smokeping/README
-share/doc/smokeping/Radius.pm.txt
-share/doc/smokeping/RemoteFPing.pm.txt
share/doc/smokeping/Smokeping.pm.txt
share/doc/smokeping/TODO
-share/doc/smokeping/base.pm.txt
-share/doc/smokeping/basefork.pm.txt
-share/doc/smokeping/basevars.pm.txt
-share/doc/smokeping/passwordchecker.pm.txt
share/doc/smokeping/smokeping.cgi.txt
share/doc/smokeping/smokeping.txt
share/doc/smokeping/smokeping_config.txt
share/doc/smokeping/smokeping_install.txt
-share/doc/smokeping/telnetIOSPing.pm.txt
+share/doc/smokeping/matchers/avgratio.pm.txt
+share/doc/smokeping/matchers/base.pm.txt
+share/doc/smokeping/matchers/median.pm.txt
+share/doc/smokeping/probes/AnotherDNS.pm.txt
+share/doc/smokeping/probes/AnotherSSH.pm.txt
+share/doc/smokeping/probes/CiscoRTTMonDNS.pm.txt
+share/doc/smokeping/probes/CiscoRTTMonEchoICMP.pm.txt
+share/doc/smokeping/probes/CiscoRTTMonTcpConnect.pm.txt
+share/doc/smokeping/probes/Curl.pm.txt
+share/doc/smokeping/probes/DNS.pm.txt
+share/doc/smokeping/probes/EchoPing.pm.txt
+share/doc/smokeping/probes/EchoPingChargen.pm.txt
+share/doc/smokeping/probes/EchoPingDiscard.pm.txt
+share/doc/smokeping/probes/EchoPingHttp.pm.txt
+share/doc/smokeping/probes/EchoPingHttps.pm.txt
+share/doc/smokeping/probes/EchoPingIcp.pm.txt
+share/doc/smokeping/probes/EchoPingSmtp.pm.txt
+share/doc/smokeping/probes/FPing.pm.txt
+share/doc/smokeping/probes/FPing6.pm.txt
+share/doc/smokeping/probes/IOSPing.pm.txt
+share/doc/smokeping/probes/LDAP.pm.txt
+share/doc/smokeping/probes/Radius.pm.txt
+share/doc/smokeping/probes/RemoteFPing.pm.txt
+share/doc/smokeping/probes/SSH.pm.txt
+share/doc/smokeping/probes/base.pm.txt
+share/doc/smokeping/probes/basefork.pm.txt
+share/doc/smokeping/probes/basevars.pm.txt
+share/doc/smokeping/probes/passwordchecker.pm.txt
+share/doc/smokeping/probes/telnetIOSPing.pm.txt
share/examples/smokeping/basepage.html.dist
share/examples/smokeping/config-echoping.dist
share/examples/smokeping/config.dist
share/examples/smokeping/smokemail.dist
-@dirrm share/doc/smokeping
@dirrm share/examples/smokeping
-@dirrm lib/smokeping/ISG
+@dirrm share/doc/smokeping/matchers
+@dirrm share/doc/smokeping/probes
+@dirrm share/doc/smokeping
@dirrm lib/smokeping/probes
+@dirrm lib/smokeping/matchers
+@dirrm lib/smokeping/ISG
@dirrm lib/smokeping