??????cisco asa 5520 cpu mib

2014-01-09 Thread Conny
hello 
my is nagios Lover ??I now have a problem, hoping to get your help


Problem Description:
Now want to use chechk_snmp monitoring a cisco asa 5520 firewall CUP usage,
I do not know a firewall cpu's mib ID is the number that you would like to ask





china boy--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


net-snmp ver 5.4 for Solaris

2014-01-09 Thread Bansal, Balbir
Hi,

Can you please point me to the download site for NET-SNMP version 5.4 for 
Solaris 10?

Many Thanks

Regards

Balbir Bansal
Lead Engineer Management and Operations (Unix) - ISU

DDI: +44 (0) 20 7947 1841
Mobile +44 79580 72787
Colt Technology Services Group Ltd, Beaufort House, 15 St Botolph Street , 
London, EC3A 7QN.

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


hrprocessorload-returns-incorrect-values-for-processor-s-100

2014-01-09 Thread Jianhai Luan

Hi all,
  I am working the issue such as *SNMP HRPROCESSORLOAD RETURNS 
INCORRECT VALUES FOR PROCESSOR #'S  100 *. I google to find useful 
information, and find the below URL:

http://mailing.unix.net-snmp-users.narkive.com/o21D50GY/hrprocessorload-returns-incorrect-values-for-processor-s-100
  My question is why do the patch  not be merged into latest version? 
and if do the patch have other effect?


Thanks,
Jason
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


Re: 转发:cisco asa 5520 cpu mib

2014-01-09 Thread Niels Baggesen
Den 18-12-2013 02:35, Conny skrev:

 Problem Description:
  Now want to use chechk_snmp monitoring a cisco asa 5520 firewall
 CUP usage,
 I do not know a firewall cpu's mib ID is the number that you would like
 to ask

$ snmpwalk -On asa CISCO-PROCESS-MIB::cpmCPUTotal5min
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 = Gauge32: 8
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.2 = Gauge32: 9
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.3 = Gauge32: 8
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.4 = Gauge32: 8
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.5 = Gauge32: 8
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.6 = Gauge32: 7
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.7 = Gauge32: 7
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.8 = Gauge32: 8
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.9 = Gauge32: 9
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.10 = Gauge32: 8

/Niels

-- 
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


Re: hrprocessorload-returns-incorrect-values-for-processor-s-100

2014-01-09 Thread Niels Baggesen

Den 06-01-2014 08:35, Jianhai Luan skrev:

Hi all,
   I am working the issue such as *SNMP HRPROCESSORLOAD RETURNS
INCORRECT VALUES FOR PROCESSOR #'S  100 *. I google to find useful
information, and find the below URL:
http://mailing.unix.net-snmp-users.narkive.com/o21D50GY/hrprocessorload-returns-incorrect-values-for-processor-s-100
   My question is why do the patch  not be merged into latest version?
and if do the patch have other effect?


I am not following net-snmp-users, so I cannot tell what happened to it, 
but if you could verify the attached patch I will make sure it gets into 
5.7.3


/Niels

--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming
diff --git a/agent/mibgroup/hardware/cpu/cpu_linux.c b/agent/mibgroup/hardware/cpu/cpu_linux.c
index 8a081cd..b1dc308 100644
--- a/agent/mibgroup/hardware/cpu/cpu_linux.c
+++ b/agent/mibgroup/hardware/cpu/cpu_linux.c
@@ -154,7 +154,9 @@ int netsnmp_cpu_arch_load( netsnmp_cache *cache, void *magic ) {
 snmp_log_perror(Missing CPU info entry);
 break;
 }
-b1 = b2+5; /* Skip cpuN  */
+b1 = b2; /* Skip cpuN  */
+while(*b1 != ' ') b1++;
+b1++;
 }
 
 num_cpuline_elem = sscanf(b1, %llu %llu %llu %llu %llu %llu %llu %llu %llu %llu,
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


Fwd: Re: Code Merge Request #1: Minor editorial changes to Perl bindings (open)

2014-01-09 Thread Niels Baggesen
Den 06-12-2013 10:47, Michael Bunk skrev:
 Dear SNMP-Devs,

 I discovered that SourceForge supports merge requests like GitHub...
 don't know since when.  But since mine ended up as the first for
 net-snmp, I decided that it might be a good idea to draw some attention
 to it, so it doesn't go unnoticed:

If you hadn't sent this warning, we probably wouldn't have noticed
either :-)

Thanks for the patch, it has been merged.

/Niels

-- 
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders