Update to nedi-1.0.8.
This commit is contained in:
parent
a24e03725f
commit
585b611001
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:35:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2013/05/04 20:34:33 mglocker Exp $
|
||||
|
||||
COMMENT = network discovery tool
|
||||
|
||||
DISTNAME = nedi-bsd-1.0.7
|
||||
PKGNAME = nedi-1.0.7
|
||||
REVISION = 1
|
||||
DISTNAME = nedi-bsd-1.0.8
|
||||
PKGNAME = nedi-1.0.8
|
||||
EXTRACT_SUFX = .tgz
|
||||
CATEGORIES = net
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (nedi-bsd-1.0.7.tgz) = PPS7n8OJ8qh/4HUgWmeeKw==
|
||||
RMD160 (nedi-bsd-1.0.7.tgz) = ycjAaRXNwLS/wrhBYWASnU5iOG8=
|
||||
SHA1 (nedi-bsd-1.0.7.tgz) = dEuREVcRxlD0fi2+iQv4mSBu+ck=
|
||||
SHA256 (nedi-bsd-1.0.7.tgz) = 88STEDw91ALMVFvXn/JRWll4g5X2oZrBMubjpDdehhI=
|
||||
SIZE (nedi-bsd-1.0.7.tgz) = 2844279
|
||||
SHA256 (nedi-bsd-1.0.8.tgz) = eG5YfevTr+7Tn9QXwQVE/jcma1kpw1ZM+uIMod6PG5w=
|
||||
SIZE (nedi-bsd-1.0.8.tgz) = 3249520
|
||||
|
@ -1,11 +1,19 @@
|
||||
--- html/log/msg.txt.orig Sat Feb 11 13:14:40 2012
|
||||
+++ html/log/msg.txt Sun Feb 12 09:50:19 2012
|
||||
@@ -25,7 +25,7 @@ Getting started:
|
||||
<form method="post" action="System-Files.php">
|
||||
<input type="hidden" name="file" value="<?=$nedipath?>/inc/crontab">
|
||||
--- html/log/msg.txt.orig Sat Apr 27 16:46:21 2013
|
||||
+++ html/log/msg.txt Sat Apr 27 16:46:42 2013
|
||||
@@ -52,7 +52,8 @@ Getting started:
|
||||
|
||||
<input type="image" src="img/32/clock.png" value="Submit" title="Edit Crontab" hspace="4">
|
||||
|
||||
- Schedule discoveries based on duration of previous step. If you choose anything else than 1h, adjust rrdstep in nedi.conf and delete all files in /var/nedi/rrd now.
|
||||
+ Schedule discoveries based on duration of previous step. If you choose anything else than 1h, adjust rrdstep in nedi.conf and delete all files in ${TRUEPREFIX}/nedi/rrd now.
|
||||
+ Schedule discoveries based on duration of previous step. If you choose anything
|
||||
+else than 1h, adjust rrdstep in nedi.conf and delete all files in ${TRUEPREFIX}/rrd now.
|
||||
|
||||
</form>
|
||||
|
||||
<a href="Devices-List.php?ina=snmpversion&opa=>&sta=0&mon=1">
|
||||
@@ -90,4 +91,4 @@ Further steps:
|
||||
|
||||
</ul>
|
||||
|
||||
-<center>Then edit this message to fit your needs (by clicking the notepad above)</center><br>
|
||||
\ No newline at end of file
|
||||
+<center>Then edit this message to fit your needs (by clicking the notepad above)</center><br>
|
||||
|
@ -1,20 +1,26 @@
|
||||
$OpenBSD: patch-inc_crontab,v 1.1 2012/02/17 21:41:08 mglocker Exp $
|
||||
--- inc/crontab.orig Wed Jan 18 21:04:01 2012
|
||||
+++ inc/crontab Wed Jan 18 21:04:30 2012
|
||||
@@ -1,11 +1,11 @@
|
||||
--- inc/crontab.orig Fri Apr 26 18:12:21 2013
|
||||
+++ inc/crontab Sat Apr 27 16:43:20 2013
|
||||
@@ -1,16 +1,16 @@
|
||||
# example for hourly discovery with a config backup at midnight
|
||||
-#0 0 * * * /var/nedi/nedi.pl -vpB > /tmp/nedi-00.bup 2>&1
|
||||
-#0 1-23 * * * /var/nedi/nedi.pl -p > /tmp/nedi-`date +\%H`.run 2>&1
|
||||
+#0 0 * * * ${TRUEPREFIX}/nedi/nedi.pl -vpB > /tmp/nedi-00.bup 2>&1
|
||||
+#0 1-23 * * * ${TRUEPREFIX}/nedi/nedi.pl -p > /tmp/nedi-`date +\%H`.run 2>&1
|
||||
-#0 0 * * * /var/nedi/nedi.pl -vpB5 > /tmp/nedi-00.bup 2>&1
|
||||
-#0 1-23 * * * /var/nedi/nedi.pl -vp > /tmp/nedi-`date +\%H`.run 2>&1
|
||||
+#0 0 * * * ${TRUEPREFIX}/nedi.pl -vpB5 > /tmp/nedi-00.bup 2>&1
|
||||
+#0 1-23 * * * ${TRUEPREFIX}/nedi.pl -vp > /tmp/nedi-`date +\%H`.run 2>&1
|
||||
|
||||
# or 5 min interval (for very small networks)
|
||||
-*/5 * * * * /var/nedi/nedi.pl -vp > /tmp/nedi-`date +\%H\%M`.run 2>&1
|
||||
-#3 0 * * * /var/nedi/nedi.pl -vBA 'login !=""' -SsmgrfpitedobwaOA > /tmp/nedi-0003.bup 2>&1
|
||||
+*/5 * * * * ${TRUEPREFIX}/nedi/nedi.pl -vp > /tmp/nedi-`date +\%H\%M`.run 2>&1
|
||||
+#3 0 * * * ${TRUEPREFIX}/nedi/nedi.pl -vBA 'login !=""' -SsmgrfpitedobwaOA > /tmp/nedi-0003.bup 2>&1
|
||||
-3 0 * * * /var/nedi/nedi.pl -vB5 -A 'login !=""' -SsmgafpijtedobwOA > /tmp/nedi-0003.bup 2>&1
|
||||
+*/5 * * * * ${TRUEPREFIX}/nedi.pl -vp > /tmp/nedi-`date +\%H\%M`.run 2>&1
|
||||
+3 0 * * * ${TRUEPREFIX}/nedi.pl -vB5 -A 'login !=""' -SsmgafpijtedobwOA > /tmp/nedi-0003.bup 2>&1
|
||||
|
||||
# weekly statistic Mondays 6:00 as a chat message
|
||||
-#0 6 * * 1 /var/nedi/stati.pl
|
||||
+#0 6 * * 1 ${TRUEPREFIX}/stati.pl
|
||||
|
||||
# monthly DB cleanup on the 1st at 1:00 with output in /tmp
|
||||
-#0 1 1 * * /var/nedi/contrib/nedio_db_maintenance.sh /var/nedi/nedi.conf /tmp/nedi-dbcleanup
|
||||
+#0 1 1 * * ${TRUEPREFIX}/contrib/nedio_db_maintenance.sh ${TRUEPREFIX}/nedi.conf /tmp/nedi-dbcleanup
|
||||
|
||||
# scan nodes for open ports during working hours
|
||||
-#0 11 * * 1-5 /var/nedi/nedi.pl -vs TUFupdate > /tmp/nedi-1100.scan 2>&1
|
||||
+#0 11 * * 1-5 ${TRUEPREFIX}/nedi/nedi.pl -vs TUFupdate > /tmp/nedi-1100.scan 2>&1
|
||||
+#0 11 * * 1-5 ${TRUEPREFIX}/nedi.pl -vs TUFupdate > /tmp/nedi-1100.scan 2>&1
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user