Cactid 0.8.6i Beta3 - Last Beta

Important information about Cacti developments that all users should be interested in.

Moderators: Developers, Moderators

User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Ernie,

I guess I should have just watched movies last night. I see the issue. Will be corrected later today. It's still hange out and read the forums time.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
N3NCY
Cacti User
Posts: 260
Joined: Thu Sep 22, 2005 7:50 pm
Location: Landenberg, PA
Contact:

Post by N3NCY »

TheWitness:
Cool, no big deal! At this point I have a few VMware test images I built just for testing out Cactid and Cacti betas. I just want to make sure that when this newest cactid and cacti come out of beta I can run the latest and greatest on my FreeBSD 6.1 box. I don't want to be left behind! I can see that you are going to help me! Don't sweat it, that is why you have beta testing and why I participated! I am also learning alot along the way. Thanks for all of your help with my stuff on FreeBSD and the time spent working on Cacti related stuff in general!
Thank you,

Ernie
http://www.NMSWorld.com
[b]Dual Zeon Dual Core 2.6Ghz / 8GB RAM / 4x15k RPM SATA RAID5[/b]
[b]Cacti Version[/b] - 0.8.7b
[b]Poller Type[/b] - cactid 0.8.7 with Boost v1.7
[b]Server Info[/b] - FreeBSD 7.0-RELEASE
[b]Web Server[/b] - Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 mod_perl/2.0.3 Perl/v5.8.8
[b]PHP[/b] - 5.2.6
[b]MySQL[/b] - 5.0.51b Mod: poller_output ENGINE = MEMORY
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.4.1
[b]Plugins[/b] - Host Info (hostinfo - v0.2), Update Checker (update - v0.3), Network Tools (tools - v0.2), FlowView (flowview - v0.3), Read-only Devices Tab (devices - v0.4), Network Discovery (discovery - v0.8.3), Syslog Monitoring (syslog - v0.5.2), Thresholds (thold - v0.3.9), Device Monitoring (monitor - v0.8.2), PHP Network Weathermap (weathermap - v0.941), SuperLinks (superlinks - v0.72), Report Creator (reports - v0.1b)
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Ernie,

I do appreciate it. Here is the reformed/revised configure.ac. All should work now.

Larry
Attachments
configure.zip
(2.37 KiB) Downloaded 376 times
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
N3NCY
Cacti User
Posts: 260
Joined: Thu Sep 22, 2005 7:50 pm
Location: Landenberg, PA
Contact:

Post by N3NCY »

I am past the mysql error and have a new one using this latest configure.ac:

[root@nms /usr/src]# unzip configure.zip
Archive: configure.zip
inflating: configure.ac
[root@nms /usr/src]# dos2unix configure.ac
[root@nms /usr/src]# cp configure.ac /usr/src/cacti-cactid-0.8.6i-beta3/
[root@nms /usr/src]# cd cacti-cactid-0.8.6i-beta3/
[root@nms /usr/src/cacti-cactid-0.8.6i-beta3]# autoconf259
[root@nms /usr/src/cacti-cactid-0.8.6i-beta3]# ./configure --prefix=/opt/apache/htdocs/cacti
checking build system type... i386-unknown-freebsd6.1
checking host system type... i386-unknown-freebsd6.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) nawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking whether to enable -Wall... no
checking for gethostbyname in -lnsl... no
checking for socket in -lsocket... no
checking for floor in -lm... yes
checking for pthread_exit in -lpthread... yes
checking for deflate in -lz... yes
checking for kstat_close in -lkstat... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for signal.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for unsigned long long... yes
checking for long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for malloc... yes
checking for calloc... yes
checking for gettimeofday... yes
checking for strerror... yes
checking for strtoll... yes
checking for mysql_init in -lmysqlclient... yes
checking for mysql_thread_init in -lmysqlclient... yes
configure: error: Cannot find SNMP headers. Use --with-snmp= to specify non-default path.

In the final product will the next cactid always needs a special configure.ac for me? Or will cactid know how to look in /opt/mysql and /opt/net-snmp for required items?
Thank you,

Ernie
http://www.NMSWorld.com
[b]Dual Zeon Dual Core 2.6Ghz / 8GB RAM / 4x15k RPM SATA RAID5[/b]
[b]Cacti Version[/b] - 0.8.7b
[b]Poller Type[/b] - cactid 0.8.7 with Boost v1.7
[b]Server Info[/b] - FreeBSD 7.0-RELEASE
[b]Web Server[/b] - Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 mod_perl/2.0.3 Perl/v5.8.8
[b]PHP[/b] - 5.2.6
[b]MySQL[/b] - 5.0.51b Mod: poller_output ENGINE = MEMORY
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.4.1
[b]Plugins[/b] - Host Info (hostinfo - v0.2), Update Checker (update - v0.3), Network Tools (tools - v0.2), FlowView (flowview - v0.3), Read-only Devices Tab (devices - v0.4), Network Discovery (discovery - v0.8.3), Syslog Monitoring (syslog - v0.5.2), Thresholds (thold - v0.3.9), Device Monitoring (monitor - v0.8.2), PHP Network Weathermap (weathermap - v0.941), SuperLinks (superlinks - v0.72), Report Creator (reports - v0.1b)
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

lol, I thought I had gotten that one as well :oops: Going to bed at the moment. I'll get to it Sunday afternoon....

Larry
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Revised again...

TheWitness
Attachments
configure.zip
(2.37 KiB) Downloaded 381 times
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
fmangeant
Cacti Guru User
Posts: 2345
Joined: Fri Sep 19, 2003 8:36 am
Location: Sophia-Antipolis, France
Contact:

Post by fmangeant »

Hi Larry

SVN revision 3785 builds & runs fine for me (CentOS 4.4, SNMP queries only) :
09/25/2006 09:42:00 AM - SYSTEM STATS: Time:119.4094 Method:cactid Processes:4 Threads:25 Hosts:185 HostsPerProcess:47 DataSources:3712 RRDsProcessed:2465
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
User avatar
fmangeant
Cacti Guru User
Posts: 2345
Joined: Fri Sep 19, 2003 8:36 am
Location: Sophia-Antipolis, France
Contact:

Post by fmangeant »

I've tested with a PHP script (the one for graphing the Cacti poller statistics), and it runs fine.

PHP scripts for VMware ESX work fine too :D
09/26/2006 04:52:24 PM - SYSTEM STATS: Time:142.2279 Method:cactid Processes:4 Threads:25 Hosts:204 HostsPerProcess:51 DataSources:4766 RRDsProcessed:3033
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Guys, are we done here? Do you have any other feedback? Please advise.

Regards,

Larry
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
N3NCY
Cacti User
Posts: 260
Joined: Thu Sep 22, 2005 7:50 pm
Location: Landenberg, PA
Contact:

Post by N3NCY »

TheWitness:

Sorry for the delay, it is hard for me to test during the week.

Even this latest configure.ac still fails.

[root@nms /usr/src]# unzip configure.zip
Archive: configure.zip
inflating: configure.ac
[root@nms /usr/src]# dos2unix configure.ac
[root@nms /usr/src]# cp configure.ac /usr/src/cacti-cactid-0.8.6i-beta3/
[root@nms /usr/src]# cd cacti-cactid-0.8.6i-beta3/
[root@nms /usr/src/cacti-cactid-0.8.6i-beta3]# autoconf259
[root@nms /usr/src/cacti-cactid-0.8.6i-beta3]# ./configure --prefix=/opt/apache/htdocs/cacti
checking build system type... i386-unknown-freebsd6.1
checking host system type... i386-unknown-freebsd6.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) nawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking whether to enable -Wall... no
checking for gethostbyname in -lnsl... no
checking for socket in -lsocket... no
checking for floor in -lm... yes
checking for pthread_exit in -lpthread... yes
checking for deflate in -lz... yes
checking for kstat_close in -lkstat... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for signal.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for unsigned long long... yes
checking for long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for malloc... yes
checking for calloc... yes
checking for gettimeofday... yes
checking for strerror... yes
checking for strtoll... yes
checking for mysql_init in -lmysqlclient... yes
checking for mysql_thread_init in -lmysqlclient... yes
configure: error: Cannot find SNMP headers. Use --with-snmp= to specify non-default path.
Thank you,

Ernie
http://www.NMSWorld.com
[b]Dual Zeon Dual Core 2.6Ghz / 8GB RAM / 4x15k RPM SATA RAID5[/b]
[b]Cacti Version[/b] - 0.8.7b
[b]Poller Type[/b] - cactid 0.8.7 with Boost v1.7
[b]Server Info[/b] - FreeBSD 7.0-RELEASE
[b]Web Server[/b] - Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 mod_perl/2.0.3 Perl/v5.8.8
[b]PHP[/b] - 5.2.6
[b]MySQL[/b] - 5.0.51b Mod: poller_output ENGINE = MEMORY
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.4.1
[b]Plugins[/b] - Host Info (hostinfo - v0.2), Update Checker (update - v0.3), Network Tools (tools - v0.2), FlowView (flowview - v0.3), Read-only Devices Tab (devices - v0.4), Network Discovery (discovery - v0.8.3), Syslog Monitoring (syslog - v0.5.2), Thresholds (thold - v0.3.9), Device Monitoring (monitor - v0.8.2), PHP Network Weathermap (weathermap - v0.941), SuperLinks (superlinks - v0.72), Report Creator (reports - v0.1b)
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Show me your net-snmp structure. This is embarrassing...

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
N3NCY
Cacti User
Posts: 260
Joined: Thu Sep 22, 2005 7:50 pm
Location: Landenberg, PA
Contact:

Post by N3NCY »

ls -alF -R /opt/net-snmp/

total 18
drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:29 ../
drwxr-xr-x 2 root wheel 1024 Sep 14 19:30 bin/
drwxr-xr-x 3 root wheel 512 Sep 14 19:31 etc/
drwxr-xr-x 3 root wheel 512 Sep 14 19:29 include/
drwxr-xr-x 2 root wheel 1024 Sep 14 19:30 lib/
drwxr-xr-x 6 root wheel 512 Sep 14 19:30 man/
drwxr-xr-x 2 root wheel 512 Sep 15 23:20 sbin/
drwxr-xr-x 3 root wheel 512 Sep 14 19:30 share/

/opt/net-snmp/bin:
total 630
drwxr-xr-x 2 root wheel 1024 Sep 14 19:30 ./
drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ../
-rwxr-xr-x 1 root wheel 23415 Sep 14 19:30 encode_keychange* -rwxr-xr-x 1 root wheel 15523 Sep 14 19:30 fixproc*
-rwxr-xr-x 1 root wheel 6681 Sep 14 19:30 ipf-mod.pl*
-rwxr-xr-x 1 root wheel 42889 Sep 14 19:30 mib2c*
-rwxr-xr-x 1 root wheel 8526 Sep 14 19:30 mib2c-update*
-rwxr-xr-x 1 root wheel 19635 Sep 14 19:29 net-snmp-config* -rwxr-xr-x 1 root wheel 16390 Sep 14 19:30 snmpbulkget* -rwxr-xr-x 1 root wheel 18254 Sep 14 19:30 snmpbulkwalk* -rwxr-xr-x 1 root wheel 33703 Sep 14 19:30 snmpcheck* -rwxr-xr-x 1 root wheel 26164 Sep 14 19:30 snmpconf* -rwxr-xr-x 1 root wheel 28960 Sep 14 19:30 snmpdelta* -rwxr-xr-x 1 root wheel 18716 Sep 14 19:30 snmpdf* -rwxr-xr-x 1 root wheel 15699 Sep 14 19:30 snmpget* -rwxr-xr-x 1 root wheel 15650 Sep 14 19:30 snmpgetnext*
lrwxr-xr-x 1 root wheel 8 Sep 14 19:30 snmpinform@ -> snmptrap
-rwxr-xr-x 1 root wheel 76505 Sep 14 19:30 snmpnetstat* -rwxr-xr-x 1 root wheel 17216 Sep 14 19:30 snmpset* -rwxr-xr-x 1 root wheel 20748 Sep 14 19:30 snmpstatus* -rwxr-xr-x 1 root wheel 28816 Sep 14 19:30 snmptable* -rwxr-xr-x 1 root wheel 22282 Sep 14 19:30 snmptest* -rwxr-xr-x 1 root wheel 19682 Sep 14 19:30 snmptranslate* -rwxr-xr-x 1 root wheel 19255 Sep 14 19:30 snmptrap* -rwxr-xr-x 1 root wheel 37151 Sep 14 19:30 snmpusm* -rwxr-xr-x 1 root wheel 26897 Sep 14 19:30 snmpvacm* -rwxr-xr-x 1 root wheel 17287 Sep 14 19:30 snmpwalk* -rwxr-xr-x 1 root wheel 30932 Sep 14 19:30 tkmib*
-rwxr-xr-x 1 root wheel 2104 Sep 14 19:30 traptoemail*

/opt/net-snmp/etc:
total 6
drwxr-xr-x 3 root wheel 512 Sep 14 19:31 ./ drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ../ drwxr-xr-x 2 root wheel 512 Sep 14 19:31 snmp/

/opt/net-snmp/etc/snmp:
total 6
drwxr-xr-x 2 root wheel 512 Sep 14 19:31 ./ drwxr-xr-x 3 root wheel 512 Sep 14 19:31 ../
-rw-r--r-- 1 root wheel 25 Sep 14 19:31 snmptrapd.conf

/opt/net-snmp/include:
total 6
drwxr-xr-x 3 root wheel 512 Sep 14 19:29 ./ drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ../ drwxr-xr-x 6 root wheel 512 Sep 14 19:29 net-snmp/

/opt/net-snmp/include/net-snmp:
total 88
drwxr-xr-x 6 root wheel 512 Sep 14 19:29 ./
drwxr-xr-x 3 root wheel 512 Sep 14 19:29 ../
drwxr-xr-x 2 root wheel 1024 Sep 14 19:30 agent/
-rw-r--r-- 1 root wheel 1000 Sep 14 19:29 config_api.h
-rw-r--r-- 1 root wheel 947 Sep 14 19:29 definitions.h
drwxr-xr-x 2 root wheel 1536 Sep 14 19:29 library/
drwxr-xr-x 2 root wheel 512 Sep 14 19:29 machine/
-rw-r--r-- 1 root wheel 884 Sep 14 19:29 mib_api.h
-rw-r--r-- 1 root wheel 47470 Sep 14 19:29 net-snmp-config.h
-rw-r--r-- 1 root wheel 1664 Sep 14 19:29 net-snmp-includes.h
-rw-r--r-- 1 root wheel 880 Sep 14 19:29 output_api.h
-rw-r--r-- 1 root wheel 714 Sep 14 19:29 pdu_api.h
-rw-r--r-- 1 root wheel 1594 Sep 14 19:29 session_api.h
-rw-r--r-- 1 root wheel 1170 Sep 14 19:29 snmpv3_api.h
drwxr-xr-x 2 root wheel 1024 Sep 14 19:29 system/
-rw-r--r-- 1 root wheel 4451 Sep 14 19:29 types.h
-rw-r--r-- 1 root wheel 2036 Sep 14 19:29 utilities.h
-rw-r--r-- 1 root wheel 744 Sep 14 19:29 varbind_api.h
-rw-r--r-- 1 root wheel 310 Sep 14 19:29 version.h

/opt/net-snmp/include/net-snmp/agent:
total 188
drwxr-xr-x 2 root wheel 1024 Sep 14 19:30 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:29 ../
-rw-r--r-- 1 root wheel 801 Sep 14 19:29 agent_callbacks.h
-rw-r--r-- 1 root wheel 10945 Sep 14 19:29 agent_handler.h
-rw-r--r-- 1 root wheel 1529 Sep 14 19:29 agent_index.h
-rw-r--r-- 1 root wheel 1165 Sep 14 19:29 agent_module_config.h
-rw-r--r-- 1 root wheel 926 Sep 14 19:29 agent_read_config.h
-rw-r--r-- 1 root wheel 5704 Sep 14 19:29 agent_registry.h
-rw-r--r-- 1 root wheel 2131 Sep 14 19:29 agent_trap.h
-rw-r--r-- 1 root wheel 1168 Sep 14 19:30 all_helpers.h
-rw-r--r-- 1 root wheel 591 Sep 14 19:29 auto_nlist.h
-rw-r--r-- 1 root wheel 3221 Sep 14 19:30 baby_steps.h
-rw-r--r-- 1 root wheel 563 Sep 14 19:30 bulk_to_next.h
-rw-r--r-- 1 root wheel 4000 Sep 14 19:30 cache_handler.h
-rw-r--r-- 1 root wheel 328 Sep 14 19:30 debug_handler.h
-rw-r--r-- 1 root wheel 2668 Sep 14 19:29 ds_agent.h
-rw-r--r-- 1 root wheel 8328 Sep 14 19:30 instance.h
-rw-r--r-- 1 root wheel 2731 Sep 14 19:30 mfd.h
-rw-r--r-- 1 root wheel 11860 Sep 14 19:29 mib_module_config.h
-rw-r--r-- 1 root wheel 4493 Sep 14 19:30 mib_module_includes.h
-rw-r--r-- 1 root wheel 428 Sep 14 19:29 mib_modules.h
-rw-r--r-- 1 root wheel 871 Sep 14 19:30 mode_end_call.h
-rw-r--r-- 1 root wheel 975 Sep 14 19:30 multiplexer.h
-rw-r--r-- 1 root wheel 756 Sep 14 19:29 net-snmp-agent-includes.h
-rw-r--r-- 1 root wheel 464 Sep 14 19:30 null.h
-rw-r--r-- 1 root wheel 1414 Sep 14 19:30 old_api.h
-rw-r--r-- 1 root wheel 540 Sep 14 19:30 read_only.h
-rw-r--r-- 1 root wheel 1351 Sep 14 19:30 row_merge.h
-rw-r--r-- 1 root wheel 783 Sep 14 19:30 scalar.h
-rw-r--r-- 1 root wheel 983 Sep 14 19:30 scalar_group.h
-rw-r--r-- 1 root wheel 600 Sep 14 19:30 serialize.h
-rw-r--r-- 1 root wheel 542 Sep 14 19:30 set_helper.h
-rw-r--r-- 1 root wheel 11350 Sep 14 19:29 snmp_agent.h
-rw-r--r-- 1 root wheel 4235 Sep 14 19:29 snmp_vars.h
-rw-r--r-- 1 root wheel 7158 Sep 14 19:30 table.h
-rw-r--r-- 1 root wheel 5512 Sep 14 19:30 table_array.h
-rw-r--r-- 1 root wheel 3865 Sep 14 19:30 table_container.h
-rw-r--r-- 1 root wheel 5539 Sep 14 19:30 table_data.h
-rw-r--r-- 1 root wheel 7365 Sep 14 19:30 table_dataset.h
-rw-r--r-- 1 root wheel 6542 Sep 14 19:30 table_iterator.h
-rw-r--r-- 1 root wheel 6451 Sep 14 19:30 table_tdata.h
-rw-r--r-- 1 root wheel 2034 Sep 14 19:30 util_funcs.h
-rw-r--r-- 1 root wheel 5032 Sep 14 19:29 var_struct.h
-rw-r--r-- 1 root wheel 3630 Sep 14 19:30 watcher.h

/opt/net-snmp/include/net-snmp/library:
total 336
drwxr-xr-x 2 root wheel 1536 Sep 14 19:29 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:29 ../
-rw-r--r-- 1 root wheel 3396 Sep 14 19:29 README
-rw-r--r-- 1 root wheel 18365 Sep 14 19:29 asn1.h
-rw-r--r-- 1 root wheel 2480 Sep 14 19:29 callback.h
-rw-r--r-- 1 root wheel 1714 Sep 14 19:29 check_varbind.h
-rw-r--r-- 1 root wheel 12685 Sep 14 19:29 cmu_compat.h
-rw-r--r-- 1 root wheel 17162 Sep 14 19:29 container.h
-rw-r--r-- 1 root wheel 1007 Sep 14 19:29 container_binary_array.h
-rw-r--r-- 1 root wheel 2460 Sep 14 19:29 container_iterator.h
-rw-r--r-- 1 root wheel 521 Sep 14 19:29 container_list_ssll.h
-rw-r--r-- 1 root wheel 319 Sep 14 19:29 container_null.h
-rw-r--r-- 1 root wheel 3700 Sep 14 19:29 data_list.h
-rw-r--r-- 1 root wheel 7726 Sep 14 19:29 default_store.h
-rw-r--r-- 1 root wheel 1560 Sep 14 19:29 factory.h
-rw-r--r-- 1 root wheel 4826 Sep 14 19:29 fd_event_manager.h
-rw-r--r-- 1 root wheel 1872 Sep 14 19:29 file_utils.h
-rw-r--r-- 1 root wheel 273 Sep 14 19:29 getopt.h
-rw-r--r-- 1 root wheel 1469 Sep 14 19:29 int64.h
-rw-r--r-- 1 root wheel 1960 Sep 14 19:29 keytools.h
-rw-r--r-- 1 root wheel 4017 Sep 14 19:29 lcd_time.h
-rw-r--r-- 1 root wheel 2675 Sep 14 19:29 md5.h
-rw-r--r-- 1 root wheel 25672 Sep 14 19:29 mib.h
-rw-r--r-- 1 root wheel 1924 Sep 14 19:29 mt_support.h
-rw-r--r-- 1 root wheel 3044 Sep 14 19:29 oid_stash.h
-rw-r--r-- 1 root wheel 9734 Sep 14 19:29 parse.h
-rw-r--r-- 1 root wheel 7062 Sep 14 19:29 read_config.h
-rw-r--r-- 1 root wheel 4082 Sep 14 19:29 scapi.h
-rw-r--r-- 1 root wheel 1676 Sep 14 19:29 snmp-tc.h
-rw-r--r-- 1 root wheel 13071 Sep 14 19:29 snmp.h
-rw-r--r-- 1 root wheel 2810 Sep 14 19:29 snmpCallbackDomain.h
-rw-r--r-- 1 root wheel 831 Sep 14 19:29 snmpTCPDomain.h
-rw-r--r-- 1 root wheel 1474 Sep 14 19:29 snmpUDPDomain.h
-rw-r--r-- 1 root wheel 1207 Sep 14 19:29 snmpUnixDomain.h
-rw-r--r-- 1 root wheel 1932 Sep 14 19:29 snmp_alarm.h
-rw-r--r-- 1 root wheel 41705 Sep 14 19:29 snmp_api.h
-rw-r--r-- 1 root wheel 1490 Sep 14 19:29 snmp_assert.h
-rw-r--r-- 1 root wheel 4928 Sep 14 19:29 snmp_client.h
-rw-r--r-- 1 root wheel 10713 Sep 14 19:29 snmp_debug.h
-rw-r--r-- 1 root wheel 3515 Sep 14 19:29 snmp_enum.h
-rw-r--r-- 1 root wheel 4338 Sep 14 19:29 snmp_impl.h
-rw-r--r-- 1 root wheel 4064 Sep 14 19:29 snmp_logging.h
-rw-r--r-- 1 root wheel 343 Sep 14 19:29 snmp_parse_args.h
-rw-r--r-- 1 root wheel 5301 Sep 14 19:29 snmp_secmod.h
-rw-r--r-- 1 root wheel 4742 Sep 14 19:29 snmp_transport.h
-rw-r--r-- 1 root wheel 11131 Sep 14 19:29 snmpusm.h
-rw-r--r-- 1 root wheel 119 Sep 14 19:29 snmpv3-security-includes.h
-rw-r--r-- 1 root wheel 2435 Sep 14 19:29 snmpv3.h
-rw-r--r-- 1 root wheel 4931 Sep 14 19:29 system.h
-rw-r--r-- 1 root wheel 3481 Sep 14 19:29 text_utils.h
-rw-r--r-- 1 root wheel 6436 Sep 14 19:29 tools.h
-rw-r--r-- 1 root wheel 1125 Sep 14 19:29 transform_oids.h
-rw-r--r-- 1 root wheel 1026 Sep 14 19:29 ucd_compat.h
-rw-r--r-- 1 root wheel 7944 Sep 14 19:29 vacm.h
-rw-r--r-- 1 root wheel 1732 Sep 14 19:29 winpipe.h
-rw-r--r-- 1 root wheel 3864 Sep 14 19:29 winservice.h

/opt/net-snmp/include/net-snmp/machine:
total 6
drwxr-xr-x 2 root wheel 512 Sep 14 19:29 ./ drwxr-xr-x 6 root wheel 512 Sep 14 19:29 ../
-rw-r--r-- 1 root wheel 45 Sep 14 19:29 generic.h

/opt/net-snmp/include/net-snmp/system:
total 74
drwxr-xr-x 2 root wheel 1024 Sep 14 19:29 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:29 ../
-rw-r--r-- 1 root wheel 178 Sep 14 19:29 aix.h
-rw-r--r-- 1 root wheel 418 Sep 14 19:29 bsd.h
-rw-r--r-- 1 root wheel 43 Sep 14 19:29 bsdi.h
-rw-r--r-- 1 root wheel 85 Sep 14 19:29 bsdi3.h
-rw-r--r-- 1 root wheel 288 Sep 14 19:29 bsdi4.h
-rw-r--r-- 1 root wheel 307 Sep 14 19:29 cygwin.h
-rw-r--r-- 1 root wheel 171 Sep 14 19:29 darwin.h
-rw-r--r-- 1 root wheel 325 Sep 14 19:29 darwin7.h
-rw-r--r-- 1 root wheel 356 Sep 14 19:29 darwin8.h
-rw-r--r-- 1 root wheel 1768 Sep 14 19:29 dynix.h
-rw-r--r-- 1 root wheel 398 Sep 14 19:29 freebsd.h
-rw-r--r-- 1 root wheel 187 Sep 14 19:29 freebsd2.h
-rw-r--r-- 1 root wheel 223 Sep 14 19:29 freebsd3.h
-rw-r--r-- 1 root wheel 387 Sep 14 19:29 freebsd4.h
-rw-r--r-- 1 root wheel 474 Sep 14 19:29 freebsd5.h
-rw-r--r-- 1 root wheel 421 Sep 14 19:29 freebsd6.h
-rw-r--r-- 1 root wheel 1345 Sep 14 19:29 generic.h
-rw-r--r-- 1 root wheel 1292 Sep 14 19:29 hpux.h
-rw-r--r-- 1 root wheel 568 Sep 14 19:29 irix.h
-rw-r--r-- 1 root wheel 325 Sep 14 19:29 linux.h
-rw-r--r-- 1 root wheel 1738 Sep 14 19:29 mingw32.h
-rw-r--r-- 1 root wheel 42 Sep 14 19:29 mips.h
-rw-r--r-- 1 root wheel 784 Sep 14 19:29 netbsd.h
-rw-r--r-- 1 root wheel 282 Sep 14 19:29 openbsd.h
-rw-r--r-- 1 root wheel 533 Sep 14 19:29 osf5.h
-rw-r--r-- 1 root wheel 643 Sep 14 19:29 solaris.h
-rw-r--r-- 1 root wheel 76 Sep 14 19:29 solaris2.10.h
-rw-r--r-- 1 root wheel 51 Sep 14 19:29 solaris2.6.h
-rw-r--r-- 1 root wheel 76 Sep 14 19:29 solaris2.7.h
-rw-r--r-- 1 root wheel 76 Sep 14 19:29 solaris2.8.h
-rw-r--r-- 1 root wheel 76 Sep 14 19:29 solaris2.9.h
-rw-r--r-- 1 root wheel 251 Sep 14 19:29 sunos.h
-rw-r--r-- 1 root wheel 572 Sep 14 19:29 svr5.h
-rw-r--r-- 1 root wheel 52 Sep 14 19:29 sysv.h
-rw-r--r-- 1 root wheel 166 Sep 14 19:29 ultrix4.h

/opt/net-snmp/lib:
total 7256
drwxr-xr-x 2 root wheel 1024 Sep 14 19:30 ./
drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ../
-rw-r--r-- 1 root wheel 1290420 Sep 14 19:29 libnetsnmp.a
-rwxr-xr-x 1 root wheel 727 Sep 14 19:29 libnetsnmp.la*
lrwxr-xr-x 1 root wheel 16 Sep 14 19:29 libnetsnmp.so@ -> libnetsnmp.so.10
-rwxr-xr-x 1 root wheel 942639 Sep 14 19:29 libnetsnmp.so.10*
-rw-r--r-- 1 root wheel 549232 Sep 14 19:30 libnetsnmpagent.a
-rwxr-xr-x 1 root wheel 762 Sep 14 19:30 libnetsnmpagent.la*
lrwxr-xr-x 1 root wheel 21 Sep 14 19:30 libnetsnmpagent.so@ -> libnetsnmpagent.so.10
-rwxr-xr-x 1 root wheel 396556 Sep 14 19:30 libnetsnmpagent.so.10*
-rw-r--r-- 1 root wheel 538248 Sep 14 19:30 libnetsnmphelpers.a
-rwxr-xr-x 1 root wheel 776 Sep 14 19:30 libnetsnmphelpers.la*
lrwxr-xr-x 1 root wheel 23 Sep 14 19:30 libnetsnmphelpers.so@ -> libnetsnmphelpers.so.10
-rwxr-xr-x 1 root wheel 342991 Sep 14 19:30 libnetsnmphelpers.so.10*
-rw-r--r-- 1 root wheel 1833572 Sep 14 19:30 libnetsnmpmibs.a
-rwxr-xr-x 1 root wheel 755 Sep 14 19:30 libnetsnmpmibs.la*
lrwxr-xr-x 1 root wheel 20 Sep 14 19:30 libnetsnmpmibs.so@ -> libnetsnmpmibs.so.10
-rwxr-xr-x 1 root wheel 1181982 Sep 14 19:30 libnetsnmpmibs.so.10*
-rw-r--r-- 1 root wheel 84646 Sep 14 19:30 libnetsnmptrapd.a
-rwxr-xr-x 1 root wheel 762 Sep 14 19:30 libnetsnmptrapd.la*
lrwxr-xr-x 1 root wheel 21 Sep 14 19:30 libnetsnmptrapd.so@ -> libnetsnmptrapd.so.10
-rwxr-xr-x 1 root wheel 71611 Sep 14 19:30 libnetsnmptrapd.so.10*

/opt/net-snmp/man:
total 14
drwxr-xr-x 6 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ../
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 man1/
drwxr-xr-x 2 root wheel 2560 Sep 14 19:30 man3/
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 man5/
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 man8/

/opt/net-snmp/man/man1:
total 146
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 7111 Sep 14 19:30 mib2c.1
-rw-r--r-- 1 root wheel 2939 Sep 14 19:30 snmpbulkget.1
-rw-r--r-- 1 root wheel 4519 Sep 14 19:30 snmpbulkwalk.1
-rw-r--r-- 1 root wheel 25591 Sep 14 19:30 snmpcmd.1
-rw-r--r-- 1 root wheel 3839 Sep 14 19:30 snmpconf.1
-rw-r--r-- 1 root wheel 5310 Sep 14 19:30 snmpdelta.1
-rw-r--r-- 1 root wheel 2719 Sep 14 19:30 snmpdf.1
-rw-r--r-- 1 root wheel 3349 Sep 14 19:30 snmpget.1
-rw-r--r-- 1 root wheel 2388 Sep 14 19:30 snmpgetnext.1
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmpinform.1
-rw-r--r-- 1 root wheel 11521 Sep 14 19:30 snmpnetstat.1
-rw-r--r-- 1 root wheel 3070 Sep 14 19:30 snmpset.1
-rw-r--r-- 1 root wheel 4149 Sep 14 19:30 snmpstatus.1
-rw-r--r-- 1 root wheel 5378 Sep 14 19:30 snmptable.1
-rw-r--r-- 1 root wheel 8628 Sep 14 19:30 snmptest.1
-rw-r--r-- 1 root wheel 7917 Sep 14 19:30 snmptranslate.1
-rw-r--r-- 1 root wheel 3165 Sep 14 19:30 snmptrap.1
-rw-r--r-- 1 root wheel 7540 Sep 14 19:30 snmpusm.1
-rw-r--r-- 1 root wheel 9364 Sep 14 19:30 snmpvacm.1
-rw-r--r-- 1 root wheel 4584 Sep 14 19:30 snmpwalk.1

/opt/net-snmp/man/man3:
total 442
drwxr-xr-x 2 root wheel 2560 Sep 14 19:30 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 add_mibdir.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 add_module_replacement.3
-rw-r--r-- 1 root wheel 12149 Sep 14 19:30 default_store.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 get_module_node.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 init_mib.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 init_mib_internals.3
-rw-r--r-- 1 root wheel 11413 Sep 14 19:30 mib_api.3
-rw-r--r-- 1 root wheel 1560 Sep 14 19:30 netsnmp_Container_iterator.3
-rw-r--r-- 1 root wheel 946 Sep 14 19:30 netsnmp_agent.3
-rw-r--r-- 1 root wheel 1649 Sep 14 19:30 netsnmp_baby_steps.3
-rw-r--r-- 1 root wheel 2711 Sep 14 19:30 netsnmp_bulk_to_next.3
-rw-r--r-- 1 root wheel 15169 Sep 14 19:30 netsnmp_cache_handler.3
-rw-r--r-- 1 root wheel 1128 Sep 14 19:30 netsnmp_container.3
-rw-r--r-- 1 root wheel 5011 Sep 14 19:30 netsnmp_debug.3
-rw-r--r-- 1 root wheel 1070 Sep 14 19:30 netsnmp_example_scalar_int.3
-rw-r--r-- 1 root wheel 35032 Sep 14 19:30 netsnmp_handler.3
-rw-r--r-- 1 root wheel 11128 Sep 14 19:30 netsnmp_instance.3
-rw-r--r-- 1 root wheel 1988 Sep 14 19:30 netsnmp_iterator_info_s.3
-rw-r--r-- 1 root wheel 1081 Sep 14 19:30 netsnmp_leaf.3
-rw-r--r-- 1 root wheel 22562 Sep 14 19:30 netsnmp_library.3
-rw-r--r-- 1 root wheel 422 Sep 14 19:30 netsnmp_mib_handler_methods.3
-rw-r--r-- 1 root wheel 53322 Sep 14 19:30 netsnmp_mib_utilities.3
-rw-r--r-- 1 root wheel 3180 Sep 14 19:30 netsnmp_mode_end_call.3
-rw-r--r-- 1 root wheel 2384 Sep 14 19:30 netsnmp_multiplexer.3
-rw-r--r-- 1 root wheel 4319 Sep 14 19:30 netsnmp_old_api.3
-rw-r--r-- 1 root wheel 2098 Sep 14 19:30 netsnmp_read_only.3
-rw-r--r-- 1 root wheel 5592 Sep 14 19:30 netsnmp_row_merge.3
-rw-r--r-- 1 root wheel 4272 Sep 14 19:30 netsnmp_scalar.3
-rw-r--r-- 1 root wheel 705 Sep 14 19:30 netsnmp_scalar_group_group.3
-rw-r--r-- 1 root wheel 3237 Sep 14 19:30 netsnmp_serialize.3
-rw-r--r-- 1 root wheel 6335 Sep 14 19:30 netsnmp_stash_cache.3
-rw-r--r-- 1 root wheel 15521 Sep 14 19:30 netsnmp_table.3
-rw-r--r-- 1 root wheel 6588 Sep 14 19:30 netsnmp_table_array.3
-rw-r--r-- 1 root wheel 16537 Sep 14 19:30 netsnmp_table_data.3
-rw-r--r-- 1 root wheel 19604 Sep 14 19:30 netsnmp_table_dataset.3
-rw-r--r-- 1 root wheel 11478 Sep 14 19:30 netsnmp_table_iterator.3
-rw-r--r-- 1 root wheel 1829 Sep 14 19:30 netsnmp_utilities.3
-rw-r--r-- 1 root wheel 3305 Sep 14 19:30 netsnmp_watcher.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 print_description.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 print_mib.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 print_objid.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 print_value.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 print_variable.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 read_all_mibs.3
-rw-r--r-- 1 root wheel 8908 Sep 14 19:30 read_config.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 read_mib.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 read_module.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 read_module_node.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 read_objid.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 shutdown_mib.3
-rw-r--r-- 1 root wheel 4838 Sep 14 19:30 snmp_agent_api.3
-rw-r--r-- 1 root wheel 4672 Sep 14 19:30 snmp_alarm.3
-rw-r--r-- 1 root wheel 7047 Sep 14 19:30 snmp_api.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_api_errstring.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_close.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_error.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_free_pdu.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_open.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_perror.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_read.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_select_info.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_send.3
-rw-r--r-- 1 root wheel 7995 Sep 14 19:30 snmp_sess_api.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_async_send.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_close.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_error.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_init.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_open.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_sess_perror.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_read.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_select_info.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_send.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_session.3
-rw-r--r-- 1 root wheel 25 Sep 14 19:30 snmp_sess_timeout.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 snmp_set_mib_warnings.3
-rw-r--r-- 1 root wheel 19 Sep 14 19:30 snmp_set_save_descriptions.3
-rw-r--r-- 1 root wheel 20 Sep 14 19:30 snmp_timeout.3
-rw-r--r-- 1 root wheel 2247 Sep 14 19:30 snmp_trap_api.3

/opt/net-snmp/man/man5:
total 132
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 8651 Sep 14 19:30 mib2c.conf.5
-rw-r--r-- 1 root wheel 12478 Sep 14 19:30 snmp.conf.5
-rw-r--r-- 1 root wheel 5005 Sep 14 19:30 snmp_config.5
-rw-r--r-- 1 root wheel 60568 Sep 14 19:30 snmpd.conf.5
-rw-r--r-- 1 root wheel 18792 Sep 14 19:30 snmpd.examples.5
-rw-r--r-- 1 root wheel 3331 Sep 14 19:30 snmpd.internal.5
-rw-r--r-- 1 root wheel 9706 Sep 14 19:30 snmptrapd.conf.5
-rw-r--r-- 1 root wheel 2718 Sep 14 19:30 variables.5

/opt/net-snmp/man/man8:
total 22
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 6 root wheel 512 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 8006 Sep 14 19:30 snmpd.8
-rw-r--r-- 1 root wheel 8819 Sep 14 19:30 snmptrapd.8

/opt/net-snmp/sbin:
total 94
drwxr-xr-x 2 root wheel 512 Sep 15 23:20 ./
drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ../
-rwxr-xr-x 1 root wheel 41150 Sep 14 19:30 snmpd* -rwxr-xr-x 1 root wheel 45462 Sep 14 19:30 snmptrapd*
-rw-r--r-- 1 root wheel 4 Sep 15 23:20 snmptrapd.pid

/opt/net-snmp/share:
total 6
drwxr-xr-x 3 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 9 root wheel 512 Sep 14 19:31 ../
drwxr-xr-x 5 root wheel 1024 Sep 14 19:30 snmp/

/opt/net-snmp/share/snmp:
total 200
drwxr-xr-x 5 root wheel 1024 Sep 14 19:30 ./
drwxr-xr-x 3 root wheel 512 Sep 14 19:30 ../
drwxr-xr-x 2 root wheel 2560 Sep 14 19:30 mib2c-data/
-rw-r--r-- 1 root wheel 6684 Sep 14 19:30 mib2c.access_functions.conf
-rw-r--r-- 1 root wheel 37556 Sep 14 19:30 mib2c.array-user.conf
-rw-r--r-- 1 root wheel 4709 Sep 14 19:30 mib2c.check_values.conf
-rw-r--r-- 1 root wheel 2533 Sep 14 19:30 mib2c.check_values_local.conf
-rw-r--r-- 1 root wheel 397 Sep 14 19:30 mib2c.column_defines.conf
-rw-r--r-- 1 root wheel 667 Sep 14 19:30 mib2c.column_enums.conf
-rw-r--r-- 1 root wheel 865 Sep 14 19:30 mib2c.column_storage.conf
-rw-r--r-- 1 root wheel 12200 Sep 14 19:30 mib2c.conf
-rw-r--r-- 1 root wheel 15600 Sep 14 19:30 mib2c.container.conf
-rw-r--r-- 1 root wheel 3642 Sep 14 19:30 mib2c.create-dataset.conf
-rw-r--r-- 1 root wheel 8278 Sep 14 19:30 mib2c.genhtml.conf
-rw-r--r-- 1 root wheel 3228 Sep 14 19:30 mib2c.int_watch.conf
-rw-r--r-- 1 root wheel 18003 Sep 14 19:30 mib2c.iterate.conf
-rw-r--r-- 1 root wheel 15126 Sep 14 19:30 mib2c.iterate_access.conf
-rw-r--r-- 1 root wheel 1051 Sep 14 19:30 mib2c.mfd.conf
-rw-r--r-- 1 root wheel 2121 Sep 14 19:30 mib2c.notify.conf
-rw-r--r-- 1 root wheel 9081 Sep 14 19:30 mib2c.old-api.conf
-rw-r--r-- 1 root wheel 4579 Sep 14 19:30 mib2c.scalar.conf
-rw-r--r-- 1 root wheel 19578 Sep 14 19:30 mib2c.table_data.conf
drwxr-xr-x 2 root wheel 2048 Sep 14 19:32 mibs/
-rwxr-xr-x 1 root wheel 145 Sep 14 19:30 snmp_perl.pl*
-rwxr-xr-x 1 root wheel 431 Sep 14 19:30 snmp_perl_trapd.pl*
drwxr-xr-x 5 root wheel 512 Sep 14 19:30 snmpconf-data/

/opt/net-snmp/share/snmp/mib2c-data:
total 414
drwxr-xr-x 2 root wheel 2560 Sep 14 19:30 ./
drwxr-xr-x 5 root wheel 1024 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 4337 Sep 14 19:30 default-mfd-top.m2c
-rw-r--r-- 1 root wheel 2779 Sep 14 19:30 details-enums.m2i
-rw-r--r-- 1 root wheel 3561 Sep 14 19:30 details-node.m2i
-rw-r--r-- 1 root wheel 1126 Sep 14 19:30 details-table.m2i
-rw-r--r-- 1 root wheel 1137 Sep 14 19:30 generic-ctx-copy.m2i
-rw-r--r-- 1 root wheel 3660 Sep 14 19:30 generic-ctx-get.m2i
-rw-r--r-- 1 root wheel 1139 Sep 14 19:30 generic-ctx-set.m2i
-rw-r--r-- 1 root wheel 1765 Sep 14 19:30 generic-data-allocate.m2i
-rw-r--r-- 1 root wheel 1666 Sep 14 19:30 generic-data-context.m2i
-rw-r--r-- 1 root wheel 1699 Sep 14 19:30 generic-get-char.m2i
-rw-r--r-- 1 root wheel 894 Sep 14 19:30 generic-get-decl-bot.m2i
-rw-r--r-- 1 root wheel 1571 Sep 14 19:30 generic-get-decl.m2i
-rw-r--r-- 1 root wheel 649 Sep 14 19:30 generic-get-long.m2i
-rw-r--r-- 1 root wheel 726 Sep 14 19:30 generic-get-oid.m2i
-rw-r--r-- 1 root wheel 721 Sep 14 19:30 generic-header-bottom.m2i
-rw-r--r-- 1 root wheel 737 Sep 14 19:30 generic-header-top.m2i
-rw-r--r-- 1 root wheel 891 Sep 14 19:30 generic-source-includes.m2i
-rw-r--r-- 1 root wheel 1685 Sep 14 19:30 generic-table-constants.m2c
-rw-r--r-- 1 root wheel 2050 Sep 14 19:30 generic-table-enums.m2c
-rw-r--r-- 1 root wheel 2340 Sep 14 19:30 generic-table-indexes-from-oid.m2i
-rw-r--r-- 1 root wheel 4070 Sep 14 19:30 generic-table-indexes-set.m2i
-rw-r--r-- 1 root wheel 1827 Sep 14 19:30 generic-table-indexes-to-oid.m2i
-rw-r--r-- 1 root wheel 1601 Sep 14 19:30 generic-table-indexes-varbind-setup.m2i
-rw-r--r-- 1 root wheel 2358 Sep 14 19:30 generic-table-indexes.m2i
-rw-r--r-- 1 root wheel 3591 Sep 14 19:30 generic-table-oids.m2c
-rw-r--r-- 1 root wheel 3868 Sep 14 19:30 generic-value-map-func.m2i
-rw-r--r-- 1 root wheel 1669 Sep 14 19:30 generic-value-map-reverse.m2i
-rw-r--r-- 1 root wheel 1515 Sep 14 19:30 generic-value-map.m2i
-rw-r--r-- 1 root wheel 1394 Sep 14 19:30 m2c-internal-warning.m2i
-rw-r--r-- 1 root wheel 1077 Sep 14 19:30 m2c_setup_enum.m2i
-rw-r--r-- 1 root wheel 10408 Sep 14 19:30 m2c_setup_node.m2i
-rw-r--r-- 1 root wheel 1795 Sep 14 19:30 m2c_setup_table.m2i
-rw-r--r-- 1 root wheel 4544 Sep 14 19:30 m2c_table_save_defaults.m2i
-rw-r--r-- 1 root wheel 17812 Sep 14 19:30 mfd-access-container-cached-defines.m2i
-rw-r--r-- 1 root wheel 41204 Sep 14 19:30 mfd-access-unsorted-external-defines.m2i
-rw-r--r-- 1 root wheel 10813 Sep 14 19:30 mfd-data-access.m2c
-rw-r--r-- 1 root wheel 5335 Sep 14 19:30 mfd-data-get.m2c
-rw-r--r-- 1 root wheel 5177 Sep 14 19:30 mfd-data-set.m2c
-rw-r--r-- 1 root wheel 2435 Sep 14 19:30 mfd-doxygen.m2c
-rw-r--r-- 1 root wheel 12049 Sep 14 19:30 mfd-interactive-setup.m2c
-rw-r--r-- 1 root wheel 52075 Sep 14 19:30 mfd-interface.m2c
-rw-r--r-- 1 root wheel 4230 Sep 14 19:30 mfd-makefile.m2m
-rw-r--r-- 1 root wheel 15359 Sep 14 19:30 mfd-persistence.m2i
-rw-r--r-- 1 root wheel 30561 Sep 14 19:30 mfd-readme.m2c
-rw-r--r-- 1 root wheel 17639 Sep 14 19:30 mfd-top.m2c
-rw-r--r-- 1 root wheel 3812 Sep 14 19:30 node-get.m2i
-rw-r--r-- 1 root wheel 7829 Sep 14 19:30 node-set.m2i
-rw-r--r-- 1 root wheel 774 Sep 14 19:30 node-storage.m2i
-rw-r--r-- 1 root wheel 2462 Sep 14 19:30 node-validate.m2i
-rw-r--r-- 1 root wheel 2199 Sep 14 19:30 node-varbind-validate.m2i
-rw-r--r-- 1 root wheel 2068 Sep 14 19:30 parent-dependencies.m2i
-rw-r--r-- 1 root wheel 14701 Sep 14 19:30 parent-set.m2i
-rw-r--r-- 1 root wheel 6006 Sep 14 19:30 subagent.m2c
-rw-r--r-- 1 root wheel 1292 Sep 14 19:30 syntax-COUNTER64-get.m2i
-rw-r--r-- 1 root wheel 319 Sep 14 19:30 syntax-DateAndTime-get.m2d
-rw-r--r-- 1 root wheel 2261 Sep 14 19:30 syntax-DateAndTime-get.m2i
-rw-r--r-- 1 root wheel 288 Sep 14 19:30 syntax-DateAndTime-readme.m2i
-rw-r--r-- 1 root wheel 3093 Sep 14 19:30 syntax-InetAddress-get.m2i
-rw-r--r-- 1 root wheel 988 Sep 14 19:30 syntax-InetAddress-set.m2i
-rw-r--r-- 1 root wheel 1120 Sep 14 19:30 syntax-InetAddressType-get.m2i
-rw-r--r-- 1 root wheel 1078 Sep 14 19:30 syntax-InetAddressType-set.m2i
-rw-r--r-- 1 root wheel 4325 Sep 14 19:30 syntax-RowStatus-dependencies.m2i
-rw-r--r-- 1 root wheel 2544 Sep 14 19:30 syntax-RowStatus-get.m2i
-rw-r--r-- 1 root wheel 747 Sep 14 19:30 syntax-RowStatus-varbind-validate.m2i
-rw-r--r-- 1 root wheel 856 Sep 14 19:30 syntax-StorageType-dependencies.m2i
-rw-r--r-- 1 root wheel 889 Sep 14 19:30 syntax-TestAndIncr-get.m2i

/opt/net-snmp/share/snmp/mibs:
total 1506
drwxr-xr-x 2 root wheel 2048 Sep 14 19:32 ./
drwxr-xr-x 5 root wheel 1024 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 1922 Sep 14 19:47 .index
-rw-r--r-- 1 root wheel 17455 Sep 14 19:30 AGENTX-MIB.txt
-rw-r--r-- 1 root wheel 68177 Sep 14 19:31 DISMAN-EVENT-MIB.txt
-rw-r--r-- 1 root wheel 24613 Sep 14 19:31 DISMAN-SCHEDULE-MIB.txt
-rw-r--r-- 1 root wheel 64311 Sep 14 19:30 DISMAN-SCRIPT-MIB.txt
-rw-r--r-- 1 root wheel 84492 Sep 14 19:30 EtherLike-MIB.txt
-rw-r--r-- 1 root wheel 4660 Sep 14 19:30 HCNUM-TC.txt
-rw-r--r-- 1 root wheel 52544 Sep 14 19:30 HOST-RESOURCES-MIB.txt
-rw-r--r-- 1 root wheel 10583 Sep 14 19:30 HOST-RESOURCES-TYPES.txt
-rw-r--r-- 1 root wheel 4743 Sep 14 19:30 IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
-rw-r--r-- 1 root wheel 4299 Sep 14 19:30 IANA-LANGUAGE-MIB.txt
-rw-r--r-- 1 root wheel 3518 Sep 14 19:30 IANA-RTPROTO-MIB.txt
-rw-r--r-- 1 root wheel 24065 Sep 14 19:30 IANAifType-MIB.txt
-rw-r--r-- 1 root wheel 5066 Sep 14 19:30 IF-INVERTED-STACK-MIB.txt
-rw-r--r-- 1 root wheel 71691 Sep 14 19:30 IF-MIB.txt
-rw-r--r-- 1 root wheel 16782 Sep 14 19:30 INET-ADDRESS-MIB.txt
-rw-r--r-- 1 root wheel 46366 Sep 14 19:30 IP-FORWARD-MIB.txt
-rw-r--r-- 1 root wheel 185928 Sep 14 19:30 IP-MIB.txt
-rw-r--r-- 1 root wheel 15936 Sep 14 19:30 IPV6-ICMP-MIB.txt
-rw-r--r-- 1 root wheel 48703 Sep 14 19:30 IPV6-MIB.txt
-rw-r--r-- 1 root wheel 2367 Sep 14 19:30 IPV6-TC.txt
-rw-r--r-- 1 root wheel 7257 Sep 14 19:30 IPV6-TCP-MIB.txt
-rw-r--r-- 1 root wheel 4400 Sep 14 19:30 IPV6-UDP-MIB.txt
-rw-r--r-- 1 root wheel 15732 Sep 14 19:30 NET-SNMP-AGENT-MIB.txt
-rw-r--r-- 1 root wheel 9154 Sep 14 19:30 NET-SNMP-EXAMPLES-MIB.txt
-rw-r--r-- 1 root wheel 9198 Sep 14 19:30 NET-SNMP-EXTEND-MIB.txt
-rw-r--r-- 1 root wheel 2036 Sep 14 19:30 NET-SNMP-MIB.txt
-rw-r--r-- 1 root wheel 4494 Sep 14 19:30 NET-SNMP-TC.txt
-rw-r--r-- 1 root wheel 24723 Sep 14 19:30 NOTIFICATION-LOG-MIB.txt
-rw-r--r-- 1 root wheel 1174 Sep 14 19:30 RFC-1215.txt
-rw-r--r-- 1 root wheel 3067 Sep 14 19:30 RFC1155-SMI.txt
-rw-r--r-- 1 root wheel 79667 Sep 14 19:30 RFC1213-MIB.txt
-rw-r--r-- 1 root wheel 147822 Sep 14 19:30 RMON-MIB.txt
-rw-r--r-- 1 root wheel 4595 Sep 14 19:30 SMUX-MIB.txt
-rw-r--r-- 1 root wheel 15490 Sep 14 19:30 SNMP-COMMUNITY-MIB.txt
-rw-r--r-- 1 root wheel 22342 Sep 14 19:30 SNMP-FRAMEWORK-MIB.txt
-rw-r--r-- 1 root wheel 5496 Sep 14 19:30 SNMP-MPD-MIB.txt
-rw-r--r-- 1 root wheel 20014 Sep 14 19:31 SNMP-NOTIFICATION-MIB.txt
-rw-r--r-- 1 root wheel 9106 Sep 14 19:30 SNMP-PROXY-MIB.txt
-rw-r--r-- 1 root wheel 22769 Sep 14 19:30 SNMP-TARGET-MIB.txt
-rw-r--r-- 1 root wheel 39201 Sep 14 19:31 SNMP-USER-BASED-SM-MIB.txt
-rw-r--r-- 1 root wheel 2205 Sep 14 19:30 SNMP-USM-AES-MIB.txt
-rw-r--r-- 1 root wheel 21106 Sep 14 19:30 SNMP-USM-DH-OBJECTS-MIB.txt
-rw-r--r-- 1 root wheel 34162 Sep 14 19:30 SNMP-VIEW-BASED-ACM-MIB.txt
-rw-r--r-- 1 root wheel 8263 Sep 14 19:30 SNMPv2-CONF.txt
-rw-r--r-- 1 root wheel 29305 Sep 14 19:30 SNMPv2-MIB.txt
-rw-r--r-- 1 root wheel 8924 Sep 14 19:30 SNMPv2-SMI.txt
-rw-r--r-- 1 root wheel 38034 Sep 14 19:30 SNMPv2-TC.txt
-rw-r--r-- 1 root wheel 5775 Sep 14 19:31 SNMPv2-TM.txt
-rw-r--r-- 1 root wheel 28564 Sep 14 19:30 TCP-MIB.txt
-rw-r--r-- 1 root wheel 16414 Sep 14 19:30 TRANSPORT-ADDRESS-MIB.txt
-rw-r--r-- 1 root wheel 2163 Sep 14 19:30 UCD-DEMO-MIB.txt
-rw-r--r-- 1 root wheel 4402 Sep 14 19:30 UCD-DISKIO-MIB.txt
-rw-r--r-- 1 root wheel 3010 Sep 14 19:30 UCD-DLMOD-MIB.txt
-rw-r--r-- 1 root wheel 8118 Sep 14 19:30 UCD-IPFWACC-MIB.txt
-rw-r--r-- 1 root wheel 35242 Sep 14 19:30 UCD-SNMP-MIB.txt
-rw-r--r-- 1 root wheel 20882 Sep 14 19:30 UDP-MIB.txt

/opt/net-snmp/share/snmp/snmpconf-data:
total 10
drwxr-xr-x 5 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 5 root wheel 1024 Sep 14 19:30 ../
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 snmp-data/
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 snmpd-data/
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 snmptrapd-data/

/opt/net-snmp/share/snmp/snmpconf-data/snmp-data:
total 20
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 5 root wheel 512 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 2839 Sep 14 19:30 authopts
-rw-r--r-- 1 root wheel 1639 Sep 14 19:30 debugging
-rw-r--r-- 1 root wheel 2207 Sep 14 19:30 mibs
-rw-r--r-- 1 root wheel 3089 Sep 14 19:30 output
-rw-r--r-- 1 root wheel 23 Sep 14 19:30 snmpconf-config

/opt/net-snmp/share/snmp/snmpconf-data/snmpd-data:
total 24
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 ./
drwxr-xr-x 5 root wheel 512 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 1628 Sep 14 19:30 acl
-rw-r--r-- 1 root wheel 1013 Sep 14 19:30 basic_setup
-rw-r--r-- 1 root wheel 2758 Sep 14 19:30 extending
-rw-r--r-- 1 root wheel 3227 Sep 14 19:30 monitor
-rw-r--r-- 1 root wheel 1311 Sep 14 19:30 operation
-rw-r--r-- 1 root wheel 24 Sep 14 19:30 snmpconf-config
-rw-r--r-- 1 root wheel 1852 Sep 14 19:30 system
-rw-r--r-- 1 root wheel 1751 Sep 14 19:30 trapsinks

/opt/net-snmp/share/snmp/snmpconf-data/snmptrapd-data:
total 16
drwxr-xr-x 2 root wheel 512 Sep 14 19:30 ./ drwxr-xr-x 5 root wheel 512 Sep 14 19:30 ../
-rw-r--r-- 1 root wheel 285 Sep 14 19:30 authentication
-rw-r--r-- 1 root wheel 652 Sep 14 19:30 formatting
-rw-r--r-- 1 root wheel 827 Sep 14 19:30 logging
-rw-r--r-- 1 root wheel 351 Sep 14 19:30 runtime
-rw-r--r-- 1 root wheel 28 Sep 14 19:30 snmpconf-config
-rw-r--r-- 1 root wheel 888 Sep 14 19:30 traphandle
Thank you,

Ernie
http://www.NMSWorld.com
[b]Dual Zeon Dual Core 2.6Ghz / 8GB RAM / 4x15k RPM SATA RAID5[/b]
[b]Cacti Version[/b] - 0.8.7b
[b]Poller Type[/b] - cactid 0.8.7 with Boost v1.7
[b]Server Info[/b] - FreeBSD 7.0-RELEASE
[b]Web Server[/b] - Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 mod_perl/2.0.3 Perl/v5.8.8
[b]PHP[/b] - 5.2.6
[b]MySQL[/b] - 5.0.51b Mod: poller_output ENGINE = MEMORY
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.4.1
[b]Plugins[/b] - Host Info (hostinfo - v0.2), Update Checker (update - v0.3), Network Tools (tools - v0.2), FlowView (flowview - v0.3), Read-only Devices Tab (devices - v0.4), Network Discovery (discovery - v0.8.3), Syslog Monitoring (syslog - v0.5.2), Thresholds (thold - v0.3.9), Device Monitoring (monitor - v0.8.2), PHP Network Weathermap (weathermap - v0.941), SuperLinks (superlinks - v0.72), Report Creator (reports - v0.1b)
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Here you go..

TheWitness
Attachments
configure.zip
(2.38 KiB) Downloaded 389 times
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
N3NCY
Cacti User
Posts: 260
Joined: Thu Sep 22, 2005 7:50 pm
Location: Landenberg, PA
Contact:

Post by N3NCY »

I get through configure ok now, but make fails:

[root@nms /usr/src/cacti-cactid-0.8.6i-beta3]# make
cd . && /usr/local/bin/bash /usr/src/cacti-cactid-0.8.6i-beta3/config/missing --run aclocal-1.9
/usr/src/cacti-cactid-0.8.6i-beta3/config/missing: line 46: aclocal-1.9: command not found
WARNING: `aclocal-1.9' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /usr/local/bin/bash /usr/src/cacti-cactid-0.8.6i-beta3/config/missing --run automake-1.9 --gnu
/usr/src/cacti-cactid-0.8.6i-beta3/config/missing: line 46: automake-1.9: command not found
WARNING: `automake-1.9' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && /usr/local/bin/bash /usr/src/cacti-cactid-0.8.6i-beta3/config/missing --run autoconf
/usr/src/cacti-cactid-0.8.6i-beta3/config/missing: line 46: autoconf: command not found
WARNING: `autoconf' is missing on your system. You should only need it if
you modified `configure.ac'. You might want to install the
`Autoconf' and `GNU m4' packages. Grab them from any GNU
archive site.
/usr/local/bin/bash ./config.status --recheck
running /usr/local/bin/bash ./configure --prefix=/opt/apache/htdocs/cacti --no-create --no-recursion
checking build system type... i386-unknown-freebsd6.1
checking host system type... i386-unknown-freebsd6.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) nawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking whether to enable -Wall... no
checking for gethostbyname in -lnsl... no
checking for socket in -lsocket... no
checking for floor in -lm... yes
checking for pthread_exit in -lpthread... yes
checking for deflate in -lz... yes
checking for kstat_close in -lkstat... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for signal.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for unsigned long long... yes
checking for long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for malloc... yes
checking for calloc... yes
checking for gettimeofday... yes
checking for strerror... yes
checking for strtoll... yes
checking for mysql_init in -lmysqlclient... yes
checking for mysql_thread_init in -lmysqlclient... yes
checking if UCD-SNMP needs crypto support... no
checking if Net-SNMP needs crypto support... no
checking for snmp_timeout in -lnetsnmp... yes
configure: creating ./config.status
/usr/local/bin/bash ./config.status
config.status: creating Makefile
config.status: creating config/config.h
config.status: config/config.h is unchanged
config.status: executing depfiles commands
cd . && /usr/local/bin/bash /usr/src/cacti-cactid-0.8.6i-beta3/config/missing --run autoheader
/usr/src/cacti-cactid-0.8.6i-beta3/config/missing: line 46: autoheader: command not found
WARNING: `autoheader' is missing on your system. You should only need it if
you modified `acconfig.h' or `configure.ac'. You might want
to install the `Autoconf' and `GNU m4' packages. Grab them
from any GNU archive site.
rm -f config/stamp-h1
touch ./config/config.h.in
cd . && /usr/local/bin/bash ./config.status config/config.h
config.status: creating config/config.h
config.status: config/config.h is unchanged
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/opt/net-snmp/include/net-snmp -I/opt/mysql/include/mysql -g -O2 -MT sql.o -MD -MP -MF ".deps/sql.Tpo" -c -o sql.o sql.c; then mv -f ".deps/sql.Tpo" ".deps/sql.Po"; else rm -f ".deps/sql.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/opt/net-snmp/include/net-snmp -I/opt/mysql/include/mysql -g -O2 -MT cactid.o -MD -MP -MF ".deps/cactid.Tpo" -c -o cactid.o cactid.c; then mv -f ".deps/cactid.Tpo" ".deps/cactid.Po"; else rm -f ".deps/cactid.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/opt/net-snmp/include/net-snmp -I/opt/mysql/include/mysql -g -O2 -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/opt/net-snmp/include/net-snmp -I/opt/mysql/include/mysql -g -O2 -MT snmp.o -MD -MP -MF ".deps/snmp.Tpo" -c -o snmp.o snmp.c; then mv -f ".deps/snmp.Tpo" ".deps/snmp.Po"; else rm -f ".deps/snmp.Tpo"; exit 1; fi
snmp.c:42:39: net-snmp/net-snmp-config.h: No such file or directory
snmp.c:43:33: net-snmp/utilities.h: No such file or directory
snmp.c:44:41: net-snmp/net-snmp-includes.h: No such file or directory
snmp.c:45:34: net-snmp/config_api.h: No such file or directory
snmp.c:46:31: net-snmp/mib_api.h: No such file or directory
snmp.c: In function `snmp_cactid_init':
snmp.c:72: error: `PACKAGE_VERSION' undeclared (first use in this function)
snmp.c:72: error: (Each undeclared identifier is reported only once
snmp.c:72: error: for each function it appears in.)
snmp.c:75: warning: passing arg 2 of `strcasecmp' makes pointer from integer without a cast
snmp.c:83: error: `NETSNMP_DS_LIBRARY_ID' undeclared (first use in this function)
snmp.c:95: error: `NETSNMP_DS_LIB_QUICK_PRINT' undeclared (first use in this function)
snmp.c:96: error: `NETSNMP_DS_LIB_PRINT_BARE_VALUE' undeclared (first use in this function)
snmp.c:97: error: `NETSNMP_DS_LIB_NUMERIC_TIMETICKS' undeclared (first use in this function)
snmp.c: In function `snmp_host_init':
snmp.c:129: error: storage size of 'session' isn't known
snmp.c:138: error: `NETSNMP_DS_LIBRARY_ID' undeclared (first use in this function)
snmp.c:150: error: `NETSNMP_DS_LIB_QUICK_PRINT' undeclared (first use in this function)
snmp.c:151: error: `NETSNMP_DS_LIB_PRINT_BARE_VALUE' undeclared (first use in this function)
snmp.c:152: error: `NETSNMP_DS_LIB_NUMERIC_TIMETICKS' undeclared (first use in this function)
snmp.c:161: error: `SNMP_VERSION_2c' undeclared (first use in this function)
snmp.c:163: error: `SNMP_VERSION_1' undeclared (first use in this function)
snmp.c:165: error: `SNMP_VERSION_3' undeclared (first use in this function)
snmp.c:185: error: `USM_AUTH_KU_LEN' undeclared (first use in this function)
snmp.c:188: error: `usmHMACMD5AuthProtocol' undeclared (first use in this function)
snmp.c:188: error: `oid' undeclared (first use in this function)
snmp.c:192: error: `usmNoPrivProtocol' undeclared (first use in this function)
snmp.c:194: error: `USM_PRIV_KU_LEN' undeclared (first use in this function)
snmp.c:197: error: `SNMP_SEC_LEVEL_AUTHNOPRIV' undeclared (first use in this function)
snmp.c:205: error: `SNMPERR_SUCCESS' undeclared (first use in this function)
snmp.c:212: warning: assignment makes pointer from integer without a cast
snmp.c: In function `snmp_get':
snmp.c:249: error: syntax error before "anOID"
snmp.c:250: error: `MAX_OID_LEN' undeclared (first use in this function)
snmp.c:263: error: `SNMP_MSG_GET' undeclared (first use in this function)
snmp.c:263: warning: assignment makes pointer from integer without a cast
snmp.c:265: error: `anOID' undeclared (first use in this function)
snmp.c:277: error: `STAT_SUCCESS' undeclared (first use in this function)
snmp.c:281: error: `SNMPERR_UNKNOWN_ENG_ID' undeclared (first use in this function)
snmp.c:283: error: dereferencing pointer to incomplete type
snmp.c:283: error: `SNMP_ERR_NOERROR' undeclared (first use in this function)
snmp.c:284: error: dereferencing pointer to incomplete type
snmp.c: At top level:
snmp.c:321: error: syntax error before '*' token
snmp.c: In function `snmp_snprint_value':
snmp.c:325: error: `buf_len' undeclared (first use in this function)
snmp.c:327: error: `objid' undeclared (first use in this function)
snmp.c:327: error: `objidlen' undeclared (first use in this function)
snmp.c:327: error: `variable' undeclared (first use in this function)
snmp.c:328: error: `obuf' undeclared (first use in this function)
snmp.c: In function `snmp_get_multi':
snmp.c:357: error: syntax error before "oid"
snmp.c:363: error: `SNMP_MSG_GET' undeclared (first use in this function)
snmp.c:363: warning: assignment makes pointer from integer without a cast
snmp.c:365: error: `MAX_OID_LEN' undeclared (first use in this function)
snmp.c:367: error: structure has no member named `name'
snmp.c:373: error: structure has no member named `name'
snmp.c:386: error: `STAT_SUCCESS' undeclared (first use in this function)
snmp.c:389: error: `SNMPERR_UNKNOWN_ENG_ID' undeclared (first use in this function)
snmp.c:391: error: dereferencing pointer to incomplete type
snmp.c:391: error: `SNMP_ERR_NOERROR' undeclared (first use in this function)
snmp.c:392: error: dereferencing pointer to incomplete type
snmp.c:396: error: dereferencing pointer to incomplete type
snmp.c:396: error: dereferencing pointer to incomplete type
snmp.c:400: error: dereferencing pointer to incomplete type
snmp.c:404: error: dereferencing pointer to incomplete type
snmp.c:410: error: dereferencing pointer to incomplete type
snmp.c:418: error: dereferencing pointer to incomplete type
snmp.c:419: error: dereferencing pointer to incomplete type
snmp.c:420: error: dereferencing pointer to incomplete type
snmp.c:423: warning: assignment makes pointer from integer without a cast
*** Error code 1

Stop in /usr/src/cacti-cactid-0.8.6i-beta3.
Thank you,

Ernie
http://www.NMSWorld.com
[b]Dual Zeon Dual Core 2.6Ghz / 8GB RAM / 4x15k RPM SATA RAID5[/b]
[b]Cacti Version[/b] - 0.8.7b
[b]Poller Type[/b] - cactid 0.8.7 with Boost v1.7
[b]Server Info[/b] - FreeBSD 7.0-RELEASE
[b]Web Server[/b] - Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 mod_perl/2.0.3 Perl/v5.8.8
[b]PHP[/b] - 5.2.6
[b]MySQL[/b] - 5.0.51b Mod: poller_output ENGINE = MEMORY
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.4.1
[b]Plugins[/b] - Host Info (hostinfo - v0.2), Update Checker (update - v0.3), Network Tools (tools - v0.2), FlowView (flowview - v0.3), Read-only Devices Tab (devices - v0.4), Network Discovery (discovery - v0.8.3), Syslog Monitoring (syslog - v0.5.2), Thresholds (thold - v0.3.9), Device Monitoring (monitor - v0.8.2), PHP Network Weathermap (weathermap - v0.941), SuperLinks (superlinks - v0.72), Report Creator (reports - v0.1b)
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

I see. One minute and I will have another...

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests