From 585b611001e2324d838f04474e59ce2d3ce4859e Mon Sep 17 00:00:00 2001 From: mglocker Date: Sat, 4 May 2013 20:34:33 +0000 Subject: [PATCH] Update to nedi-1.0.8. --- net/nedi/Makefile | 7 +- net/nedi/distinfo | 7 +- net/nedi/patches/patch-html_log_msg_txt | 22 +- net/nedi/patches/patch-inc_crontab | 34 +- net/nedi/pkg/PLIST | 556 +++++++++++++++++++----- 5 files changed, 498 insertions(+), 128 deletions(-) diff --git a/net/nedi/Makefile b/net/nedi/Makefile index 4c9424ec549..89c14cb2740 100644 --- a/net/nedi/Makefile +++ b/net/nedi/Makefile @@ -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 diff --git a/net/nedi/distinfo b/net/nedi/distinfo index 3f651046f2f..d92f548e8ff 100644 --- a/net/nedi/distinfo +++ b/net/nedi/distinfo @@ -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 diff --git a/net/nedi/patches/patch-html_log_msg_txt b/net/nedi/patches/patch-html_log_msg_txt index 38dab7ecf4e..5f28e33d2bb 100644 --- a/net/nedi/patches/patch-html_log_msg_txt +++ b/net/nedi/patches/patch-html_log_msg_txt @@ -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: -
- +--- 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: + + - 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. +
- +@@ -90,4 +91,4 @@ Further steps: + + + +-
Then edit this message to fit your needs (by clicking the notepad above)

+\ No newline at end of file ++
Then edit this message to fit your needs (by clicking the notepad above)

diff --git a/net/nedi/patches/patch-inc_crontab b/net/nedi/patches/patch-inc_crontab index c752dc52e80..90f581b07ef 100644 --- a/net/nedi/patches/patch-inc_crontab +++ b/net/nedi/patches/patch-inc_crontab @@ -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 +-*/5 * * * * /var/nedi/nedi.pl -vp > /tmp/nedi-`date +\%H\%M`.run 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 /var/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 diff --git a/net/nedi/pkg/PLIST b/net/nedi/pkg/PLIST index fd653c755cd..0d8aadc4aaf 100644 --- a/net/nedi/pkg/PLIST +++ b/net/nedi/pkg/PLIST @@ -1,22 +1,28 @@ -@comment $OpenBSD: PLIST,v 1.1 2012/02/17 21:41:08 mglocker Exp $ +@comment $OpenBSD: PLIST,v 1.2 2013/05/04 20:34:33 mglocker Exp $ nedi/ nedi/License.txt +nedi/Readme.txt +nedi/agentlist nedi/conf/ nedi/contrib/ nedi/contrib/CheckNewMac.pl nedi/contrib/Reports-Inventory.php nedi/contrib/Reports-Serials.php +nedi/contrib/addstatus2ifrrd.pl nedi/contrib/bulkdelete.sh nedi/contrib/ccc.pl @comment nedi/contrib/daemoninit.sh nedi/contrib/flood.pl @comment nedi/contrib/install-nedi-on-ubuntu.sh -nedi/contrib/libSpreadsheet.php nedi/contrib/nbt.pl nedi/contrib/nediDeviceConnections.pl +nedi/contrib/nedi_db_maintenance.sh nedi/contrib/nedilaunch.pl +nedi/contrib/nedio_db_maintenance.sh nedi/contrib/nediportcapacity.pl nedi/contrib/renedi.pl +nedi/contrib/reset_changed_hostkeys.sh +nedi/contrib/snmptt.tar.gz nedi/html/ nedi/html/Devices-Config.php nedi/html/Devices-Doctor.php @@ -31,6 +37,7 @@ nedi/html/Devices-Write.php nedi/html/Monitoring-Events.php nedi/html/Monitoring-Health.php nedi/html/Monitoring-Incidents.php +nedi/html/Monitoring-Master.php nedi/html/Monitoring-Setup.php nedi/html/Monitoring-Timeline.php nedi/html/Nodes-Create.php @@ -41,7 +48,9 @@ nedi/html/Nodes-Toolbox.php nedi/html/Nodes-Track.php nedi/html/Other-Calculator.php nedi/html/Other-Defgen.php +nedi/html/Other-Flower.php nedi/html/Other-Info.php +nedi/html/Other-Invoice.php nedi/html/Other-Nagios.php nedi/html/Other-Noodle.php nedi/html/Other-Plot.php @@ -56,7 +65,9 @@ nedi/html/System-Export.php nedi/html/System-Files.php nedi/html/System-NeDi.php nedi/html/System-Services.php +nedi/html/System-Snapshot.php nedi/html/Topology-Linked.php +nedi/html/Topology-Links.php nedi/html/Topology-Locations.php nedi/html/Topology-Loced.php nedi/html/Topology-Map.php @@ -71,16 +82,23 @@ nedi/html/User-Guests.php nedi/html/User-Logout.php nedi/html/User-Profile.php nedi/html/favicon.ico +nedi/html/foto/ nedi/html/img/ -nedi/html/img/12p45.png +nedi/html/img/0.png +nedi/html/img/1.png +nedi/html/img/10.png nedi/html/img/16/ nedi/html/img/16/3d.png nedi/html/img/16/abc.png nedi/html/img/16/batt.png +nedi/html/img/16/bbd2.png nedi/html/img/16/bbdn.png +nedi/html/img/16/bbl2.png nedi/html/img/16/bblf.png nedi/html/img/16/bbox.png +nedi/html/img/16/bbr2.png nedi/html/img/16/bbrt.png +nedi/html/img/16/bbu2.png nedi/html/img/16/bbup.png nedi/html/img/16/bchk.png nedi/html/img/16/bcls.png @@ -96,12 +114,15 @@ nedi/html/img/16/brgt.png nedi/html/img/16/brld.png nedi/html/img/16/brup.png nedi/html/img/16/bstp.png +nedi/html/img/16/bug.png nedi/html/img/16/bup.png nedi/html/img/16/calc.png nedi/html/img/16/cam.png +nedi/html/img/16/cash.png nedi/html/img/16/cbox.png nedi/html/img/16/chrt.png nedi/html/img/16/cinf.png +nedi/html/img/16/clip.png nedi/html/img/16/clock.png nedi/html/img/16/cog.png nedi/html/img/16/conf.png @@ -118,9 +139,12 @@ nedi/html/img/16/dev.png nedi/html/img/16/dif.png nedi/html/img/16/dnod.png nedi/html/img/16/dril.png +nedi/html/img/16/drop.png nedi/html/img/16/ele.png nedi/html/img/16/exit.png nedi/html/img/16/eyes.png +nedi/html/img/16/fan.png +nedi/html/img/16/fbsd.png nedi/html/img/16/file.png nedi/html/img/16/find.png nedi/html/img/16/flag.png @@ -140,6 +164,8 @@ nedi/html/img/16/glob.png nedi/html/img/16/glok.png nedi/html/img/16/grph.png nedi/html/img/16/hat.png +nedi/html/img/16/hat2.png +nedi/html/img/16/hat3.png nedi/html/img/16/hlth.png nedi/html/img/16/home.png nedi/html/img/16/icon.png @@ -147,22 +173,25 @@ nedi/html/img/16/idea.png nedi/html/img/16/img.png nedi/html/img/16/key.png nedi/html/img/16/kons.png +nedi/html/img/16/link.png nedi/html/img/16/list.png nedi/html/img/16/lokc.png nedi/html/img/16/loko.png nedi/html/img/16/mail.png nedi/html/img/16/map.png +nedi/html/img/16/mark.png nedi/html/img/16/mem.png -nedi/html/img/16/nbsd.png nedi/html/img/16/ncfg.png nedi/html/img/16/ncon.png nedi/html/img/16/net.png nedi/html/img/16/news.png +nedi/html/img/16/nhdd.png nedi/html/img/16/nlin.png nedi/html/img/16/node.png nedi/html/img/16/nods.png nedi/html/img/16/note.png nedi/html/img/16/nwin.png +nedi/html/img/16/obsd.png nedi/html/img/16/paint.png nedi/html/img/16/pcm.png nedi/html/img/16/php.png @@ -175,11 +204,15 @@ nedi/html/img/16/ring.png nedi/html/img/16/rout.png nedi/html/img/16/say.png nedi/html/img/16/sms.png +nedi/html/img/16/spkr.png nedi/html/img/16/star.png +nedi/html/img/16/step.png nedi/html/img/16/swit.png nedi/html/img/16/sys.png nedi/html/img/16/tap.png +nedi/html/img/16/temp.png nedi/html/img/16/traf.png +nedi/html/img/16/trgt.png nedi/html/img/16/ucfg.png nedi/html/img/16/ugrp.png nedi/html/img/16/umgr.png @@ -189,14 +222,22 @@ nedi/html/img/16/walk.png nedi/html/img/16/warn.png nedi/html/img/16/wlan.png nedi/html/img/16/wrte.png +nedi/html/img/16/wthr.png +nedi/html/img/2.png +nedi/html/img/24p.png +nedi/html/img/3.png nedi/html/img/32/ nedi/html/img/32/3d.png nedi/html/img/32/abc.png nedi/html/img/32/batt.png +nedi/html/img/32/bbd2.png nedi/html/img/32/bbdn.png +nedi/html/img/32/bbl2.png nedi/html/img/32/bblf.png nedi/html/img/32/bbox.png +nedi/html/img/32/bbr2.png nedi/html/img/32/bbrt.png +nedi/html/img/32/bbu2.png nedi/html/img/32/bbup.png nedi/html/img/32/bchk.png nedi/html/img/32/bcls.png @@ -212,12 +253,15 @@ nedi/html/img/32/brgt.png nedi/html/img/32/brld.png nedi/html/img/32/brup.png nedi/html/img/32/bstp.png +nedi/html/img/32/bug.png nedi/html/img/32/bup.png nedi/html/img/32/calc.png nedi/html/img/32/cam.png +nedi/html/img/32/cash.png nedi/html/img/32/cbox.png nedi/html/img/32/chrt.png nedi/html/img/32/cinf.png +nedi/html/img/32/clip.png nedi/html/img/32/clock.png nedi/html/img/32/cog.png nedi/html/img/32/conf.png @@ -234,9 +278,12 @@ nedi/html/img/32/dev.png nedi/html/img/32/dif.png nedi/html/img/32/dnod.png nedi/html/img/32/dril.png +nedi/html/img/32/drop.png nedi/html/img/32/ele.png nedi/html/img/32/exit.png nedi/html/img/32/eyes.png +nedi/html/img/32/fan.png +nedi/html/img/32/fbsd.png nedi/html/img/32/file.png nedi/html/img/32/find.png nedi/html/img/32/flag.png @@ -256,6 +303,8 @@ nedi/html/img/32/glob.png nedi/html/img/32/glok.png nedi/html/img/32/grph.png nedi/html/img/32/hat.png +nedi/html/img/32/hat2.png +nedi/html/img/32/hat3.png nedi/html/img/32/hlth.png nedi/html/img/32/home.png nedi/html/img/32/icon.png @@ -263,22 +312,25 @@ nedi/html/img/32/idea.png nedi/html/img/32/img.png nedi/html/img/32/key.png nedi/html/img/32/kons.png +nedi/html/img/32/link.png nedi/html/img/32/list.png nedi/html/img/32/lokc.png nedi/html/img/32/loko.png nedi/html/img/32/mail.png nedi/html/img/32/map.png +nedi/html/img/32/mark.png nedi/html/img/32/mem.png -nedi/html/img/32/nbsd.png nedi/html/img/32/ncfg.png nedi/html/img/32/ncon.png nedi/html/img/32/net.png nedi/html/img/32/news.png +nedi/html/img/32/nhdd.png nedi/html/img/32/nlin.png nedi/html/img/32/node.png nedi/html/img/32/nods.png nedi/html/img/32/note.png nedi/html/img/32/nwin.png +nedi/html/img/32/obsd.png nedi/html/img/32/paint.png nedi/html/img/32/pcm.png nedi/html/img/32/php.png @@ -290,11 +342,15 @@ nedi/html/img/32/ring.png nedi/html/img/32/rout.png nedi/html/img/32/say.png nedi/html/img/32/sms.png +nedi/html/img/32/spkr.png nedi/html/img/32/star.png +nedi/html/img/32/step.png nedi/html/img/32/swit.png nedi/html/img/32/sys.png nedi/html/img/32/tap.png +nedi/html/img/32/temp.png nedi/html/img/32/traf.png +nedi/html/img/32/trgt.png nedi/html/img/32/ucfg.png nedi/html/img/32/ugrp.png nedi/html/img/32/umgr.png @@ -304,10 +360,19 @@ nedi/html/img/32/walk.png nedi/html/img/32/warn.png nedi/html/img/32/wlan.png nedi/html/img/32/wrte.png -nedi/html/img/4p45.png +nedi/html/img/32/wthr.png +nedi/html/img/4.png +nedi/html/img/48p.png +nedi/html/img/5.png +nedi/html/img/6.png +nedi/html/img/7.png +nedi/html/img/8.png +nedi/html/img/8p.png +nedi/html/img/9.png nedi/html/img/ant.png nedi/html/img/bldb.png nedi/html/img/bldbr.png +nedi/html/img/bldg.png nedi/html/img/bldh.png nedi/html/img/bldhr.png nedi/html/img/bldm.png @@ -363,6 +428,7 @@ nedi/html/img/dev/c3ap.png nedi/html/img/dev/c3bd.png nedi/html/img/dev/c3bn.png nedi/html/img/dev/c3bp.png +nedi/html/img/dev/c3bv.png nedi/html/img/dev/c3gd.png nedi/html/img/dev/c3gn.png nedi/html/img/dev/c3gp.png @@ -385,6 +451,13 @@ nedi/html/img/dev/cson.png nedi/html/img/dev/cspn.png nedi/html/img/dev/csrn.png nedi/html/img/dev/csyn.png +nedi/html/img/dev/fcan.png +nedi/html/img/dev/fcbn.png +nedi/html/img/dev/fcgn.png +nedi/html/img/dev/fcon.png +nedi/html/img/dev/fcpn.png +nedi/html/img/dev/fcrn.png +nedi/html/img/dev/fcyn.png nedi/html/img/dev/fvbn.png nedi/html/img/dev/fwan.png nedi/html/img/dev/fwbn.png @@ -507,6 +580,13 @@ nedi/html/img/dev/wbon.png nedi/html/img/dev/wbpn.png nedi/html/img/dev/wbrn.png nedi/html/img/dev/wbyn.png +nedi/html/img/dev/wcan.png +nedi/html/img/dev/wcbn.png +nedi/html/img/dev/wcgn.png +nedi/html/img/dev/wcon.png +nedi/html/img/dev/wcpn.png +nedi/html/img/dev/wcrn.png +nedi/html/img/dev/wcyn.png nedi/html/img/dia.png nedi/html/img/dl.png nedi/html/img/dpx.png @@ -516,6 +596,7 @@ nedi/html/img/fibr.png nedi/html/img/grn.png nedi/html/img/gry.png nedi/html/img/lag.png +nedi/html/img/messageflows.png nedi/html/img/mpls.png nedi/html/img/n.png nedi/html/img/nedi-n.png @@ -533,12 +614,14 @@ nedi/html/img/netg.png nedi/html/img/neto.png nedi/html/img/netp.png nedi/html/img/netr.png +nedi/html/img/nety.png nedi/html/img/org.png nedi/html/img/oui/ nedi/html/img/oui/aas.png nedi/html/img/oui/ab.png nedi/html/img/oui/abit.png nedi/html/img/oui/acc.png +nedi/html/img/oui/acm.png nedi/html/img/oui/acr.png nedi/html/img/oui/acs.png nedi/html/img/oui/adi.png @@ -547,6 +630,8 @@ nedi/html/img/oui/adtx.png nedi/html/img/oui/adv.png nedi/html/img/oui/agi.png nedi/html/img/oui/aix.png +nedi/html/img/oui/aln.png +nedi/html/img/oui/alp.png nedi/html/img/oui/alu.png nedi/html/img/oui/amb.png nedi/html/img/oui/aop.png @@ -555,122 +640,198 @@ nedi/html/img/oui/appl1.png nedi/html/img/oui/appl2.png nedi/html/img/oui/appl3.png nedi/html/img/oui/apx.png +nedi/html/img/oui/ask.png nedi/html/img/oui/asr.png +nedi/html/img/oui/ast.png nedi/html/img/oui/asu.png nedi/html/img/oui/atec.png nedi/html/img/oui/atom.png +nedi/html/img/oui/aud.png nedi/html/img/oui/ava.png nedi/html/img/oui/avm.png nedi/html/img/oui/axis.png +nedi/html/img/oui/azu.png nedi/html/img/oui/bcm.png nedi/html/img/oui/bek.png +nedi/html/img/oui/bil.png nedi/html/img/oui/brc.png +nedi/html/img/oui/bre.png nedi/html/img/oui/bro.png nedi/html/img/oui/buf.png nedi/html/img/oui/cab.png +nedi/html/img/oui/cad.png nedi/html/img/oui/can.png nedi/html/img/oui/cev.png +nedi/html/img/oui/cgx.png nedi/html/img/oui/cis.png +nedi/html/img/oui/cit.png nedi/html/img/oui/clv.png +nedi/html/img/oui/cna.png nedi/html/img/oui/cpl.png +nedi/html/img/oui/cra.png +nedi/html/img/oui/cth.png nedi/html/img/oui/de.png nedi/html/img/oui/dec.png +nedi/html/img/oui/dfi.png nedi/html/img/oui/dhi.png nedi/html/img/oui/dli.png +nedi/html/img/oui/dra.png +nedi/html/img/oui/dt.png nedi/html/img/oui/ecs.png nedi/html/img/oui/edi.png nedi/html/img/oui/efi.png nedi/html/img/oui/egn.png nedi/html/img/oui/emc.png +nedi/html/img/oui/eme.png nedi/html/img/oui/emx.png nedi/html/img/oui/ent.png nedi/html/img/oui/eps.png +nedi/html/img/oui/esy.png +nedi/html/img/oui/exi.png nedi/html/img/oui/eze.png nedi/html/img/oui/f5.png nedi/html/img/oui/fdry.png nedi/html/img/oui/fic.png +nedi/html/img/oui/flx.png nedi/html/img/oui/for.png nedi/html/img/oui/fox.png nedi/html/img/oui/fs.png nedi/html/img/oui/gen.png nedi/html/img/oui/gig.png +nedi/html/img/oui/gkb.png +nedi/html/img/oui/gmc.png nedi/html/img/oui/gmt.png +nedi/html/img/oui/gns.png +nedi/html/img/oui/grd.png +nedi/html/img/oui/gs.png +nedi/html/img/oui/hcc.png nedi/html/img/oui/hp.png nedi/html/img/oui/htc.png +nedi/html/img/oui/hwi.png nedi/html/img/oui/ibm.png nedi/html/img/oui/iee.png nedi/html/img/oui/igr.png +nedi/html/img/oui/imp.png +nedi/html/img/oui/ing.png nedi/html/img/oui/int.png nedi/html/img/oui/intr.png nedi/html/img/oui/inv.png +nedi/html/img/oui/iv.png nedi/html/img/oui/iwi.png nedi/html/img/oui/jun.png nedi/html/img/oui/kaba.png nedi/html/img/oui/ktc.png nedi/html/img/oui/kyo.png nedi/html/img/oui/lac.PNG +nedi/html/img/oui/lbt.png nedi/html/img/oui/lex.png +nedi/html/img/oui/lg.png nedi/html/img/oui/lgy.png nedi/html/img/oui/lio.png nedi/html/img/oui/lsy.png nedi/html/img/oui/ltx.png +nedi/html/img/oui/mar.png nedi/html/img/oui/mat.png nedi/html/img/oui/min.png nedi/html/img/oui/mit.png +nedi/html/img/oui/mob.png +nedi/html/img/oui/mor.png nedi/html/img/oui/mot.png +nedi/html/img/oui/mox.png nedi/html/img/oui/ms.png nedi/html/img/oui/msi.png +nedi/html/img/oui/mtl.png +nedi/html/img/oui/mur.png +nedi/html/img/oui/nap.png +nedi/html/img/oui/nc.png nedi/html/img/oui/ncd.png +nedi/html/img/oui/nec.png +nedi/html/img/oui/net.png nedi/html/img/oui/next.png nedi/html/img/oui/ngr.png nedi/html/img/oui/ni.png nedi/html/img/oui/nok.png nedi/html/img/oui/nort.png +nedi/html/img/oui/nws.png +nedi/html/img/oui/nxm.png +nedi/html/img/oui/ora.png nedi/html/img/oui/ovl.png +nedi/html/img/oui/pat.png nedi/html/img/oui/pay.png +nedi/html/img/oui/pcp.png +nedi/html/img/oui/peg.png +nedi/html/img/oui/pep.png nedi/html/img/oui/pla.png nedi/html/img/oui/plp.png nedi/html/img/oui/ply.png nedi/html/img/oui/prx.png nedi/html/img/oui/psi.png +nedi/html/img/oui/pwl.png nedi/html/img/oui/q.png +nedi/html/img/oui/qlo.png nedi/html/img/oui/qnt.png +nedi/html/img/oui/ra.png nedi/html/img/oui/rad.png nedi/html/img/oui/rar.png +nedi/html/img/oui/rbd.png nedi/html/img/oui/rco.png +nedi/html/img/oui/rim.png +nedi/html/img/oui/riv.png nedi/html/img/oui/rtk.png nedi/html/img/oui/rub.png +nedi/html/img/oui/rwn.png nedi/html/img/oui/sam.png +nedi/html/img/oui/sbr.png +nedi/html/img/oui/sce.png nedi/html/img/oui/se.png nedi/html/img/oui/ser.png nedi/html/img/oui/sgi.png +nedi/html/img/oui/sgm.png nedi/html/img/oui/shu.png nedi/html/img/oui/si.png +nedi/html/img/oui/sia.png nedi/html/img/oui/smc.png +nedi/html/img/oui/sna.png nedi/html/img/oui/snom.png nedi/html/img/oui/sony.png nedi/html/img/oui/sps.png +nedi/html/img/oui/ste.png nedi/html/img/oui/sts.png nedi/html/img/oui/sum.png nedi/html/img/oui/sun.png nedi/html/img/oui/sva.png +nedi/html/img/oui/swl.png +nedi/html/img/oui/sym.png nedi/html/img/oui/tec.png nedi/html/img/oui/tek.png +nedi/html/img/oui/til.png +nedi/html/img/oui/tn.png +nedi/html/img/oui/tok.png +nedi/html/img/oui/tpl.png nedi/html/img/oui/tsa.png nedi/html/img/oui/tya.png +nedi/html/img/oui/ubi.png +nedi/html/img/oui/ugs.png nedi/html/img/oui/usc.png nedi/html/img/oui/usi.png nedi/html/img/oui/usr.png +nedi/html/img/oui/uts.png +nedi/html/img/oui/vgd.png nedi/html/img/oui/via.png +nedi/html/img/oui/viv.png nedi/html/img/oui/vm.png nedi/html/img/oui/wdc.png nedi/html/img/oui/wis.png nedi/html/img/oui/wt.png nedi/html/img/oui/wys.png nedi/html/img/oui/xrx.png +nedi/html/img/oui/xvi.png nedi/html/img/oui/xylan.png +nedi/html/img/oui/yea.png +nedi/html/img/oui/zte.png nedi/html/img/oui/zyx.png nedi/html/img/p45.png +nedi/html/img/panel/ nedi/html/img/plug.png nedi/html/img/ppp.png nedi/html/img/qg.png @@ -681,77 +842,6 @@ nedi/html/img/rj45.png nedi/html/img/rtr1.png nedi/html/img/rtr2.png nedi/html/img/sep.png -nedi/html/img/smiles/ -nedi/html/img/smiles/0.png -nedi/html/img/smiles/1.png -nedi/html/img/smiles/10.png -nedi/html/img/smiles/11.png -nedi/html/img/smiles/12.png -nedi/html/img/smiles/13.png -nedi/html/img/smiles/14.png -nedi/html/img/smiles/15.png -nedi/html/img/smiles/16.png -nedi/html/img/smiles/17.png -nedi/html/img/smiles/18.png -nedi/html/img/smiles/19.png -nedi/html/img/smiles/2.png -nedi/html/img/smiles/20.png -nedi/html/img/smiles/21.png -nedi/html/img/smiles/22.png -nedi/html/img/smiles/23.png -nedi/html/img/smiles/24.png -nedi/html/img/smiles/25.png -nedi/html/img/smiles/26.png -nedi/html/img/smiles/27.png -nedi/html/img/smiles/28.png -nedi/html/img/smiles/29.png -nedi/html/img/smiles/3.png -nedi/html/img/smiles/30.png -nedi/html/img/smiles/31.png -nedi/html/img/smiles/32.png -nedi/html/img/smiles/33.png -nedi/html/img/smiles/34.png -nedi/html/img/smiles/35.png -nedi/html/img/smiles/36.png -nedi/html/img/smiles/37.png -nedi/html/img/smiles/38.png -nedi/html/img/smiles/39.png -nedi/html/img/smiles/4.png -nedi/html/img/smiles/40.png -nedi/html/img/smiles/41.png -nedi/html/img/smiles/42.png -nedi/html/img/smiles/43.png -nedi/html/img/smiles/44.png -nedi/html/img/smiles/45.png -nedi/html/img/smiles/46.png -nedi/html/img/smiles/47.png -nedi/html/img/smiles/48.png -nedi/html/img/smiles/49.png -nedi/html/img/smiles/5.png -nedi/html/img/smiles/50.png -nedi/html/img/smiles/51.png -nedi/html/img/smiles/52.png -nedi/html/img/smiles/53.png -nedi/html/img/smiles/54.png -nedi/html/img/smiles/55.png -nedi/html/img/smiles/56.png -nedi/html/img/smiles/57.png -nedi/html/img/smiles/58.png -nedi/html/img/smiles/59.png -nedi/html/img/smiles/6.png -nedi/html/img/smiles/60.png -nedi/html/img/smiles/61.png -nedi/html/img/smiles/62.png -nedi/html/img/smiles/63.png -nedi/html/img/smiles/64.png -nedi/html/img/smiles/65.png -nedi/html/img/smiles/66.png -nedi/html/img/smiles/67.png -nedi/html/img/smiles/68.png -nedi/html/img/smiles/69.png -nedi/html/img/smiles/7.png -nedi/html/img/smiles/8.png -nedi/html/img/smiles/9.png nedi/html/img/spd.png nedi/html/img/stair.png nedi/html/img/stp.png @@ -759,6 +849,106 @@ nedi/html/img/tape.png nedi/html/img/tel.png nedi/html/img/tun.png nedi/html/img/up.png +nedi/html/img/usr/ +nedi/html/img/usr/1.png +nedi/html/img/usr/10.png +nedi/html/img/usr/11.png +nedi/html/img/usr/12.png +nedi/html/img/usr/13.png +nedi/html/img/usr/14.png +nedi/html/img/usr/15.png +nedi/html/img/usr/16.png +nedi/html/img/usr/17.png +nedi/html/img/usr/18.png +nedi/html/img/usr/19.png +nedi/html/img/usr/2.png +nedi/html/img/usr/20.png +nedi/html/img/usr/21.png +nedi/html/img/usr/22.png +nedi/html/img/usr/23.png +nedi/html/img/usr/24.png +nedi/html/img/usr/25.png +nedi/html/img/usr/26.png +nedi/html/img/usr/27.png +nedi/html/img/usr/28.png +nedi/html/img/usr/29.png +nedi/html/img/usr/3.png +nedi/html/img/usr/30.png +nedi/html/img/usr/31.png +nedi/html/img/usr/32.png +nedi/html/img/usr/33.png +nedi/html/img/usr/34.png +nedi/html/img/usr/35.png +nedi/html/img/usr/36.png +nedi/html/img/usr/37.png +nedi/html/img/usr/38.png +nedi/html/img/usr/39.png +nedi/html/img/usr/4.png +nedi/html/img/usr/40.png +nedi/html/img/usr/41.png +nedi/html/img/usr/42.png +nedi/html/img/usr/43.png +nedi/html/img/usr/44.png +nedi/html/img/usr/45.png +nedi/html/img/usr/46.png +nedi/html/img/usr/47.png +nedi/html/img/usr/48.png +nedi/html/img/usr/49.png +nedi/html/img/usr/5.png +nedi/html/img/usr/50.png +nedi/html/img/usr/51.png +nedi/html/img/usr/52.png +nedi/html/img/usr/53.png +nedi/html/img/usr/54.png +nedi/html/img/usr/55.png +nedi/html/img/usr/56.png +nedi/html/img/usr/57.png +nedi/html/img/usr/58.png +nedi/html/img/usr/59.png +nedi/html/img/usr/6.png +nedi/html/img/usr/60.png +nedi/html/img/usr/61.png +nedi/html/img/usr/62.png +nedi/html/img/usr/63.png +nedi/html/img/usr/64.png +nedi/html/img/usr/65.png +nedi/html/img/usr/66.png +nedi/html/img/usr/67.png +nedi/html/img/usr/68.png +nedi/html/img/usr/69.png +nedi/html/img/usr/7.png +nedi/html/img/usr/70.png +nedi/html/img/usr/71.png +nedi/html/img/usr/72.png +nedi/html/img/usr/73.png +nedi/html/img/usr/74.png +nedi/html/img/usr/75.png +nedi/html/img/usr/76.png +nedi/html/img/usr/77.png +nedi/html/img/usr/78.png +nedi/html/img/usr/79.png +nedi/html/img/usr/8.png +nedi/html/img/usr/80.png +nedi/html/img/usr/81.png +nedi/html/img/usr/82.png +nedi/html/img/usr/83.png +nedi/html/img/usr/84.png +nedi/html/img/usr/85.png +nedi/html/img/usr/86.png +nedi/html/img/usr/87.png +nedi/html/img/usr/88.png +nedi/html/img/usr/89.png +nedi/html/img/usr/9.png +nedi/html/img/usr/90.png +nedi/html/img/usr/91.png +nedi/html/img/usr/92.png +nedi/html/img/usr/93.png +nedi/html/img/usr/94.png +nedi/html/img/usr/95.png +nedi/html/img/usr/96.png +nedi/html/img/usr/97.png +nedi/html/img/usr/98.png +nedi/html/img/usr/99.png nedi/html/img/yel.png nedi/html/inc/ nedi/html/inc/JSCookMenu.js @@ -790,6 +980,8 @@ nedi/html/inc/rt-svg.php nedi/html/inc/rt-traffic.php nedi/html/inc/snmpget.php nedi/html/inc/snmpwalk.php +nedi/html/inc/soapapi-inc.php +nedi/html/inc/timezones.php nedi/html/index.php nedi/html/languages/ nedi/html/languages/bern dt/ @@ -852,6 +1044,7 @@ nedi/html/languages/english/Devices-Write.html nedi/html/languages/english/Monitoring-Events.html nedi/html/languages/english/Monitoring-Health.html nedi/html/languages/english/Monitoring-Incidents.html +nedi/html/languages/english/Monitoring-Master.html nedi/html/languages/english/Monitoring-Setup.html nedi/html/languages/english/Monitoring-Timeline.html nedi/html/languages/english/Nodes-List.html @@ -861,7 +1054,10 @@ nedi/html/languages/english/Nodes-Toolbox.html nedi/html/languages/english/Nodes-Track.html nedi/html/languages/english/Other-Calculator.html nedi/html/languages/english/Other-Defgen.html +nedi/html/languages/english/Other-Flower.html nedi/html/languages/english/Other-Info.html +nedi/html/languages/english/Other-Invoice.html +nedi/html/languages/english/Other-Noodle.html nedi/html/languages/english/Other-Plot.html nedi/html/languages/english/Reports-Combination.html nedi/html/languages/english/Reports-Devices.html @@ -874,7 +1070,9 @@ nedi/html/languages/english/System-Export.html nedi/html/languages/english/System-Files.html nedi/html/languages/english/System-NeDi.html nedi/html/languages/english/System-Services.html +nedi/html/languages/english/System-Snapshot.html nedi/html/languages/english/Topology-Linked.html +nedi/html/languages/english/Topology-Links.html nedi/html/languages/english/Topology-Locations.html nedi/html/languages/english/Topology-Loced.html nedi/html/languages/english/Topology-Map.html @@ -888,19 +1086,24 @@ nedi/html/languages/english/User-Chat.html nedi/html/languages/english/User-Profile.html nedi/html/languages/english/gui.php nedi/html/languages/english/style.css +nedi/html/languages/italiano/ +nedi/html/languages/italiano/gui.php nedi/html/log.dist/ @mode g+w @group www @sample nedi/html/log/ nedi/html/log.dist/devtools.php @sample nedi/html/log/devtools.php -nedi/html/log.dist/map-top.png -@sample nedi/html/log/map-top.png nedi/html/log.dist/msg.txt @sample nedi/html/log/msg.txt @mode @group +nedi/html/log.dist/msg.txt.beforesubst +nedi/html/map/ +nedi/html/map/map-top.png +nedi/html/me.php nedi/html/mh.php +nedi/html/query.php nedi/html/test/ nedi/html/test/buffer.php nedi/html/test/calc.php @@ -908,13 +1111,13 @@ nedi/html/test/env.php nedi/html/test/graph.php nedi/html/test/write.php nedi/html/themes/ -nedi/html/themes/Neo.css nedi/html/themes/bgblue.png nedi/html/themes/bgcarbon.png nedi/html/themes/bgruby.png nedi/html/themes/bgsteel.jpg nedi/html/themes/blackgold.css nedi/html/themes/blaubaer.css +nedi/html/themes/carbohydr8.css nedi/html/themes/coffee.css nedi/html/themes/crimsonGT.css nedi/html/themes/default.css @@ -927,10 +1130,12 @@ nedi/html/themes/greyround.css nedi/html/themes/leather.jpg nedi/html/themes/miniMe.css nedi/html/themes/monolog.css +nedi/html/themes/neo.css nedi/html/themes/silverlite.css nedi/html/themes/square.png nedi/html/themes/vineyard.css nedi/inc/ +nedi/inc/crontab.beforesubst nedi/inc/crontab.dist @sample nedi/inc/crontab nedi/inc/iab.txt @@ -942,7 +1147,9 @@ nedi/inc/libsnmp.pm nedi/inc/libweb.pm nedi/inc/oui.txt nedi/inc/wlan.txt +nedi/master.pl nedi/moni.pl +nedi/nedi.conf.beforesubst nedi/nedi.conf.dist @mode g+w @group www @@ -961,20 +1168,29 @@ nedi/seedlist.dist @sample nedi/seedlist @mode @group +nedi/stati.pl nedi/syslog.pl nedi/sysobj/ +nedi/sysobj/1.3.6.1.2.1.47.1.1.1.1.13.1.def nedi/sysobj/1.3.6.1.4.1.10418.3.1.5.def nedi/sysobj/1.3.6.1.4.1.10418.7.1.22.def nedi/sysobj/1.3.6.1.4.1.10418.7.1.9.def +nedi/sysobj/1.3.6.1.4.1.10734.1.3.32.def nedi/sysobj/1.3.6.1.4.1.11.1.def nedi/sysobj/1.3.6.1.4.1.11.2.14.11.6.4.1.2.def +nedi/sysobj/1.3.6.1.4.1.11.2.14.11.7.1.2.def nedi/sysobj/1.3.6.1.4.1.11.2.14.11.7.1.3.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.100.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.101.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.104.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.107.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.114.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.115.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.119.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.129.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.132.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.133.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.137.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.17.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.18.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.19.def @@ -982,17 +1198,22 @@ nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.20.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.29.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.30.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.31.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.32.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.33.3.1.1.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.34.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.36.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.42.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.44.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.45.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.49.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.50.17.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.50.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.51.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.53.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.55.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.56.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.58.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.59.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.61.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.63.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.64.def @@ -1003,44 +1224,84 @@ nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.72.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.73.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.76.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.77.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.78.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.79.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.80.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.81.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.82.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.83.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.84.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.85.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.86.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.87.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.88.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.89.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.9.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.90.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.94.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.95.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.96.def +nedi/sysobj/1.3.6.1.4.1.11.2.3.7.11.97.def nedi/sysobj/1.3.6.1.4.1.11.2.3.7.8.5.2.def nedi/sysobj/1.3.6.1.4.1.11.2.3.9.1.def +nedi/sysobj/1.3.6.1.4.1.11.5.7.1.2.def nedi/sysobj/1.3.6.1.4.1.11.5.7.5.1.def +nedi/sysobj/1.3.6.1.4.1.11.5.7.5.4.def nedi/sysobj/1.3.6.1.4.1.12325.1.1.2.1.1.def +nedi/sysobj/1.3.6.1.4.1.12356.101.1.1004.def +nedi/sysobj/1.3.6.1.4.1.12356.101.1.12400.def +nedi/sysobj/1.3.6.1.4.1.12356.101.1.2001.def +nedi/sysobj/1.3.6.1.4.1.12356.101.1.3002.def nedi/sysobj/1.3.6.1.4.1.12356.101.1.30401.def +nedi/sysobj/1.3.6.1.4.1.12356.101.1.5001.def +nedi/sysobj/1.3.6.1.4.1.12356.101.1.502.def +nedi/sysobj/1.3.6.1.4.1.12356.101.1.8000.def +nedi/sysobj/1.3.6.1.4.1.12356.102.1.8000.def +nedi/sysobj/1.3.6.1.4.1.12356.5001.def nedi/sysobj/1.3.6.1.4.1.12356.60.def nedi/sysobj/1.3.6.1.4.1.12356.600.def nedi/sysobj/1.3.6.1.4.1.12356.8000.def +nedi/sysobj/1.3.6.1.4.1.12532.252.5.1.def +nedi/sysobj/1.3.6.1.4.1.12532.253.2.1.def +nedi/sysobj/1.3.6.1.4.1.1347.10.4.1.def +nedi/sysobj/1.3.6.1.4.1.14179.1.1.4.3.def nedi/sysobj/1.3.6.1.4.1.14823.1.1.13.def nedi/sysobj/1.3.6.1.4.1.14823.1.1.15.def nedi/sysobj/1.3.6.1.4.1.14823.1.1.19.def +nedi/sysobj/1.3.6.1.4.1.14988.1.def +nedi/sysobj/1.3.6.1.4.1.15497.1.1.def nedi/sysobj/1.3.6.1.4.1.1588.2.1.1.1.def nedi/sysobj/1.3.6.1.4.1.1588.2.1.1.32.def nedi/sysobj/1.3.6.1.4.1.1588.2.1.1.43.def nedi/sysobj/1.3.6.1.4.1.1588.2.1.1.70.def +nedi/sysobj/1.3.6.1.4.1.171.10.75.4.def +nedi/sysobj/1.3.6.1.4.1.17163.1.1.def +nedi/sysobj/1.3.6.1.4.1.17163.1.4.def +nedi/sysobj/1.3.6.1.4.1.1872.1.13.2.3.def +nedi/sysobj/1.3.6.1.4.1.1872.1.18.1.def nedi/sysobj/1.3.6.1.4.1.1916.2.54.def nedi/sysobj/1.3.6.1.4.1.1916.2.6.def +nedi/sysobj/1.3.6.1.4.1.1916.2.79.def nedi/sysobj/1.3.6.1.4.1.1916.2.93.def nedi/sysobj/1.3.6.1.4.1.1991.1.1.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.1.1.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.21.1.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.21.2.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.22.2.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.25.2.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.26.1.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.3.1.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.34.1.1.1.1.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.34.1.1.1.2.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.34.2.1.1.2.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.34.2.1.2.2.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.34.8.1.2.2.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.35.2.1.1.1.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.41.3.2.def nedi/sysobj/1.3.6.1.4.1.1991.1.3.45.2.1.1.1.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.48.2.1.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.56.2.1.1.4.def +nedi/sysobj/1.3.6.1.4.1.1991.1.3.7.2.def nedi/sysobj/1.3.6.1.4.1.1991.1.5.1.1.4.2.1.def nedi/sysobj/1.3.6.1.4.1.1991.1.5.1.1.4.3.1.def nedi/sysobj/1.3.6.1.4.1.2011.def @@ -1048,7 +1309,10 @@ nedi/sysobj/1.3.6.1.4.1.202.def nedi/sysobj/1.3.6.1.4.1.2021.250.255.def nedi/sysobj/1.3.6.1.4.1.2272.30.def nedi/sysobj/1.3.6.1.4.1.2281.1.4.def +nedi/sysobj/1.3.6.1.4.1.2356.500.4.18212.def nedi/sysobj/1.3.6.1.4.1.2356.500.4.821.def +nedi/sysobj/1.3.6.1.4.1.2467.4.5.def +nedi/sysobj/1.3.6.1.4.1.25053.3.1.5.2.def nedi/sysobj/1.3.6.1.4.1.25506.1.1.def nedi/sysobj/1.3.6.1.4.1.25506.1.186.def nedi/sysobj/1.3.6.1.4.1.25506.1.207.def @@ -1056,6 +1320,9 @@ nedi/sysobj/1.3.6.1.4.1.25506.1.208.def nedi/sysobj/1.3.6.1.4.1.25506.1.230.def nedi/sysobj/1.3.6.1.4.1.25506.1.231.def nedi/sysobj/1.3.6.1.4.1.25506.1.232.def +nedi/sysobj/1.3.6.1.4.1.25506.1.239.def +nedi/sysobj/1.3.6.1.4.1.25506.1.262.def +nedi/sysobj/1.3.6.1.4.1.25506.1.301.def nedi/sysobj/1.3.6.1.4.1.25506.1.334.def nedi/sysobj/1.3.6.1.4.1.25506.1.335.def nedi/sysobj/1.3.6.1.4.1.25506.1.338.def @@ -1065,6 +1332,7 @@ nedi/sysobj/1.3.6.1.4.1.25506.1.388.def nedi/sysobj/1.3.6.1.4.1.25506.1.392.def nedi/sysobj/1.3.6.1.4.1.25506.1.458.def nedi/sysobj/1.3.6.1.4.1.25506.1.462.def +nedi/sysobj/1.3.6.1.4.1.25506.1.5.def nedi/sysobj/1.3.6.1.4.1.25506.1.515.def nedi/sysobj/1.3.6.1.4.1.25506.1.516.def nedi/sysobj/1.3.6.1.4.1.25506.1.518.def @@ -1072,17 +1340,32 @@ nedi/sysobj/1.3.6.1.4.1.25506.1.519.def nedi/sysobj/1.3.6.1.4.1.25506.1.520.def nedi/sysobj/1.3.6.1.4.1.25506.1.72.def nedi/sysobj/1.3.6.1.4.1.25506.1.73.def +nedi/sysobj/1.3.6.1.4.1.25506.1.74.def nedi/sysobj/1.3.6.1.4.1.25506.1.76.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.100.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.11.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.111.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.115.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.116.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.23.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.28.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.35.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.4.def nedi/sysobj/1.3.6.1.4.1.25506.11.1.47.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.55.def +nedi/sysobj/1.3.6.1.4.1.25506.11.1.78.def nedi/sysobj/1.3.6.1.4.1.25506.11.1.79.def nedi/sysobj/1.3.6.1.4.1.25506.11.1.86.def nedi/sysobj/1.3.6.1.4.1.25506.11.2.22.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.19.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.20.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.24.def +nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.25.def +nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.30.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.31.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.32.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.33.def +nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.35.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.36.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.2.43.def nedi/sysobj/1.3.6.1.4.1.2636.1.1.1.4.31.1.def @@ -1090,6 +1373,7 @@ nedi/sysobj/1.3.6.1.4.1.26543.1.18.4.def nedi/sysobj/1.3.6.1.4.1.26543.1.18.5.def nedi/sysobj/1.3.6.1.4.1.266.1.3.27.def nedi/sysobj/1.3.6.1.4.1.289.2.1.1.2.def +nedi/sysobj/1.3.6.1.4.1.2925.4.def nedi/sysobj/1.3.6.1.4.1.29999.1.def nedi/sysobj/1.3.6.1.4.1.3076.1.2.1.1.1.2.def nedi/sysobj/1.3.6.1.4.1.3076.1.2.1.1.2.1.def @@ -1099,15 +1383,29 @@ nedi/sysobj/1.3.6.1.4.1.318.1.3.11.def nedi/sysobj/1.3.6.1.4.1.318.1.3.2.12.def nedi/sysobj/1.3.6.1.4.1.318.1.3.2.18.def nedi/sysobj/1.3.6.1.4.1.318.1.3.2.7.def +nedi/sysobj/1.3.6.1.4.1.3224.1.13.def +nedi/sysobj/1.3.6.1.4.1.3224.1.16.def +nedi/sysobj/1.3.6.1.4.1.3224.1.35.def nedi/sysobj/1.3.6.1.4.1.3224.1.52.def +nedi/sysobj/1.3.6.1.4.1.32620.1.1.def +nedi/sysobj/1.3.6.1.4.1.3375.2.1.3.4.20.def +nedi/sysobj/1.3.6.1.4.1.3417.1.1.25.def +nedi/sysobj/1.3.6.1.4.1.3417.1.1.27.def +nedi/sysobj/1.3.6.1.4.1.3417.1.1.32.def +nedi/sysobj/1.3.6.1.4.1.3417.1.3.7.def nedi/sysobj/1.3.6.1.4.1.3854.1.2.2.1.1.def nedi/sysobj/1.3.6.1.4.1.3854.1.def +nedi/sysobj/1.3.6.1.4.1.388.14.def +nedi/sysobj/1.3.6.1.4.1.388.16.def +nedi/sysobj/1.3.6.1.4.1.388.6.0.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.13.def +nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.13o.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.15.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.18.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.22.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.23.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.24.def +nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.31.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.36.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.37.def nedi/sysobj/1.3.6.1.4.1.43.1.16.4.3.7.def @@ -1117,22 +1415,25 @@ nedi/sysobj/1.3.6.1.4.1.43.1.8.63.def nedi/sysobj/1.3.6.1.4.1.43.1.8.64.def nedi/sysobj/1.3.6.1.4.1.43.10.27.4.1.2.2.def nedi/sysobj/1.3.6.1.4.1.43.10.27.4.1.2.4.def -nedi/sysobj/1.3.6.1.4.1.45.3.30.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.30.2.def -nedi/sysobj/1.3.6.1.4.1.45.3.35.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.36.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.43.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.46.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.54.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.57.2.def -nedi/sysobj/1.3.6.1.4.1.45.3.59.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.61.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.64.1.def -nedi/sysobj/1.3.6.1.4.1.45.3.65.def -nedi/sysobj/1.3.6.1.4.1.45.3.71.4.def -nedi/sysobj/1.3.6.1.4.1.45.3.72.2.def +nedi/sysobj/1.3.6.1.4.1.4458.20.2.1.1.def +nedi/sysobj/1.3.6.1.4.1.4458.20.3.1.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.30.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.30.2.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.35.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.36.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.43.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.46.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.54.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.57.2.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.59.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.61.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.64.1.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.65.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.71.4.def +nedi/sysobj/1.3.6.1.4.1.4${MODPHP_VERSION}.72.2.def nedi/sysobj/1.3.6.1.4.1.4526.1.10.def nedi/sysobj/1.3.6.1.4.1.4526.100.1.2.def +nedi/sysobj/1.3.6.1.4.1.4526.100.1.7.def nedi/sysobj/1.3.6.1.4.1.4935.1.3.def nedi/sysobj/1.3.6.1.4.1.5205.2.18.def nedi/sysobj/1.3.6.1.4.1.5205.2.9.def @@ -1142,12 +1443,27 @@ nedi/sysobj/1.3.6.1.4.1.5624.2.1.56.def nedi/sysobj/1.3.6.1.4.1.5624.2.1.83.def nedi/sysobj/1.3.6.1.4.1.5624.2.1.87.def nedi/sysobj/1.3.6.1.4.1.5624.2.1.96.def +nedi/sysobj/1.3.6.1.4.1.5651.1.102.5068.def +nedi/sysobj/1.3.6.1.4.1.5651.3.2.10.def +nedi/sysobj/1.3.6.1.4.1.6141.1.47.def +nedi/sysobj/1.3.6.1.4.1.6141.1.70.def +nedi/sysobj/1.3.6.1.4.1.6141.1.71.def +nedi/sysobj/1.3.6.1.4.1.6141.1.77.def +nedi/sysobj/1.3.6.1.4.1.6141.1.79.def +nedi/sysobj/1.3.6.1.4.1.6141.1.81.def +nedi/sysobj/1.3.6.1.4.1.6141.1.83.def +nedi/sysobj/1.3.6.1.4.1.6141.1.84.def +nedi/sysobj/1.3.6.1.4.1.629.6.10.94.def +nedi/sysobj/1.3.6.1.4.1.6486.800.1.1.2.1.10.1.1.def nedi/sysobj/1.3.6.1.4.1.6486.800.1.1.2.1.10.1.3.def nedi/sysobj/1.3.6.1.4.1.6486.800.1.1.2.1.10.1.5.def +nedi/sysobj/1.3.6.1.4.1.6486.800.1.1.2.1.12.1.1.def +nedi/sysobj/1.3.6.1.4.1.6486.800.1.1.2.1.12.1.5.def nedi/sysobj/1.3.6.1.4.1.6486.800.1.1.2.1.7.1.47.def nedi/sysobj/1.3.6.1.4.1.6486.800.1.1.2.1.9.1.1.def nedi/sysobj/1.3.6.1.4.1.6876.4.1.def nedi/sysobj/1.3.6.1.4.1.705.1.2.def +nedi/sysobj/1.3.6.1.4.1.7779.1050.4.3.3.1.def nedi/sysobj/1.3.6.1.4.1.800.3.1.1.17.def nedi/sysobj/1.3.6.1.4.1.8072.3.2.10.def nedi/sysobj/1.3.6.1.4.1.841.2.11.def @@ -1159,27 +1475,44 @@ nedi/sysobj/1.3.6.1.4.1.8744.1.27.def nedi/sysobj/1.3.6.1.4.1.8744.1.35.def nedi/sysobj/1.3.6.1.4.1.8744.1.47.def nedi/sysobj/1.3.6.1.4.1.8744.1.48.def +nedi/sysobj/1.3.6.1.4.1.8744.1.56.def +nedi/sysobj/1.3.6.1.4.1.9.1.1004.def +nedi/sysobj/1.3.6.1.4.1.9.1.1015.def nedi/sysobj/1.3.6.1.4.1.9.1.1016.def +nedi/sysobj/1.3.6.1.4.1.9.1.1021.def nedi/sysobj/1.3.6.1.4.1.9.1.1025.def +nedi/sysobj/1.3.6.1.4.1.9.1.1045.def nedi/sysobj/1.3.6.1.4.1.9.1.1069.def nedi/sysobj/1.3.6.1.4.1.9.1.108.def nedi/sysobj/1.3.6.1.4.1.9.1.110.def nedi/sysobj/1.3.6.1.4.1.9.1.1104.def nedi/sysobj/1.3.6.1.4.1.9.1.113.def +nedi/sysobj/1.3.6.1.4.1.9.1.1147.def +nedi/sysobj/1.3.6.1.4.1.9.1.1148.def +nedi/sysobj/1.3.6.1.4.1.9.1.1178.def nedi/sysobj/1.3.6.1.4.1.9.1.1208.def nedi/sysobj/1.3.6.1.4.1.9.1.1208b.def nedi/sysobj/1.3.6.1.4.1.9.1.1208c.def nedi/sysobj/1.3.6.1.4.1.9.1.122.def nedi/sysobj/1.3.6.1.4.1.9.1.1226.def nedi/sysobj/1.3.6.1.4.1.9.1.1227.def +nedi/sysobj/1.3.6.1.4.1.9.1.1228.def nedi/sysobj/1.3.6.1.4.1.9.1.1229.def +nedi/sysobj/1.3.6.1.4.1.9.1.1231.def nedi/sysobj/1.3.6.1.4.1.9.1.125.def +nedi/sysobj/1.3.6.1.4.1.9.1.1256.def nedi/sysobj/1.3.6.1.4.1.9.1.1286.def nedi/sysobj/1.3.6.1.4.1.9.1.1287.def +nedi/sysobj/1.3.6.1.4.1.9.1.1291.def +nedi/sysobj/1.3.6.1.4.1.9.1.1316.def nedi/sysobj/1.3.6.1.4.1.9.1.1317.def +nedi/sysobj/1.3.6.1.4.1.9.1.1366.def nedi/sysobj/1.3.6.1.4.1.9.1.14.def +nedi/sysobj/1.3.6.1.4.1.9.1.1470.def nedi/sysobj/1.3.6.1.4.1.9.1.154.def nedi/sysobj/1.3.6.1.4.1.9.1.162.def +nedi/sysobj/1.3.6.1.4.1.9.1.1645.def +nedi/sysobj/1.3.6.1.4.1.9.1.1659.def nedi/sysobj/1.3.6.1.4.1.9.1.168.def nedi/sysobj/1.3.6.1.4.1.9.1.172.def nedi/sysobj/1.3.6.1.4.1.9.1.185.def @@ -1239,6 +1572,7 @@ nedi/sysobj/1.3.6.1.4.1.9.1.444.def nedi/sysobj/1.3.6.1.4.1.9.1.448.def nedi/sysobj/1.3.6.1.4.1.9.1.449.def nedi/sysobj/1.3.6.1.4.1.9.1.451.def +nedi/sysobj/1.3.6.1.4.1.9.1.453.def nedi/sysobj/1.3.6.1.4.1.9.1.466.def nedi/sysobj/1.3.6.1.4.1.9.1.467.def nedi/sysobj/1.3.6.1.4.1.9.1.468.def @@ -1258,6 +1592,7 @@ nedi/sysobj/1.3.6.1.4.1.9.1.502.def nedi/sysobj/1.3.6.1.4.1.9.1.503.def nedi/sysobj/1.3.6.1.4.1.9.1.505.def nedi/sysobj/1.3.6.1.4.1.9.1.507.def +nedi/sysobj/1.3.6.1.4.1.9.1.509.def nedi/sysobj/1.3.6.1.4.1.9.1.516.def nedi/sysobj/1.3.6.1.4.1.9.1.522.def nedi/sysobj/1.3.6.1.4.1.9.1.525.def @@ -1271,6 +1606,7 @@ nedi/sysobj/1.3.6.1.4.1.9.1.544.def nedi/sysobj/1.3.6.1.4.1.9.1.552.def nedi/sysobj/1.3.6.1.4.1.9.1.558.def nedi/sysobj/1.3.6.1.4.1.9.1.559.def +nedi/sysobj/1.3.6.1.4.1.9.1.560.def nedi/sysobj/1.3.6.1.4.1.9.1.561.def nedi/sysobj/1.3.6.1.4.1.9.1.563.def nedi/sysobj/1.3.6.1.4.1.9.1.564.def @@ -1291,9 +1627,11 @@ nedi/sysobj/1.3.6.1.4.1.9.1.617.def nedi/sysobj/1.3.6.1.4.1.9.1.618.def nedi/sysobj/1.3.6.1.4.1.9.1.619.def nedi/sysobj/1.3.6.1.4.1.9.1.620.def +nedi/sysobj/1.3.6.1.4.1.9.1.621.def nedi/sysobj/1.3.6.1.4.1.9.1.626.def nedi/sysobj/1.3.6.1.4.1.9.1.633.def nedi/sysobj/1.3.6.1.4.1.9.1.634.def +nedi/sysobj/1.3.6.1.4.1.9.1.639.def nedi/sysobj/1.3.6.1.4.1.9.1.640.def nedi/sysobj/1.3.6.1.4.1.9.1.642.def nedi/sysobj/1.3.6.1.4.1.9.1.657.def @@ -1314,9 +1652,13 @@ nedi/sysobj/1.3.6.1.4.1.9.1.716.def nedi/sysobj/1.3.6.1.4.1.9.1.716alt.def nedi/sysobj/1.3.6.1.4.1.9.1.717.def nedi/sysobj/1.3.6.1.4.1.9.1.717alt.def +nedi/sysobj/1.3.6.1.4.1.9.1.726.def +nedi/sysobj/1.3.6.1.4.1.9.1.730.def +nedi/sysobj/1.3.6.1.4.1.9.1.736.def nedi/sysobj/1.3.6.1.4.1.9.1.745.def nedi/sysobj/1.3.6.1.4.1.9.1.748.def nedi/sysobj/1.3.6.1.4.1.9.1.749.def +nedi/sysobj/1.3.6.1.4.1.9.1.753.def nedi/sysobj/1.3.6.1.4.1.9.1.758.def nedi/sysobj/1.3.6.1.4.1.9.1.793.def nedi/sysobj/1.3.6.1.4.1.9.1.794.def @@ -1326,19 +1668,30 @@ nedi/sysobj/1.3.6.1.4.1.9.1.797.def nedi/sysobj/1.3.6.1.4.1.9.1.798.def nedi/sysobj/1.3.6.1.4.1.9.1.799.def nedi/sysobj/1.3.6.1.4.1.9.1.821.def +nedi/sysobj/1.3.6.1.4.1.9.1.824.def nedi/sysobj/1.3.6.1.4.1.9.1.828.def +nedi/sysobj/1.3.6.1.4.1.9.1.834.def +nedi/sysobj/1.3.6.1.4.1.9.1.874.def nedi/sysobj/1.3.6.1.4.1.9.1.875.def nedi/sysobj/1.3.6.1.4.1.9.1.876.def nedi/sysobj/1.3.6.1.4.1.9.1.877.def nedi/sysobj/1.3.6.1.4.1.9.1.896.def +nedi/sysobj/1.3.6.1.4.1.9.1.915.def nedi/sysobj/1.3.6.1.4.1.9.1.917.def nedi/sysobj/1.3.6.1.4.1.9.1.917alt.def +nedi/sysobj/1.3.6.1.4.1.9.1.920.def +nedi/sysobj/1.3.6.1.4.1.9.1.920alt.def +nedi/sysobj/1.3.6.1.4.1.9.1.929.def +nedi/sysobj/1.3.6.1.4.1.9.1.947.def nedi/sysobj/1.3.6.1.4.1.9.1.948.def nedi/sysobj/1.3.6.1.4.1.9.1.949.def nedi/sysobj/1.3.6.1.4.1.9.1.950.def nedi/sysobj/1.3.6.1.4.1.9.1.951.def nedi/sysobj/1.3.6.1.4.1.9.1.956.def +nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.1008.def +nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.1038.def nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.1084.def +nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.414.def nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.587.def nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.606.def nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.612.def @@ -1346,11 +1699,13 @@ nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.719.def nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.777.def nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.798.def nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.840.def +nedi/sysobj/1.3.6.1.4.1.9.12.3.1.3.932.def nedi/sysobj/1.3.6.1.4.1.9.5.28.def -nedi/sysobj/1.3.6.1.4.1.9.5.31.def -nedi/sysobj/1.3.6.1.4.1.9.5.34.def -nedi/sysobj/1.3.6.1.4.1.9.5.38.def -nedi/sysobj/1.3.6.1.4.1.9.5.39.def +nedi/sysobj/1.3.6.1.4.1.9.${MODPHP_VERSION}1.def +nedi/sysobj/1.3.6.1.4.1.9.${MODPHP_VERSION}4.def +nedi/sysobj/1.3.6.1.4.1.9.${MODPHP_VERSION}6.def +nedi/sysobj/1.3.6.1.4.1.9.${MODPHP_VERSION}8.def +nedi/sysobj/1.3.6.1.4.1.9.${MODPHP_VERSION}9.def nedi/sysobj/1.3.6.1.4.1.9.5.40.def nedi/sysobj/1.3.6.1.4.1.9.5.42.def nedi/sysobj/1.3.6.1.4.1.9.5.44.def @@ -1360,7 +1715,12 @@ nedi/sysobj/1.3.6.1.4.1.9.5.50.def nedi/sysobj/1.3.6.1.4.1.9.5.58.def nedi/sysobj/1.3.6.1.4.1.9.5.59.def nedi/sysobj/1.3.6.1.4.1.9.9.368.4.5.def +nedi/sysobj/1.3.6.1.4.1.9.9.402.1.2.1.7.def +nedi/sysobj/1.3.6.1.4.1.94.1.21.2.1.12.def +nedi/sysobj/1.3.6.1.4.1.94.1.21.2.1.137.def nedi/sysobj/1.3.6.1.4.1.94.1.21.2.1.144.def +nedi/sysobj/1.3.6.1.4.1.94.1.21.2.1.148.def +nedi/sysobj/1.3.6.1.4.1.94.1.21.2.1.8.def nedi/sysobj/1.3.6.1.4.1.9967.100.1100.1.def nedi/sysobj/1.3.6.1.4.1.9967.100.2100.1.def nedi/sysobj/other.def