container.h(443) : error C3861: 'netsnmp_free': identifier not found

2009-10-30 Thread malar vizhi
Howdy, I have compiled installed the latest version of net-snmp 5.5. No issues in compiling the source. But when am trying to use the DLL in my own project getting the error container.h(443) : error C3861: 'netsnmp_free': identifier not found Any Ideas??.. Thanks in Advance.. Regards

Re: hrSystemUptime gives wrong result under Windows box

2009-10-28 Thread malar vizhi
, Bart Van Assche bart.vanass...@gmail.comwrote: On Tue, Oct 27, 2009 at 1:11 PM, malar vizhi malar...@gmail.com wrote: On Tue, Oct 27, 2009 at 5:03 PM, Bart Van Assche bart.vanass...@gmail.com wrote: On Tue, Oct 27, 2009 at 6:18 AM, malar vizhi malar...@gmail.com wrote: hrSystemUptime

Re: hrSystemUptime gives wrong result under Windows box

2009-10-28 Thread malar vizhi
Thanks Bart. This has to be fixed since hrSystemUptime is the very basic property of system monitoring. Regards, -Malar On Wed, Oct 28, 2009 at 2:53 PM, Bart Van Assche bart.vanass...@gmail.comwrote: On Wed, Oct 28, 2009 at 7:36 AM, malar vizhi malar...@gmail.com wrote: Now also

Problem in Installing Net-SNMP 5.5 on Windows 2000 OS

2009-10-27 Thread malar vizhi
Hi All, Release notes of net-snmp 5.5 says It will work from windows 2000 onwards. But when I execute an net-snmp 5.5 binary in my windows 2000 machine with service pack 4 its not getting installed. It prompts a message immediately once i clicked an exe saying This version of net-snmp 5.5.0

hrSystemUptime gives wrong result under Windows box

2009-10-26 Thread malar vizhi
Howdy!!! hrSystemUptime gives wrong result under Windows box. But its giving accurate result under linux box. Why so??. $ uptime 10:48:37 up 1 day, 55 min, 0 users, load average: 0.00, 0.00, 0.00 C:\snmpget -v 1 -c public localhost .1.3.6.1.2.1.25.1.1.0 HOST-RESOURCES-MIB::hrSystemUptime.0 =

To get only string format of OID description??

2009-08-04 Thread malar vizhi
Hello All, When I query from HOST-RESOURCES-MIB, I could get proper oid description say like HOST-RESOURCES-MIB::hrSystemProcesses.0 using snprint_objid() method. But at the same time when I query from MSSQL-MIB, snprint_objid() method returns like

How do I get percentage CPU utilization using ssCpuRawIdle?

2009-07-01 Thread malar vizhi
Hello folks, Am bit confused to calculate the percentage of ssCpuRawIdle or ssCpuRawNice or ssCpuRawSystem or ssCpuRawUser of host. I think ssCpuIdle will give exact percentage value which top command shows..but when we see the mib, it is deprecated one. So, We should start of using raw

Re: How do I get percentage CPU utilization using ssCpuRawIdle?

2009-07-01 Thread malar vizhi
since the last set of data. *From:* malar vizhi [mailto:malar...@gmail.com] *Sent:* Wednesday, 1 July 2009 4:19 PM *To:* net-snmp-users@lists.sourceforge.net *Subject:* How do I get percentage CPU utilization using ssCpuRawIdle? Hello folks, Am bit confused to calculate

Re: How do I get percentage CPU utilization using ssCpuRawIdle?

2009-07-01 Thread malar vizhi
change over time thing. y – x / t The problem with doing it yourself is you need to store the last value and the time when it was read, and then do the math… if you’re planning to graph that data, then you have to go a step further, and store all the figures *From:* malar vizhi

Re: How do I get percentage CPU utilization using ssCpuRawIdle?

2009-07-01 Thread malar vizhi
like, this is the percentage of cpuidlevalue over this period. Thanks Again, Malar On Thu, Jul 2, 2009 at 10:15 AM, Vincent Bernat ber...@luffy.cx wrote: OoO En cette fin de matinée radieuse du mercredi 01 juillet 2009, vers 11:37, malar vizhi malar...@gmail.com disait : Thanks for your

Regarding SNMP - OID Syntax

2009-06-30 Thread malar vizhi
Hello All, Could you plzz anyone tell me the difference between the syntaxes which are available in mib file. If we see the mib file, there will be a description, syntax, units, etc., of every oid. Lets say, Counter32, Gauge32, Integer32 -- these are some syntax types. I will be thankful if

Re: Regarding SNMP - OID Syntax

2009-06-30 Thread malar vizhi
In Advance.. Malar On Tue, Jun 30, 2009 at 12:58 PM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: 2009/6/30 malar vizhi malar...@gmail.com: Lets say, Counter32, Gauge32, Integer32 -- these are some syntax types. I will be thankful if someone gives me the exact diff between these three

Regarding snprint_description

2009-04-25 Thread malar vizhi
Hi All, Am using net-snmp-5.4.2.1 library. This I build it from net-snmp source using visual studio 2005. Am using the method snprint_description to get the discription of incoming OID in my simple snmp c++ class. Problem is, when I build it in visual studio 2005, it is working fine. But

TimeTickes variable type in Net-Snmp

2009-04-03 Thread malar vizhi
Hi, I'm trying to build a tool using SNMP with net-snmp lib. When I see net-snmp lib, there's variable list [variable_list] struct. And there's union with variable types. For timetick values, what should I use? I only see - integer - string - objid - bitstring - counter64 - floatval - doubleval

Re: TimeTickes variable type in Net-Snmp

2009-04-03 Thread malar vizhi
On Fri, Apr 3, 2009 at 1:22 PM, malar vizhi malar...@gmail.com wrote: Thanks Dave So, sysUpTime.0 gives this result.If I convert theresult to.integer am getting only 7385700 not the whole result (7385700) 20:30:57.00...in that 7385700-- is in seconds?.. In that case I can convert

“No log handling enabled - turning on stderr loggi ng Failure in sendto (No such file or directory)”

2009-04-02 Thread malar vizhi
Hi, Am using net-snmp 5.4 to query a host/application. Having my own C++ class which has four methods, 1. SNMP Session creation 2. SnmpGet 3. SnmpGetNext 4. SnmpWalk I should query a list of OIDs using this class. So, for each OID, first am calling SNMP Session Creation

Re: UCD-SNMP-MIB returns Empty

2009-03-10 Thread malar vizhi
Hi Dave, OS is linux...ucd-smp version is 4.2.4 .. Thanks in Advance Malar On Tue, Mar 10, 2009 at 1:54 PM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: 2009/3/10 malar vizhi malar...@gmail.com: This is how my conf file looks now.. rwcommunity public includeAllDisks 100% Yes

Re: UCD-SNMP-MIB returns Empty

2009-03-10 Thread malar vizhi
. Thanks. ] 2009/3/10 malar vizhi malar...@gmail.com: Oh.Ok...Will HOST-RESOURCES-MIB support on ucd-snmp 4.2.4?.. I've no idea whether there's code to support the Host Resources MIB in the 4.2.x agent, and I don't intend to waste time looking. That line is *DEAD*. If you insist on using

UCD-SNMP-MIB returns Empty

2009-03-09 Thread malar vizhi
Hi Dave, As per your suggestion, I had modified my snmpd.conf file...Before it contains more security settings, views group related configuration. Then just take the backup of conf file I added rwcommunity as public . So, now my snmpd.conf file will look like rwcommunity public

Re: UCD-SNMP-MIB returns Empty

2009-03-04 Thread malar vizhi
object: RFC1155-SMI::enterprises.2021.4.11 Y Dave?... Malar. On Wed, Mar 4, 2009 at 5:28 PM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: 2009/3/4 malar vizhi malar...@gmail.com: My sysObjectID is OID: MSSQLSERVER-MIB::software.1.3.1.2 OK - so you are not running the Net-SNMP agent

Re: UCD-SNMP-MIB returns Empty

2009-03-03 Thread malar vizhi
made any extra configuration in snmpd.conf..to make my agent to support UCD-SNMP-MIB? Thanks in Advance Malar... On Tue, Mar 3, 2009 at 1:08 AM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: 2009/3/2 malar vizhi malar...@gmail.com: When I query with UCD-SNMP-MIB returns empty result

UCD-SNMP-MIB returns Empty

2009-03-02 Thread malar vizhi
Hi, When I query with UCD-SNMP-MIB returns empty result. My cmd:: snmpwalk -v 1 -c public 192.168.1.172 UCD-SNMP-MIB::.1.3.6.1.4.1.2021 What would be the problem?Is there any configuration should I made?...{ UCD-SNMP-MIB is available under mib directory...} Am using net-snmp 5.4.2 OS

Re: MIB Version Specific

2009-02-25 Thread malar vizhi
Thank you So much Dave..This information is enough for me Thanks Regards, Malar On Wed, Feb 25, 2009 at 4:12 PM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: 2009/2/25 malar vizhi malar...@gmail.com: am monitoring MSSQL 2000 with SNMP(mssql.mib)...In future I might want to monitor

Re: MIB Version Specific

2009-02-25 Thread malar vizhi
Thanks Mike...Now am very clear. One more problem on getting CPU utilization of windows 2000 using OID 1.3.6.1.2.1.25.3.3.1.2 (.iso.org.dod.internet.mgmt.mib-2.host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad) in HOST-RESOURCES-MIB) If I walk on this OID am getting two

MIB Version Specific

2009-02-24 Thread malar vizhi
Hi Dave It wil be better If you explaine me based on These three... In Case of SNMP, OS Application also. Thanks regards Malar -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC

Re: MIB Version Specific

2009-02-24 Thread malar vizhi
, Feb 24, 2009 at 7:55 PM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: 2009/2/24 malar vizhi malar...@gmail.com: It wil be better If you explaine me based on These three... In Case of SNMP, OS Application also. I can't explain, because I don't know what you mean. But in general

Fwd: MIB Version Specific

2009-02-24 Thread malar vizhi
-- Forwarded message -- From: malar vizhi malar...@gmail.com Date: Wed, Feb 25, 2009 at 9:13 AM Subject: Re: MIB Version Specific To: net-snmp-users@lists.sourceforge.net Thanks Dave... In case of Application-- am monitoring MSSQL 2000 with SNMP(mssql.mib)...In future I might

Running SNMP service on different port

2009-02-13 Thread malar vizhi
Hi Dave, Can u plzz tell me, where should I include this line snmpd 16161..?..In snmpd.conf file? Thanks Regards, Malar Mala: And Is it possible to run a two SNMP services with different port at a time? Yes. I'll often start a second SNMP agent on a different port, particularly when

Re: Running SNMP service on different port

2009-02-13 Thread malar vizhi
d.t.shi...@liverpool.ac.ukwrote: 2009/2/13 malar vizhi malar...@gmail.com: Can u plzz tell me, where should I include this line snmpd 16161..? With the Net-SNMP agent, you just specify the port(s) you want to listen to on the command line

How SNMP works?

2009-02-08 Thread malar vizhi
Hi, Am very new to snmp. Am using net-snmp to monitor SQL database. So am getting SQL details via net-snmp. MSSQL-MIB contains list of attributes(OIDs). So, from where the snmp retriving all the details abt SQL?. Whether from sql sytem tables or MIB?.Plzz someone clarify me, bcoz feeling bad

Does SQL Server 2005 supports SNMP

2009-02-04 Thread malar vizhi
Hi, I want to know, whether SQL Server 2005 Express supports SNMP monitoring or not?.I have read in some forums, that SQL server 2005 no longer supports SNMP..Is it like that? Thanks Regards, Malar -- Create and

[no subject]

2009-02-04 Thread malar vizhi
Hi, What is the net-snmp command to get a single row value. Thanks Regards, Malar -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use

Re: Net-snmp-users Digest, Vol 32, Issue 28

2009-01-19 Thread malar vizhi
Hi John, Thank U So much for ur information...I got answer for my question..actually am using MSSQL Server 2000 Windows 2000... Sorry for late reply John..I was on leave for past five days Thanks Regards, Malar Message: 1 Date: Tue, 13 Jan 2009 12:07:48 -0600 From:

Help Need on Net-Snmp

2009-01-12 Thread malar vizhi
Hi Dave, Is there any condition that SQL Server should be installed once after enabled the SNMP service in our machine?..Then only can we monitor the SQL via SNMP? Thanks Regards, Malar -- This SF.net email

Need help on Net-Snmp

2009-01-09 Thread malar vizhi
Hi, Am Malar form Bangalore, We are developing a network monitoring tool...So we planned to use SNMP to monitor the application. Now am able to monitor MSSQL server which is installed locally via SNMP. I mean, SNMP service is running in my machine and Net-Snmp is installed. Now I want to

Fwd: Need help on Net-Snmp

2009-01-09 Thread malar vizhi
-- Forwarded message -- From: malar vizhi malar...@gmail.com Date: Fri, Jan 9, 2009 at 11:12 AM Subject: Need help on Net-Snmp To: net-snmp-users@lists.sourceforge.net Hi, Am Malar form Bangalore, We are developing a network monitoring tool...So we planned to use SNMP