unsubscribe

2014-12-08 Thread Judith Walker
-- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get te

Rules around Community Strings

2011-11-28 Thread Judith Walker
Hi snmp-coders, I'd like to know if there are any published guidelines for choosing community strings? If not, I'll use my own judgement. I'm sure that this is a frequently asked question, so if there is a URL or guideline published I would like to review it. Thanks in advance, Judy --

RE: optimized compile causes problems

2011-01-18 Thread Judith Walker
I found the problem. It of course was a bug that just shows itself differently when you compile with different optimization. So, problem is resolved. I used a good gnu tool called valgrind to help me figure it out. Judy From: Judith Walker [mailto:[email protected]] Sent: Monday

optimized compile causes problems

2011-01-17 Thread Judith Walker
Hi All- I'm having a hard time trolling through all of the emails. Can anyone tell me if they've had a problem with a subagent when compiling optimized (g++ -03) the load functions (written in cpp? In other words, my c++ helper functions that supply the data to the C cache loader don't seem

RE: multiple subagents using the same MIB

2010-12-15 Thread Judith Walker
Very helpful, thanks. Judy -Original Message- From: Robert Story [mailto:[email protected]] Sent: Tuesday, December 14, 2010 10:03 PM To: Judith Walker Cc: [email protected] Subject: Re: multiple subagents using the same MIB On Tue, 14 Dec 2010 17:27:57 -0800

RE: multiple subagents using the same MIB

2010-12-14 Thread Judith Walker
process if your subagent is embedded in your application? ...Really appreciate your input by the way. Judy From: Fulko Hew [mailto:[email protected]] Sent: Tuesday, December 14, 2010 6:37 PM To: Judith Walker Cc: [email protected] Subject: Re: multiple subagents using the sam

multiple subagents using the same MIB

2010-12-14 Thread Judith Walker
I see an error AGENTX_ERR_DUPLICATE_REGISTRATION number 263, when I try to run the same subagent that I created, but in different processes (embedded). What can I do to unique-iffy my subagents so that I can run them simultaneously, but within different programs or instances of the same progra

RE: non-caching scheme question...

2010-12-02 Thread Judith Walker
This was very helpful, Robert. Thanks. The READMEs and your FAQs are of great help also. Judy -Original Message- From: Robert Story [mailto:[email protected]] Sent: Wednesday, December 01, 2010 8:46 PM To: Judith Walker Cc: [email protected] Subject: Re: non

non-caching scheme question...

2010-12-01 Thread Judith Walker
I chose to implement one of my MIBs using a non-caching scheme with the mib2c and mdf configuration and all of that. Well, now since I chose not to do caching, I must call the container_load capabilities myself. So would some knowledgeable person please clue me in on where in the code to do

RE: snmpd.conf under /var directory

2010-11-11 Thread Judith Walker
Thanks for this feedback. I have tested thoroughly and have found that the persistent store is only read at startup. Judy -Original Message- From: Robert Story [mailto:[email protected]] Sent: Wednesday, November 10, 2010 8:23 PM To: Judith Walker Cc: net-snmp-coders

RE: re-reading snmpd.conf file question - ifTable

2010-11-11 Thread Judith Walker
exercise, so thanks for the kernel insights. Judy -Original Message- From: Robert Story [mailto:[email protected]] Sent: Wednesday, November 10, 2010 8:22 PM To: Judith Walker Cc: [email protected] Subject: Re: re-reading snmpd.conf file question - ifTable On Tue, 9

RE: re-reading snmpd.conf file question - ifTable

2010-11-09 Thread Judith Walker
moved from all MIB views." I must conclude that things haven't changed much. The ifTable does not get updated when an interface (virtual in my case) goes away. Fortunately the ifOperatingStatus does go into the "down" state. Any further comments or insights are very welcome.

snmpd.conf under /var directory

2010-11-05 Thread Judith Walker
I've been looking at the snmpd.conf file that is under the /var/lib/net-snmp/ directory and would like to know if it is ever re-read under any circumstances? It seems to have update information that the agent itself does not have unless it is restarted. Can someone please tell me why this file

re-reading snmpd.conf file question

2010-11-05 Thread Judith Walker
I'm finding that when reading the ifTable, some old deleted interfaces are still around. So my snmpwalk of the IfTable is showing data that is out-of-date. (By the way, ethtool does not seem to have this problem.) If I look at the /var/lib/net-snmp/snmpd.conf file, it is correct. In other wo

RE: controlling IfSpeed per interface

2010-11-03 Thread Judith Walker
While I am asking questions, is there a way to set the IfSpeed programmatically on linux (redhat or suse)? Thanks, Judy -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author o

controlling IfSpeed per interface

2010-11-03 Thread Judith Walker
I read a while back how a setting in the snmpd.conf file could control the IfSpeed of interfaces (i.e. globally). Is there any way to control the IfSpeed of a virtual interface that my partners and I are creating on a per-interface basis? Thanks in advance for any suggestions, ideas, etc. Ju

RE: Counter recommendation in SNMP

2010-09-09 Thread Judith Walker
Thanks to the responder (Wes). It's not the answer that I wanted to hear, but I greatly appreciate the response, regardless. Judy -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills.

Counter recommendation in SNMP

2010-09-09 Thread Judith Walker
I have a question with respect to counters in SNMP and the rollover of counters. If anyone can point me to a precedence or recommendation for the metrics reporting that I intend to do, I would be very grateful. I'm writing a MIB that supports reports metrics from hardware/firmware. Since hard

ifSpeed set

2010-05-17 Thread Judith Walker
I have been trying to find a way to set the value of IF-MIB::ifSpeed.6, which is a legitimate interface. I can query the interface and get the value, but I cannot set it. I am setting it only for another program to fetch it later. It serves no other purpose than a place to hold the informatio