FSCAN-SUNMANAGEMENTCENTER-MIB

File: FSCAN-SUNMANAGEMENTCENTER-MIB.mib (7304 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC

Imported symbols

enterprises MODULE-IDENTITY OBJECT-TYPE
Integer32 OBJECT-GROUP DisplayString
RowStatus

Defined Types

FsFileScanEntry  
SEQUENCE    
  fsFileScanRowStatus RowStatus
  fsFileScanEntryName DisplayString
  fsFileScanEntryDesc DisplayString
  fsFileScanPattern DisplayString
  fsFileScanState DisplayString
  fsFileScanNumberOfMatches Integer32

Defined Values

filescan 1.3.6.1.4.1.42.2.12.2.2.24
The File Scanning allows to monitor files for regular expressions in one of four modes: Full mode - when ever the file is modified the entire file is scanned. Incremental - The entire file is scanned only once. Lines added to the end of the file are then scanned as they are appended. Tail - The existing file contents are not scanned at all. Lines added to the end of file are scanned as they are appended. Persist Tail - Same as Tail mode except when the agent is restarted, it scans the file starting from the last line examined in the previous scanning. SNMPv2 uses the term 'context' for the MIBs that can have multiple instances running on the Agent. If you are using a SNMPv2 based thirdparty management station to communicate with such an agent, then make sure that you are using the right context information. However, if you are using SNMPv1 based management station, then add the context information to the SNMP community as follows ':' This will enable you to access data from multiple instances of the same module running on an agent.
MODULE-IDENTITY    

sun 1.3.6.1.4.1.42
OBJECT IDENTIFIER    

prod 1.3.6.1.4.1.42.2
OBJECT IDENTIFIER    

sunsymon 1.3.6.1.4.1.42.2.12
OBJECT IDENTIFIER    

agent 1.3.6.1.4.1.42.2.12.2
OBJECT IDENTIFIER    

modules 1.3.6.1.4.1.42.2.12.2.2
OBJECT IDENTIFIER    

fsFileScanGroup 1.3.6.1.4.1.42.2.12.2.2.24.1
File and scan related statistics.
Status: current Access: read-write
OBJECT-GROUP    

fsFileStaticInfo 1.3.6.1.4.1.42.2.12.2.2.24.1.1
OBJECT IDENTIFIER    

fsFileDynamicInfo 1.3.6.1.4.1.42.2.12.2.2.24.1.2
OBJECT IDENTIFIER    

fsFileName 1.3.6.1.4.1.42.2.12.2.2.24.1.1.1
The name of the file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsFileScanMode 1.3.6.1.4.1.42.2.12.2.2.24.1.1.2
The scan mode. Its value is one of the four (full, incremental, tail, ptail) modes available.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsFileScanStartTime 1.3.6.1.4.1.42.2.12.2.2.24.1.1.3
The time the agent started scanning the file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsFileModificationTime 1.3.6.1.4.1.42.2.12.2.2.24.1.2.1
The time the file was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsFileSize 1.3.6.1.4.1.42.2.12.2.2.24.1.2.2
The size of the file.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fsFileLength 1.3.6.1.4.1.42.2.12.2.2.24.1.2.3
The number of lines in the file.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fsFileLengthRate 1.3.6.1.4.1.42.2.12.2.2.24.1.2.4
The number of lines written per second.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsFileScanTable 1.3.6.1.4.1.42.2.12.2.2.24.1.3
This table consists of rows that contain search patterns and the results corresponding to the pattern depending on the search mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsFileScanEntry

fsFileScanEntry 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1
Scan information for one pattern.
Status: current Access: not-accessible
OBJECT-TYPE    
  FsFileScanEntry  

fsFileScanRowStatus 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.1
The row status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

fsFileScanEntryName 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.2
The name of the entry containing scan information for for particular regular expression.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsFileScanEntryDesc 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.3
The pattern description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fsFileScanPattern 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.4
The regular expression pattern, which needs to be matched.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fsFileScanState 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.5
The monitoring state of the entry. The value is ON when the row entry is enabled and OFF when the row entry is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsFileScanNumberOfMatches 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.6
The number of lines that match with the corresponding pattern.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32