Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - vinhnt26

#1
Hi all,
I need to get Traffic interface (bytes/s) by SNMP. But i not found OID for it, i only found OID: ifHCOutOctets (.1.3.6.1.2.1.31.1.1.1.10) and ifHCInOctets (.1.3.6.1.2.1.31.1.1.1.10). But It get total number of octets transmitted/received.
Anyone has OID or way to help me get Traffic interface (bytes/s) ?

Thanks,
#2
Hi all,
When i click Server Console in menu Tools. It show message information: "The chosen operation is not currently avaiable".
I search message in project, but not found.
I don't known how to solve it. pls help me!
#3
Hi all,
I run snmpwalk to get lmTemSensorsValue, it return:

LM-SENSORS-MIB::lmTempSensorsValue.1 = Gauge32: 43000
LM-SENSORS-MIB::lmTempSensorsValue.2 = Gauge32: 34000
LM-SENSORS-MIB::lmTempSensorsValue.3 = Gauge32: 36000
LM-SENSORS-MIB::lmTempSensorsValue.4 = Gauge32: 32000
LM-SENSORS-MIB::lmTempSensorsValue.5 = Gauge32: 35000
LM-SENSORS-MIB::lmTempSensorsValue.6 = Gauge32: 36000
LM-SENSORS-MIB::lmTempSensorsValue.7 = Gauge32: 37000
LM-SENSORS-MIB::lmTempSensorsValue.8 = Gauge32: 35000
LM-SENSORS-MIB::lmTempSensorsValue.9 = Gauge32: 34000
LM-SENSORS-MIB::lmTempSensorsValue.10 = Gauge32: 37000


Then i check with "sensors" command,

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +43.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 0:        +38.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 1:        +37.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 2:        +38.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 3:        +36.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 4:        +41.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 5:        +39.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 6:        +38.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 7:        +43.0°C  (high = +83.0°C, crit = +105.0°C) 

coretemp-isa-0008
Adapter: ISA adapter
Physical id 1: +37.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 0:        +34.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 1:        +36.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 2:        +32.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 3:        +35.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 4:        +36.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 5:        +37.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 6:        +36.0°C  (high = +83.0°C, crit = +105.0°C) 
Core 7:        +35.0°C  (high = +83.0°C, crit = +105.0°C)


So, how to convert snmp value to celsius value?

Thanks.
#4
Hi all,
I can get dci value of memTotalReal with OID: .1.3.6.1.4.1.2021.4.5, memBuffer .1.3.6.1.4.1.2021.4.14 and memCached.
But i can get mem usage, i can not see OID for mem usage.
Can i get value mem usage with Transcript in DCI ? and How to ?

Thanks !