Re: Solaris 10, with SMCperl (5.8.8) and net-snmp (5.6.1/5.7.1)

2012-01-11 Thread Ben . Taylor
) dropping of all arguments 3) truncation of the full path of the process name Anyone got some pointers? Thanks, Ben Taylor -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or va

Solaris 10, with SMCperl (5.8.8) and net-snmp (5.6.1/5.7.1)

2012-01-06 Thread Ben . Taylor
process name 2) dropping of all arguments 3) truncation of the full path of the process name Anyone got some pointers? Thanks, Ben Taylor-- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a co

Re: netsnmp-5.4.2.1 and Solaris 10/X86 with ZFS

2009-02-26 Thread Ben . Taylor
dicate the "percent free to warn at" So, "10%" would send an SNMP trap at, or below, 10% free on the partition mounpoint? At least that's the way it works on *BSD. ~BAS Ben, Your statement is correct. Thanks Ben Taylor/SYBASE 02/25/2009 11:41 AM

Re: netsnmp-5.4.2.1 and Solaris 10/X86 with ZFS

2009-02-26 Thread Ben . Taylor
/backup is the zfs filesystem, and it is larger than 4TB The other file system is a local disk, and was used to point out the problem with ZFS disk. Ben Dave Shield Sent by: dave.shi...@googlemail.com 02/26/2009 03:36 AM To ben.tay...@sybase.com cc net-snmp-users@lists.sourceforge.net, be

netsnmp-5.4.2.1 and Solaris 10/X86 with ZFS

2009-02-25 Thread Ben . Taylor
I have built a rather stock netsnmp-5.4.2.1 for our environment, and now the local EM7 guy is complaining that our ZFS file system isn't getting monitored like it should. Here's the basics from the snmpd.conf file: disk /backup 95% disk /opt 99% After restarting snmpd, I get the following resp

RE: Problem with make'ing 5.4.2.1 on Solaris 8

2009-02-25 Thread Ben . Taylor
I recently had to build 5.4.2.1 on Solaris 8/Sparc with SunFreeware's OpenSSL I found I needed to do: perl -pi -e 's,-L/usr/local/ssl/lib,-L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib,' `find . -name Makefile -print` I probably could have worked around this by s