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

Messages - vinhnt26

#1
Thanks tomaskir,  :)
#2
Hi tomaskir,
Two OIDs get traffic interface (bytes/s)?
I read description of OIDs, it is: "The total number of octets transmitted out of the interface, including framing characters...Discontinuities in the value of this counter can occur at re-initialization of the management system.."
What does this mean?. I think it mean is get total number of octets of interface from system start. Not is (bytes/s) or (bits/s)....  :(
#3
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,
#4
This problem solved. Because in file plugin.xml of project ServerConsole, i set "pulldown" of actionSets Server Console is "true".  ;D
#5
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!
#6
Thanks Victor.  :)
#7
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.
#8
Thanks tomaskir,
My problem are resolved.  :D
#9
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 !