RE: SNMP Trap LF in DisplayString

2008-03-31 Thread Larry Low
Looking at the code I see where command_handler checks handler->format but I don't see anywhere in the code where this can be populated. Am I wrong? Is this something missing from the command directives available in snmptrapd.conf? I'm going ahead and just compiling with my custom EXECUTE_FORM

Re: Simple tables

2008-03-31 Thread Dave Shield
On 31/03/2008, Isaac Eliassi <[EMAIL PROTECTED]> wrote: > In a Simple table there must be an index, > does the index must be a unique index? In *any* table: a) there must be (at least) one index object b) the combination of index values must be unique (since this is how you id

RE: Process monitoring - Linux and Tru64

2008-03-31 Thread Glen Bremner-Stokes
Thanks Dirk. Sounds like you know your way around Ingres a bit. I have written a MIB and some code for logstat and lockstat which I am quite pleased with. Also qorking with the dev guys internally on IMADB interfacing. Regards Glen Bremner-Stokes | [EMAIL PROTECTED] INGRES Ingres Europe Limite

Simple tables

2008-03-31 Thread Isaac Eliassi
Hi, In a Simple table there must be an index, does the index must be a unique index? Best regards, Isaac Eliassi - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about any

Re: Process monitoring - Linux and Tru64

2008-03-31 Thread Dirk-Willem van Gulik
On Mar 28, 2008, at 6:03 PM, Glen Bremner-Stokes wrote: > I am trying to develop process monitoring to monitor the full > running command instead of the short name, preferably using ucd-snmp/ > proc. > > I can see (as per some previous list mails) that process monitoring > uses pr_fname (16 b

RE: Process monitoring - Linux and Tru64

2008-03-31 Thread Glen Bremner-Stokes
Ace, tks Dave. I have managed to get a work around going using NET-SNMP-EXTEND and a custom ps program I wrote. This work on both Linux and Tru64 which is good enough for a version 1. So next I will take your suggestions and see what I can do. Tks Regards Glen Bremner-Stokes | [EMAIL PROTECTE

Re: Process monitoring - Linux and Tru64

2008-03-31 Thread Dave Shield
On 28/03/2008, Glen Bremner-Stokes <[EMAIL PROTECTED]> wrote: > I can see (as per some previous list mails) that process monitoring uses > pr_fname (16 bytes) as per the nix documentation How the agent retrieves information about running processes depends on the precise O/S you are using. Check

compile errors while using Cygwin

2008-03-31 Thread Bhupal De
Hi, I was trying to compile net-snmp ver 5.4.1 from source and am unable to "make" it. I tried to consult the bug track, but have not found anything so far. What am I missing, any help is much appreciated. Regards Bhupal De The error I get is : if test "x/usr/bin/perl" != "

Process monitoring - Linux and Tru64

2008-03-31 Thread Glen Bremner-Stokes
I am trying to develop process monitoring to monitor the full running command instead of the short name, preferably using ucd-snmp/proc. I can see (as per some previous list mails) that process monitoring uses pr_fname (16 bytes) as per the nix documentation but I cannot see anything in ioctl tha