Please help me fix this... I am building this custom probe but the strip chart 
doesn't show new values. Hope somebody could able to help me... thanks in 
advance. 


<header>  
    type            =   "custom-snmp" 
    package         =   "com.alpha-horizons"
    probe_name      =   "snmp.alpha-horizons.MOT-DC-HUMID-TH02"
    human_name      =   "MOT-DC-HUMID-TH02"
    display_name    =   "Alpha Horizons/Environment/MOT-DC-HUMID-TH02"  
    version         =   "1.0"
    address_type    =   "IP"
    port_number     =   "161"
    flags           =   "NOICMPFALLBACK,NOLINKS,MINIMAL"
    poll_interval   =   "10"
</header>

<snmp-device-properties>     
    nomib2  = "true"         
    maxvars = "5"            
    pdutype = "get-request"  
</snmp-device-properties>    


<parameters>
  

   "C_HiCrit"           = "60"
   "C_HiAlrm"           = "50"
   "C_Normal"           = "20"
   "C_LoAlrm"           = "19"
   "C_LoCrit"           = "5"

</parameters>

<snmp-device-variables>


SensorName,             1.3.6.1.4.1.3052.17.1.1.1.1.4.12.3.1,   DEFAULT
Event_State,            1.3.6.1.4.1.3052.17.1.1.1.1.5.12.3.1,   DEFAULT
Value_Int,              1.3.6.1.4.1.3052.17.1.1.1.1.6.12.3.1,   DEFAULT
Value_Str,              1.3.6.1.4.1.3052.17.1.1.1.1.7.12.3.1,   DEFAULT
Alias_Value_Str,        1.3.6.1.4.1.3052.17.1.1.1.1.10.12.3.1,  DEFAULT


</snmp-device-variables>

 
<snmp-device-thresholds>


critical: ( $Value_Int >  ${C_HiCrit} ) "$Alias_Value_Str  - Humidity is Very 
High"
   alarm: ( $Value_Int >  ${C_HiAlrm} ) "$Alias_Value_Str  - Humidity is High"
    okay: ( $Value_Int >  ${C_Normal} ) "$Alias_Value_Str  - Humidity is Normal"
   alarm: ( $Value_Int <  ${C_LoAlrm} ) "$Alias_Value_Str  - Humidity is Low"
critical: ( $Value_Int <  ${C_LoCrit} ) "$Alias_Value_Str  - Humidity is Very 
Low"
 
</snmp-device-thresholds>


<snmp-device-display>
  
   \P0\
   \B\Temperature Sensor\P0\

      ${SensorName}          ${chartable:${Value_Int}} %\P0\

</snmp-device-display>


-------------------- m2f --------------------

Read this topic online here:
http://forums.intermapper.com/viewtopic.php?p=4428#4428





____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: intermapper-talk-...@list.dartware.com

Reply via email to