<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
hello List<br>
<br>
<b>here is the facts</b><br>
<br>
date<br>
5 16:50:00 CET 2014<br>
snmpwalk -v 2c -c com cisco_switch IF-MIB::ifHCOutOctets | grep
IF-MIB::ifHCOutOctets.10110 <br>
IF-MIB::ifHCOutOctets.10110 = Counter64: 40143696913<br>
collectd sends --> [332.43175100000002, 1417794600]<br>
date -d @1417794600<br>
5 16:50:00 CET 2014<br>
<br>
<b>and here is my conf</b><br>
<br>
<Plugin snmp><br>
<br>
<Data "uptime"><br>
Type "uptime"<br>
Table false<br>
Instance ""<br>
scale 0.01 <br>
Values "DISMAN-EVENT-MIB::sysUpTimeInstance"<br>
</Data><br>
<br>
<Data "memory_free"><br>
Type "memory_free"<br>
Table true<br>
Instance "CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolName"<br>
Values "CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolFree"<br>
</Data><br>
<br>
<Data "memory_used"><br>
Type "memory_used"<br>
Table true<br>
Instance "CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolName"<br>
Values "CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolUsed" <br>
</Data><br>
<br>
<Data "CPU_usage"><br>
Type "percent"<br>
Table false<br>
Instance "cpmCPUTotalMonIntervalValue"<br>
Values "CISCO-PROCESS-MIB::cpmCPUTotalMonIntervalValue.1"<br>
</Data><br>
<br>
<Data "std_traffic"><br>
Type "if_octets"<br>
Table true<br>
Instance "IF-MIB::ifDescr"<br>
values "IF-MIB::ifHCInOctets" "IF-MIB::ifHCOutOctets" <br>
</Data><br>
<br>
<Host "switch"><br>
Address "ip"<br>
Version 2<br>
Community "com"<br>
Collect "memory_free" "memory_used" "std_traffic" "uptime"<br>
Interval 300<br>
</Host> <br>
</Plugin><br>
<br>
cat ../../share/collectd/types.db | grep if_octets<br>
if_octets rx:DERIVE:0:U, tx:DERIVE:0:U<br>
<br>
is it a scale ? is it the interval ? is it a cache/buffer ? I was
thinking that switchine to cinter64 bits would make collectd send
the right values or at least the same as snmpwalk, any help please
would be verry apreciated, and sorry for my English, tnx. <br>
</body>
</html>