Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. alarmInterval OBJECT-TYPE
  2. SYNTAX Integer32
  3. UNITS "Seconds"
  4. MAX-ACCESS read-create
  5. STATUS current
  6. DESCRIPTION
  7. "The interval in seconds over which the data is
  8. sampled and compared with the rising and falling
  9. thresholds. When setting this variable, care
  10. should be taken in the case of deltaValue
  11. sampling - the interval should be set short enough
  12. that the sampled variable is very unlikely to
  13. increase or decrease by more than 2^31 - 1 during
  14. a single sampling interval.
  15. This object may not be modified if the associated
  16. alarmStatus object is equal to valid(1)."
  17. ::= { alarmEntry 2 }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement