Re: override

2007-08-01 Thread Dave Shield
On 31/07/07, Fong Tsui <[EMAIL PROTECTED]> wrote: > Is it possible to get this override value from a subagent? No - I don't think so. Dave - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to

RE: override

2007-07-31 Thread Fong Tsui
@lists.sourceforge.net Subject: Re: override On 31/07/07, Fong Tsui <[EMAIL PROTECTED]> wrote: > How does override work? It seems it ignores what var_XXX( ) does. That's correct. It will return the given value for the specified OID, overriding whatever the agent code would normally report, and henc

Re: override

2007-07-31 Thread Dave Shield
On 31/07/07, Dominique bastien <[EMAIL PROTECTED]> wrote: > It seem that the override directive doesn't work with > the warm boot. I try some test last nigth and found > error on each line after a -HUP. > > Jan 1 01:40:27 Overture snmpd[101]: /tmp/snmpd.conf: > line 44: Error: oid registration fai

Re: override

2007-07-31 Thread Dominique bastien
It seem that the override directive doesn't work with the warm boot. I try some test last nigth and found error on each line after a -HUP. Jan 1 01:40:27 Overture snmpd[101]: /tmp/snmpd.conf: line 44: Error: oid registration failed within the agent Jan 1 01:40:27 Overture snmpd[101]: /tmp/snmpd.

Re: override

2007-07-31 Thread Dave Shield
On 31/07/07, Fong Tsui <[EMAIL PROTECTED]> wrote: > How does override work? It seems it ignores what var_XXX( ) does. That's correct. It will return the given value for the specified OID, overriding whatever the agent code would normally report, and hence ignoring the var_XXX() routine. It's bas