FSCAN-SUNMANAGEMENTCENTER-MIB: View SNMP OID List / Download MIB

VENDOR: SUN MICROSYSTEMS


 Home MIB: FSCAN-SUNMANAGEMENTCENTER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sun 1.3.6.1.4.1.42
       prod 1.3.6.1.4.1.42.2
           sunsymon 1.3.6.1.4.1.42.2.12
                 agent 1.3.6.1.4.1.42.2.12.2
                     modules 1.3.6.1.4.1.42.2.12.2.2
                         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.
                               fsFileScanGroup 1.3.6.1.4.1.42.2.12.2.2.24.1
File and scan related statistics.
                                   fsFileStaticInfo 1.3.6.1.4.1.42.2.12.2.2.24.1.1
                                       fsFileName 1.3.6.1.4.1.42.2.12.2.2.24.1.1.1 displaystring read-only
The name of the file.
                                       fsFileScanMode 1.3.6.1.4.1.42.2.12.2.2.24.1.1.2 displaystring read-only
The scan mode. Its value is one of the four (full, incremental, tail, ptail) modes available.
                                       fsFileScanStartTime 1.3.6.1.4.1.42.2.12.2.2.24.1.1.3 displaystring read-only
The time the agent started scanning the file.
                                   fsFileDynamicInfo 1.3.6.1.4.1.42.2.12.2.2.24.1.2
                                       fsFileModificationTime 1.3.6.1.4.1.42.2.12.2.2.24.1.2.1 displaystring read-only
The time the file was last modified.
                                       fsFileSize 1.3.6.1.4.1.42.2.12.2.2.24.1.2.2 integer32 read-only
The size of the file.
                                       fsFileLength 1.3.6.1.4.1.42.2.12.2.2.24.1.2.3 integer32 read-only
The number of lines in the file.
                                       fsFileLengthRate 1.3.6.1.4.1.42.2.12.2.2.24.1.2.4 displaystring read-only
The number of lines written per second.
                                   fsFileScanTable 1.3.6.1.4.1.42.2.12.2.2.24.1.3 no-access
This table consists of rows that contain search patterns and the results corresponding to the pattern depending on the search mode.
                                       fsFileScanEntry 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1 no-access
Scan information for one pattern.
                                           fsFileScanRowStatus 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.1 rowstatus read-write
The row status.
                                           fsFileScanEntryName 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.2 displaystring read-only
The name of the entry containing scan information for for particular regular expression.
                                           fsFileScanEntryDesc 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.3 displaystring read-write
The pattern description.
                                           fsFileScanPattern 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.4 displaystring read-write
The regular expression pattern, which needs to be matched.
                                           fsFileScanState 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.5 displaystring read-only
The monitoring state of the entry. The value is ON when the row entry is enabled and OFF when the row entry is disabled.
                                           fsFileScanNumberOfMatches 1.3.6.1.4.1.42.2.12.2.2.24.1.3.1.6 integer32 read-only
The number of lines that match with the corresponding pattern.