This post is more than 5 years old
2 Intern
•
138 Posts
0
1550
April 15th, 2009 03:00
Dynamic Model - Refine Card class
Hello Smarts Gurus!
I have refined EMC Smarts "Card" class as "Slot" class for our task.
Card class has 3 event "Down" , "OperationallyDown", "SwitchOver" and "Status" field with enumeration type.
How can i set data in Status table with save enumeration format?
// Status field description.
Status string UNKNOWN Reflects the current state of the package as reported by the instrumentation. - OK indicates that the package is operating normally. - CRITICAL indicates that the package is at critical status. - MARGINAL indicates that the package is at marginal status. - OTHER indicates that the status of the package is other than the above or unrecognized SNMP error.- NOTPRESENT indicates the package MIB value missing. - UNKNOWN indicates the default value before SNMP polling.
P.s
May be, someone has Instrumentation class and simple class source examples?
It very difficult to create your polling and classes with no examples.
Message was edited by:
Hemul
I have refined EMC Smarts "Card" class as "Slot" class for our task.
Card class has 3 event "Down" , "OperationallyDown", "SwitchOver" and "Status" field with enumeration type.
How can i set data in Status table with save enumeration format?
// Status field description.
Status string UNKNOWN Reflects the current state of the package as reported by the instrumentation. - OK indicates that the package is operating normally. - CRITICAL indicates that the package is at critical status. - MARGINAL indicates that the package is at marginal status. - OTHER indicates that the status of the package is other than the above or unrecognized SNMP error.- NOTPRESENT indicates the package MIB value missing. - UNKNOWN indicates the default value before SNMP polling.
P.s
May be, someone has Instrumentation class and simple class source examples?
It very difficult to create your polling and classes with no examples.
Message was edited by:
Hemul
No Events found!