FSC-THRESHOLD-REPORT-MIB

File: FSC-THRESHOLD-REPORT-MIB.mib (64410 bytes)

Imported modules

RFC-1212 RFC1213-MIB RFC1155-SMI

Imported symbols

OBJECT-TYPE mib-2 DisplayString
PhysAddress Counter Gauge
IpAddress enterprises

Defined Types

TrueFalse  
INTEGER false(1), true(2)    

ThresholdReportStatus  
INTEGER unknown(1), disabled(2), enabledNotActive(3), active(4), error(5)    

PerformanceStatus  
INTEGER unknown(1), normal(2), informational(3), warning(4), critical(5)    

StorageType  
INTEGER other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)    

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

ThreshRuleEntry  
SEQUENCE    
  threshRuleName DisplayString
  threshRuleDescription DisplayString
  threshRuleUserComment DisplayString
  threshRuleHelpText DisplayString
  threshRulePollInterval INTEGER
  threshRuleResourceName DisplayString
  threshRuleInstMonitor INTEGER
  threshRuleInstIndexes DisplayString
  threshRuleInstPatterns DisplayString
  threshRuleTargetName DisplayString
  threshRuleValueType INTEGER
  threshRuleValuation INTEGER
  threshRuleWatchPeriod INTEGER
  threshRuleOperator INTEGER
  threshRuleThresholdValue INTEGER
  threshRuleRangeMinValue INTEGER
  threshRuleRangeMaxValue INTEGER
  threshRuleOccurenceCount INTEGER
  threshRuleEventName DisplayString
  threshRuleEventControl INTEGER
  threshRuleEventDelay INTEGER
  threshRuleEventAlternating TrueFalse
  threshRuleRowStatus RowStatus
  threshRuleStorageType StorageType
  threshRuleCurrentValue OCTET STRING
  threshRuleFireEvent INTEGER
  threshRulePerfStatusSeverity INTEGER

ThreshRulesetEntry  
SEQUENCE    
  threshRulesetName DisplayString
  threshRulesetDescription DisplayString
  threshRulesetStartTime INTEGER
  threshRulesetStopTime INTEGER
  threshRulesetRunning TrueFalse
  threshRulesetRowStatus RowStatus
  threshRulesetStorageType StorageType

ThreshRulesetContentsEntry  
SEQUENCE    
  threshRulesetContentsRuleIndex INTEGER
  threshRulesetContentsRuleName DisplayString
  threshRulesetContentsRowStatus RowStatus
  threshRulesetContentsStorageType StorageType

ThreshEventEntry  
SEQUENCE    
  threshEventName DisplayString
  threshEventType INTEGER
  threshEventSeverity INTEGER
  threshEventRowStatus RowStatus
  threshEventStorageType StorageType

ReportEntry  
SEQUENCE    
  reportName DisplayString
  reportDescription DisplayString
  reportUserComment DisplayString
  reportHelpText DisplayString
  reportPollInterval INTEGER
  reportMaxEntries INTEGER
  reportResourceName DisplayString
  reportInstMonitor INTEGER
  reportInstIndexes DisplayString
  reportInstPatterns DisplayString
  reportTargetName DisplayString
  reportRowStatus RowStatus
  reportStorageType StorageType
  reportCurrentValue OCTET STRING

ReportSetEntry  
SEQUENCE    
  reportSetName DisplayString
  reportSetDescription DisplayString
  reportSetStartTime INTEGER
  reportSetStopTime INTEGER
  reportSetRecordingEnd INTEGER
  reportSetRunning TrueFalse
  reportSetRowStatus RowStatus
  reportSetStorageType StorageType

ReportSetContentsEntry  
SEQUENCE    
  reportSetContentsReportIndex INTEGER
  reportSetContentsReportName DisplayString
  reportSetContentsRowStatus RowStatus
  reportSetContentsStorageType StorageType

ReportValueRecordPropEntry  
SEQUENCE    
  reportHighestIndexInUse INTEGER
  reportOldestIndexInUse INTEGER

ReportValueRecordEntry  
SEQUENCE    
  reportValueRecord DisplayString
  reportValueRecordIndex INTEGER

ThreshResourceEntry  
SEQUENCE    
  threshResourceName DisplayString
  threshResourceDescription DisplayString
  threshResourceHelpText DisplayString
  threshResourceReqType INTEGER
  threshResourceReqString DisplayString
  threshResourceInstNameReq DisplayString
  threshResourceRowStatus RowStatus
  threshResourceStorageType StorageType
  threshResourceValueUnit DisplayString
  threshResourceContainerName DisplayString
  threshResourceGroupName DisplayString

ThreshTargetEntry  
SEQUENCE    
  threshTargetName DisplayString
  threshTargetAddress DisplayString
  threshTargetRowStatus RowStatus
  threshTargetStorageType StorageType

Defined Values

sni 1.3.6.1.4.1.231
OBJECT IDENTIFIER    

sniProductMibs 1.3.6.1.4.1.231.2
OBJECT IDENTIFIER    

fscThresholdReportMib 1.3.6.1.4.1.231.2.47
OBJECT IDENTIFIER    

threshObjects 1.3.6.1.4.1.231.2.47.1
OBJECT IDENTIFIER    

threshNotifications 1.3.6.1.4.1.231.2.47.2
OBJECT IDENTIFIER    

threshAgentInfo 1.3.6.1.4.1.231.2.47.1.1
OBJECT IDENTIFIER    

threshAgentId 1.3.6.1.4.1.231.2.47.1.1.1
Agent identification string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

threshAgentCompany 1.3.6.1.4.1.231.2.47.1.1.2
Agent's company name (e.g. Fujitsu Siemens Computers)
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

threshAgentVersion 1.3.6.1.4.1.231.2.47.1.1.3
Agent's version string (e.g. 1.05)
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

threshAgentBuild 1.3.6.1.4.1.231.2.47.1.1.4
Compilation time and date of agent program
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

threshAgentOptions 1.3.6.1.4.1.231.2.47.1.2
OBJECT IDENTIFIER    

threshConfigurationChanged 1.3.6.1.4.1.231.2.47.1.2.1
Timestamp indicating last configuration modification time at any table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

threshThresholdStatus 1.3.6.1.4.1.231.2.47.1.2.2
Replies the current threshold status, whether threshold monitoring is enabled and currently active: unknown: unknown status (problem in underlying threshold management services?) disabled: no enabled rulesets available enabledNotActive: ruleset(s) enabled, but no one currently active (in terms of time) active: rulesets enabled and threshold monitoring currently active error: a severe error happened in the threshold manager - no thresholds activated
Status: mandatory Access: read-only
OBJECT-TYPE    
  ThresholdReportStatus  

threshReportStatus 1.3.6.1.4.1.231.2.47.1.2.3
Replies the current report status, whether report monitoring is enabled and currently active: unknown: unknown status (problem in underlying report management services?) disabled: no enabled reportsets available enabledNotActive: reportset(s) enabled, but no one currently active (in terms of time) active: reportsets enabled and report monitoring currently active error: a severe error happened in the report manager - no reports activated
Status: mandatory Access: read-only
OBJECT-TYPE    
  ThresholdReportStatus  

threshLastSetResultMessage 1.3.6.1.4.1.231.2.47.1.2.4
Result message of last SET operation. Useful for debugging purpose when testing SNMP client software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

threshPerformanceStatus 1.3.6.1.4.1.231.2.47.1.2.5
Information about the server performance: the worst value of all active thresholds; the severity of each rule is defined with object 'threshRulePerfStatusSeverity': unknown: unknown status (problem in underlying threshold management services?) normal: all active thresholds are in normal range (no thresholds exceeded) informational: one or more thresholds with 'informational' severity exceeded warning: one or more thresholds with 'warning' severity exceeded critical: one or more thresholds with 'critical' severity exceeded
Status: mandatory Access: read-only
OBJECT-TYPE    
  PerformanceStatus  

thresholds 1.3.6.1.4.1.231.2.47.1.3
OBJECT IDENTIFIER    

threshRuleTable 1.3.6.1.4.1.231.2.47.1.3.1
Description of all rules for threshold management
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ThreshRuleEntry

threshRuleEntry 1.3.6.1.4.1.231.2.47.1.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ThreshRuleEntry  

threshRuleName 1.3.6.1.4.1.231.2.47.1.3.1.1.1
Rule name (index, unique string)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..100)  

threshRuleDescription 1.3.6.1.4.1.231.2.47.1.3.1.1.2
Detailed rule description
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRuleUserComment 1.3.6.1.4.1.231.2.47.1.3.1.1.3
Comment which can be set by the user; will be sent with event
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRuleHelpText 1.3.6.1.4.1.231.2.47.1.3.1.1.4
Detailed description of the rule (for dynamic generation of help pages)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRulePollInterval 1.3.6.1.4.1.231.2.47.1.3.1.1.5
Threshold polling interval (1..n seconds)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRuleResourceName 1.3.6.1.4.1.231.2.47.1.3.1.1.6
Name of monitored resource (index in ResourceTable)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRuleInstMonitor 1.3.6.1.4.1.231.2.47.1.3.1.1.7
Resource instances monitoring type - defines how to handle multiple instances: any: any of the instances meets condition average: the average of all instances meets condition
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER any(1), average(2)  

threshRuleInstIndexes 1.3.6.1.4.1.231.2.47.1.3.1.1.8
Resource instances index value list (regular expression, like '[1-5]' (indexes 1..5), '[1,2,5]' (indexes 1, 2, or 5), '1[2-4]' (indexes 12..14); monitor all instances if empty
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRuleInstPatterns 1.3.6.1.4.1.231.2.47.1.3.1.1.9
Resource instances index pattern list (regular expression, like '^/root$|^/home$|^/opt' (one of /root, /home or /opt*), '^data$|^system[1-3]$' (one of 'data' or 'system1'...'system3'); monitor all instances if empty.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRuleTargetName 1.3.6.1.4.1.231.2.47.1.3.1.1.10
Name of an entry in the TargetTable, where to send the data queries to (localhost if empty)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRuleValueType 1.3.6.1.4.1.231.2.47.1.3.1.1.11
Type of value monitoring (absolute, delta): absolute: the current (absolute) value is tested to meet condition deltaAny: the delta to the value of the previous poll interval is tested (not regarding whether value increase or decrease) deltaIncrease: only increasing delta values are tested deltaDecrease: only decreasing delta values are tested
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER absolute(1), deltaAny(2), deltaIncrease(3), deltaDecrease(4)  

threshRuleValuation 1.3.6.1.4.1.231.2.47.1.3.1.1.12
Rule valuation - defines how a value is measured: singleValue: one single value is tested to meet condition averageLinear: sum of all measured values devided by the number of values averageMuted: last value plus (delta value divided by 2)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER singleValue(1), averageLinear(2), averageMuted(3)  

threshRuleWatchPeriod 1.3.6.1.4.1.231.2.47.1.3.1.1.13
Monitoring period described as number of polling cycles (for average value calculation)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRuleOperator 1.3.6.1.4.1.231.2.47.1.3.1.1.14
Operator to be applied on the monitored resource; the rule applies when the monitored value is: equal: equal to the threshold value (object 'threshRuleThresholdValue') notEqual: not equal to the threshold value less: less than the threshold value lessOrEqual: less than or equal to the threshold value greater: greater than the threshold value greaterOrEqual: greater than or equal to the threshold value withinRange: within the specified threshold value range (objects 'threshRuleRangeMinValue and 'threshRuleRangeMaxValue') outOfRange: out of the specified threshold value range existToNonExist: value existed and now no longer exists nonExistToExist: value did not exist and now exists existChange: value existence changed (in any way)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER equal(1), notEqual(2), less(3), lessOrEqual(4), greater(5), greaterOrEqual(6), withinRange(7), outOfRange(8), existToNonExist(9), nonExistToExist(10), existChange(11)  

threshRuleThresholdValue 1.3.6.1.4.1.231.2.47.1.3.1.1.15
Threshold value (for boolean operators)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRuleRangeMinValue 1.3.6.1.4.1.231.2.47.1.3.1.1.16
Lower threshold range value (for range operators; x >= min value)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRuleRangeMaxValue 1.3.6.1.4.1.231.2.47.1.3.1.1.17
Upper threshold range value (for range operators; open interval --> x < max value)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRuleOccurenceCount 1.3.6.1.4.1.231.2.47.1.3.1.1.18
The occurence counter for event generation: if count is 0 or 1, event is generated on every occurence, else event is generated after the specified number of continuous rule occurences
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRuleEventName 1.3.6.1.4.1.231.2.47.1.3.1.1.19
Name of the event (from EventTable) to be created when condition is met
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRuleEventControl 1.3.6.1.4.1.231.2.47.1.3.1.1.20
The frequency of event generation: singleShot: only once until condition is not met again continuous: event raises at every poll cycle when the rule meets condition continousDelay: like 'continous', but not before a delay (object 'threshRuleEventDelay') has passed or the rule met 'good condition' in the mean time
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER singleShot(1), continuous(2), continuousDelay(3)  

threshRuleEventDelay 1.3.6.1.4.1.231.2.47.1.3.1.1.21
The minimum delay (in number of poll cycles) after that an event will be sent again if object 'threshRuleEventFrequency' is set to 'continuousDelay'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRuleEventAlternating 1.3.6.1.4.1.231.2.47.1.3.1.1.22
If true, an event is also sent when condition is no longer met (good condition)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TrueFalse  

threshRuleRowStatus 1.3.6.1.4.1.231.2.47.1.3.1.1.23
Rule table row status (RFC2579; see comment on top of this MIB) supported values: active, createAndGo, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

threshRuleStorageType 1.3.6.1.4.1.231.2.47.1.3.1.1.24
Rule table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

threshRuleCurrentValue 1.3.6.1.4.1.231.2.47.1.3.1.1.25
Current name(s) and value(s) of the rule, delivered as XML string: root tag is , each value enclosed by tag , e.g. 66; for multiple instances the tag appears multiple times. ATTENTION: Currently this object can only be used with non-SNMP resources! For SNMP resources the manager must get this value directly using its OID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

threshRuleFireEvent 1.3.6.1.4.1.231.2.47.1.3.1.1.26
Fire this event (for testing purpose): write a non-zero value to fire this event (reading this value always returns zero)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRulePerfStatusSeverity 1.3.6.1.4.1.231.2.47.1.3.1.1.27
How to set the PerformanceStatus when the rule meets condition: ignore: rule status is not considered in the PerformanceStatus informational: when the rule meets condition, the PerformanceStatus goes to 'informational' warning: when the rule meets condition, the PerformanceStatus goes to 'warning' critical: when the rule meets condition, the PerformanceStatus goes to 'critical'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), informational(2), warning(3), critical(4)  

threshRuleTableChanged 1.3.6.1.4.1.231.2.47.1.3.2
Timestamp indicating last modification of rule table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

threshRulesetTable 1.3.6.1.4.1.231.2.47.1.3.3
Description of all rulesets for threshold management
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ThreshRulesetEntry

threshRulesetEntry 1.3.6.1.4.1.231.2.47.1.3.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ThreshRulesetEntry  

threshRulesetName 1.3.6.1.4.1.231.2.47.1.3.3.1.1
Rule name (index, unique string)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..100)  

threshRulesetDescription 1.3.6.1.4.1.231.2.47.1.3.3.1.2
Detailed ruleset description
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRulesetStartTime 1.3.6.1.4.1.231.2.47.1.3.3.1.3
Time when to start (activate) this ruleset (optional, -1 if not available; minutes since midnight).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRulesetStopTime 1.3.6.1.4.1.231.2.47.1.3.3.1.4
Time when to stop this ruleset (optional, -1 if not available; minutes since midnight).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRulesetRunning 1.3.6.1.4.1.231.2.47.1.3.3.1.5
Shows whether the ruleset is currently running (regarding to start/stop time)
Status: mandatory Access: read-only
OBJECT-TYPE    
  TrueFalse  

threshRulesetRowStatus 1.3.6.1.4.1.231.2.47.1.3.3.1.6
Ruleset table row status (RFC2579; see comment on top of this MIB) supported values: active, notInService, createAndGo, createAndWait, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

threshRulesetStorageType 1.3.6.1.4.1.231.2.47.1.3.3.1.7
Ruleset table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

threshRulesetContentsTable 1.3.6.1.4.1.231.2.47.1.3.4
Content mapping table of all rulesets for threshold management Index 1 is from the RulesetTable, index 2 is a rule number (not stored in database).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ThreshRulesetContentsEntry

threshRulesetContentsEntry 1.3.6.1.4.1.231.2.47.1.3.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ThreshRulesetContentsEntry  

threshRulesetContentsRuleIndex 1.3.6.1.4.1.231.2.47.1.3.4.1.1
Ruleset contents table rule number (second index; 1..n; this number is not stored in the ruleset database)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

threshRulesetContentsRuleName 1.3.6.1.4.1.231.2.47.1.3.4.1.2
Ruleset contents table rule name - this name must match to an entry in the rule table! If the rule is missing in the rule table, it will be ignored here.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshRulesetContentsRowStatus 1.3.6.1.4.1.231.2.47.1.3.4.1.3
Ruleset contents table row status (RFC2579; see comment on top of this MIB) supported values: active, createAndGo, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

threshRulesetContentsStorageType 1.3.6.1.4.1.231.2.47.1.3.4.1.4
Ruleset contents table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

threshRulesetsChanged 1.3.6.1.4.1.231.2.47.1.3.5
Timestamp indicating last modification of ruleset or ruleset contents table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

threshEventTable 1.3.6.1.4.1.231.2.47.1.3.6
Event destinations for threshold event creation
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ThreshEventEntry

threshEventEntry 1.3.6.1.4.1.231.2.47.1.3.6.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ThreshEventEntry  

threshEventName 1.3.6.1.4.1.231.2.47.1.3.6.1.1
Event name (index, unique string)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..100)  

threshEventType 1.3.6.1.4.1.231.2.47.1.3.6.1.2
Type of event (SNMP trap,...) For SNMP traps the trap numbers and enterprise ID are predefined and apply to the trap definitions in this MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER snmpTrap(1)  

threshEventSeverity 1.3.6.1.4.1.231.2.47.1.3.6.1.3
Severity of event (e.g. for SNMP traps). For SNMP traps this severity defines which one of the predefined traps is to be sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER critical(1), major(2), minor(3), informational(4)  

threshEventRowStatus 1.3.6.1.4.1.231.2.47.1.3.6.1.4
Event table row status (RFC2579; see comment on top of this MIB) supported values: active, createAndGo, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

threshEventStorageType 1.3.6.1.4.1.231.2.47.1.3.6.1.5
Event table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

threshEventTableChanged 1.3.6.1.4.1.231.2.47.1.3.7
Timestamp indicating last modification of event table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

reports 1.3.6.1.4.1.231.2.47.1.4
OBJECT IDENTIFIER    

reportTable 1.3.6.1.4.1.231.2.47.1.4.1
Description of all reports for report management
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ReportEntry

reportEntry 1.3.6.1.4.1.231.2.47.1.4.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ReportEntry  

reportName 1.3.6.1.4.1.231.2.47.1.4.1.1.1
Report name (index, unique string)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..100)  

reportDescription 1.3.6.1.4.1.231.2.47.1.4.1.1.2
Detailed rule description
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportUserComment 1.3.6.1.4.1.231.2.47.1.4.1.1.3
Comment which can be set by the user; will be sent with event
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportHelpText 1.3.6.1.4.1.231.2.47.1.4.1.1.4
Detailed description of the report (for dynamic generation of help pages)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportPollInterval 1.3.6.1.4.1.231.2.47.1.4.1.1.5
Report polling interval (1..n seconds)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

reportMaxEntries 1.3.6.1.4.1.231.2.47.1.4.1.1.6
Maximum number of recorded report entries (prevent from getting hard disk out of space; 0 = no limit).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

reportResourceName 1.3.6.1.4.1.231.2.47.1.4.1.1.7
Name of monitored resource (index in ResourceTable)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportInstMonitor 1.3.6.1.4.1.231.2.47.1.4.1.1.8
Resource instances monitoring type - defines how to handle multiple instances: all: all of the instances are monitored average: the average of all instances is calculated and monitored
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER all(1), average(2)  

reportInstIndexes 1.3.6.1.4.1.231.2.47.1.4.1.1.9
Resource instances index value list (regular expression, like '[1-5]' (indexes 1..5), '[1,2,5]' (indexes 1, 2, or 5), '1[2-4]' (indexes 12..14); monitor all instances if empty
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportInstPatterns 1.3.6.1.4.1.231.2.47.1.4.1.1.10
Resource instances index pattern list (regular expression, like '^/root$|^/home$|^/opt' (one of /root, /home or /opt*), '^data$|^system[1-3]$' (one of 'data' or 'system1'...'system3'); monitor all instances if empty.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportTargetName 1.3.6.1.4.1.231.2.47.1.4.1.1.11
Name of an entry in the TargetTable, where to send the data queries to (localhost if empty)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportRowStatus 1.3.6.1.4.1.231.2.47.1.4.1.1.12
Report table row status (RFC2579; see comment on top of this MIB) supported values: active, createAndGo, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

reportStorageType 1.3.6.1.4.1.231.2.47.1.4.1.1.13
Report table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

reportCurrentValue 1.3.6.1.4.1.231.2.47.1.4.1.1.14
Current name(s) and value(s) of the report resource, delivered as XML string: root tag is , each value enclosed by tag , e.g. 66; for multiple instances the tag appears multiple times. ATTENTION: Currently this object can only be used with non-SNMP resources! For SNMP resources the manager must get this value directly using its OID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

reportTableChanged 1.3.6.1.4.1.231.2.47.1.4.2
Timestamp indicating last modification of report table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

reportSetTable 1.3.6.1.4.1.231.2.47.1.4.3
Description of all reports set properties for report management
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ReportSetEntry

reportSetEntry 1.3.6.1.4.1.231.2.47.1.4.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ReportSetEntry  

reportSetName 1.3.6.1.4.1.231.2.47.1.4.3.1.1
Short report set name, used for identication
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..100)  

reportSetDescription 1.3.6.1.4.1.231.2.47.1.4.3.1.2
Detailed report set description
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportSetStartTime 1.3.6.1.4.1.231.2.47.1.4.3.1.3
Time when to start (activate) this report set (optional, -1 if not available; minutes since midnight).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

reportSetStopTime 1.3.6.1.4.1.231.2.47.1.4.3.1.4
Time when to stop this report set (optional, -1 if not available; minutes since midnight).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

reportSetRecordingEnd 1.3.6.1.4.1.231.2.47.1.4.3.1.5
Date when reporting should be finished (time_t format: seconds since 1970/01/01; 0 = no end date, must be stopped manually) Reporting terminates automatically either when the next day after the end date or the maximum entry limit is reached.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

reportSetRunning 1.3.6.1.4.1.231.2.47.1.4.3.1.6
Shows whether the report set is currently running (regarding to start/stop time)
Status: mandatory Access: read-only
OBJECT-TYPE    
  TrueFalse  

reportSetRowStatus 1.3.6.1.4.1.231.2.47.1.4.3.1.7
Report set table row status (RFC2579; see comment on top of this MIB) supported values: active, notInService, createAndGo, createAndWait, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

reportSetStorageType 1.3.6.1.4.1.231.2.47.1.4.3.1.8
Report set table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

reportSetTableChanged 1.3.6.1.4.1.231.2.47.1.4.4
Timestamp indicating last modification of report set table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

reportSetContentsTable 1.3.6.1.4.1.231.2.47.1.4.5
Content mapping table of all rulesets for threshold management Indexes are from RulesetTable and RuleTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ReportSetContentsEntry

reportSetContentsEntry 1.3.6.1.4.1.231.2.47.1.4.5.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ReportSetContentsEntry  

reportSetContentsReportIndex 1.3.6.1.4.1.231.2.47.1.4.5.1.1
reportSet contents table report number (second index; 1..n; this number is not stored in the ruleset database)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

reportSetContentsReportName 1.3.6.1.4.1.231.2.47.1.4.5.1.2
reportSet contents table report name - this name must match to an entry in the reportSet table! If the report is missing in the reportSet table, it will be ignored here.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

reportSetContentsRowStatus 1.3.6.1.4.1.231.2.47.1.4.5.1.3
Report set contents table row status (RFC2579; see comment on top of this MIB) supported values: active, createAndGo, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

reportSetContentsStorageType 1.3.6.1.4.1.231.2.47.1.4.5.1.4
Report set contents table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

reportSetContentsTableChanged 1.3.6.1.4.1.231.2.47.1.4.6
Timestamp indicating last modification of ruleset contents table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

reportValueRecordPropTable 1.3.6.1.4.1.231.2.47.1.4.7
Properties of the corresponding ValueRecord
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ReportValueRecordPropEntry

reportValueRecordPropEntry 1.3.6.1.4.1.231.2.47.1.4.7.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ReportValueRecordPropEntry  

reportHighestIndexInUse 1.3.6.1.4.1.231.2.47.1.4.7.1.1
the highest available index in the ValueRecordTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

reportOldestIndexInUse 1.3.6.1.4.1.231.2.47.1.4.7.1.2
the index of the oldest value in the ValueRecordTable. index-1 ist the most current value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

reportValueRecordTable 1.3.6.1.4.1.231.2.47.1.4.8
Record Values of an appointed report. Starts with index 1 and ends with index HighestIndexInUse This table is now OBSOLETE (may take too much time to browse it when it gathered too many data records). The report values have to be read by using ServerView Remote Connector service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ReportValueRecordEntry

reportValueRecordEntry 1.3.6.1.4.1.231.2.47.1.4.8.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ReportValueRecordEntry  

reportValueRecord 1.3.6.1.4.1.231.2.47.1.4.8.1.1
Record value of the report in XML format
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

reportValueRecordIndex 1.3.6.1.4.1.231.2.47.1.4.8.1.2
Index of the Value Record
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

threshResources 1.3.6.1.4.1.231.2.47.1.5
OBJECT IDENTIFIER    

threshResourceTable 1.3.6.1.4.1.231.2.47.1.5.1
Available resources for threshold and report management
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ThreshResourceEntry

threshResourceEntry 1.3.6.1.4.1.231.2.47.1.5.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ThreshResourceEntry  

threshResourceName 1.3.6.1.4.1.231.2.47.1.5.1.1.1
Resource name (index, unique string)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..100)  

threshResourceDescription 1.3.6.1.4.1.231.2.47.1.5.1.1.2
Short description of the resource (for display in front end applications)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshResourceHelpText 1.3.6.1.4.1.231.2.47.1.5.1.1.3
Detailed description of the resource (for dynamic generation of help pages)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshResourceReqType 1.3.6.1.4.1.231.2.47.1.5.1.1.4
Resource request type - defines how to get the value (by SNMP, Windows Registry, for built-in the objects 'ReqString' and 'InstNameReq' are not needed)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER builtin(1), snmp-request(2), registry(3)  

threshResourceReqString 1.3.6.1.4.1.231.2.47.1.5.1.1.5
Resource value request string: An asterisk '*' marks an enumeration of multiple values and can only stand at the end of the request string. SNMP: '1.3.6.1.4.1.231.2.10.2.2.5.1.3.*' Windows Registry: 'HKLM\Software\FSC\key\@value' 'Software\FSC\key\@*' Root keys (can be omitted): HKLM = HKEY_LOCAL_MACHINE (default) HKCU = HKEY_CURRENT_USER HKCC = HKEY_CURRENT_CONFIG HKPD = HKEY_PERFORMANCE_DATA
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshResourceInstNameReq 1.3.6.1.4.1.231.2.47.1.5.1.1.6
Resource instance name request string (syntax and type like threshResourceReqString)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshResourceRowStatus 1.3.6.1.4.1.231.2.47.1.5.1.1.7
Resource table row status (RFC2579; see comment on top of this MIB) supported values: active, createAndGo, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

threshResourceStorageType 1.3.6.1.4.1.231.2.47.1.5.1.1.8
Resource table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

threshResourceValueUnit 1.3.6.1.4.1.231.2.47.1.5.1.1.9
Unit of a value of this resource. E.g. '%','MByte'
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshResourceContainerName 1.3.6.1.4.1.231.2.47.1.5.1.1.10
Name of the container which contains ReqString. SNMP: contains the MIB name
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshResourceGroupName 1.3.6.1.4.1.231.2.47.1.5.1.1.11
Name of the group the resource belongs to
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshResourceTableChanged 1.3.6.1.4.1.231.2.47.1.5.2
Timestamp indicating last modification of resource table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

threshTargetTable 1.3.6.1.4.1.231.2.47.1.5.3
Target destination names for threshold/report resource value reading Allows to send value requests to more than one target machines.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ThreshTargetEntry

threshTargetEntry 1.3.6.1.4.1.231.2.47.1.5.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ThreshTargetEntry  

threshTargetName 1.3.6.1.4.1.231.2.47.1.5.3.1.1
Resource target name (index, unique string)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..100)  

threshTargetAddress 1.3.6.1.4.1.231.2.47.1.5.3.1.2
Resource target address (string) This may be an IP address (dotted string representation) or a DNS name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

threshTargetRowStatus 1.3.6.1.4.1.231.2.47.1.5.3.1.3
Resource target table row status (RFC2579; see comment on top of this MIB) supported values: active, createAndGo, destroy
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

threshTargetStorageType 1.3.6.1.4.1.231.2.47.1.5.3.1.4
Resource target table storage type (see RFC2579; see comment on top of this MIB)
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

threshTargetTableChanged 1.3.6.1.4.1.231.2.47.1.5.4
Timestamp indicating last modification of target table (time_t format: seconds since 1970/01/01)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

threshNotificationsInfo 1.3.6.1.4.1.231.2.47.2.1
OBJECT IDENTIFIER    

threshTrapInfoServerName 1.3.6.1.4.1.231.2.47.2.1.1
Name of the server the trap comes from
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

threshTrapInfoTime 1.3.6.1.4.1.231.2.47.2.1.2
Time when the trap occured (in seconds since 01/01/1970 00:00h)
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

threshTrapInfoRuleName 1.3.6.1.4.1.231.2.47.2.1.3
The name of the rule which met condition
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

threshTrapInfoRuleValue 1.3.6.1.4.1.231.2.47.2.1.4
The value that of the resource that met condition (single or average value; numeric values are converted to strings)
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

threshTrapInfoRuleUserComment 1.3.6.1.4.1.231.2.47.2.1.5
The user's description of the rule which met condition; user may define an action what to do when an event raises
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

threshTrapThresholdExceededCritical 2200
A threshold has been exceeded.
TRAP-TYPE    

threshTrapThresholdExceededMajor 2201
A threshold has been exceeded.
TRAP-TYPE    

threshTrapThresholdExceededMinor 2202
A threshold has been exceeded.
TRAP-TYPE    

threshTrapThresholdExceededInformational 2203
A threshold has been exceeded.
TRAP-TYPE    

threshTrapThresholdResume 2204
A threshold has been resumed.
TRAP-TYPE