MIB Viewer

AGENTPP-CONFIG-MIB

29 objects
This module defines MIB objects for configuration of AGENT++ agent features that cannot be configured through standard MIB modules.
OIDNameAccessStatusDescription
1.3.6.1.4.1.4976.3.3IdentityagentppCfgMIBThis module defines MIB objects for configuration of AGENT++ agent features that cannot be configured through standard MIB modules.
1.3.6.1.4.1.4976.3.3.1NodeagentppCfgObjects
1.3.6.1.4.1.4976.3.3.1.1NodeagentppCfgLogging
1.3.6.1.4.1.4976.3.3.1.1.1ScalaragentppCfgLogLevelErrorread-writecurrentThe the log level for log messages of the type ERROR.
1.3.6.1.4.1.4976.3.3.1.1.2ScalaragentppCfgLogLevelWarningread-writecurrentThe the log level for log messages of the type WARNING.
1.3.6.1.4.1.4976.3.3.1.1.3ScalaragentppCfgLogLevelEventread-writecurrentThe the log level for log messages of the type EVENT.
1.3.6.1.4.1.4976.3.3.1.1.4ScalaragentppCfgLogLevelInforead-writecurrentThe the log level for log messages of the type INFO.
1.3.6.1.4.1.4976.3.3.1.1.5ScalaragentppCfgLogLevelDebugread-writecurrentThe the log level for log messages of the type DEBUG.
1.3.6.1.4.1.4976.3.3.1.2NodeagentppCfgSecurity
1.3.6.1.4.1.4976.3.3.1.2.1ScalaragentppCfgSecSrcAddrValidationread-writecurrentSpecifies whether SNMPv1/v2c source address validation via the snmpTargetAddrExtTable and the snmpCommunityTable is enabled or disabled. If the value of this o…
1.3.6.1.4.1.4976.3.3.1.3NodeagentppCfgStorage
1.3.6.1.4.1.4976.3.3.1.3.1TableagentppCfgStorageTablenot-accessiblecurrentA table containing a list of AGENT++ persistent storage configurations. By default this table contains a single row with an agentppCfgStorageName of 'primary' …
1.3.6.1.4.1.4976.3.3.1.3.1.1RowagentppCfgStorageEntrynot-accessiblecurrentA row specifying the location and storage format of an AGENT++ agent configuration.
1.3.6.1.4.1.4976.3.3.1.3.1.1.1ColumnagentppCfgStorageNamenot-accessiblecurrentThe name of the configuration storage entry. A default AGENT++ agent implementation will always contain an entry (row) with the name 'primary'. The 'primary' e…
1.3.6.1.4.1.4976.3.3.1.3.1.1.2ColumnagentppCfgStoragePathread-createcurrentThe path to the configuration on the agent's file system. Depending on the persistent storage type, the path can be a directory or a file. If the path is a dir…
1.3.6.1.4.1.4976.3.3.1.3.1.1.3ColumnagentppCfgStorageFormatread-createcurrentThe storage format specifies the format of the persistent configuration storage associated with this row. Currently only AGENT++'s BER encoded MIB object seria…
1.3.6.1.4.1.4976.3.3.1.3.1.1.4ColumnagentppCfgStorageLastStoreread-onlycurrentThe time stamp of the last store operation on the configuration persistent storage represented by this entry. A zero value is returned when this configuration …
1.3.6.1.4.1.4976.3.3.1.3.1.1.5ColumnagentppCfgStorageLastRestoreread-onlycurrentThe time stamp when the configuration of this persistent storage has been restored for the last time. A zero value is returned, when this configuration has not…
1.3.6.1.4.1.4976.3.3.1.3.1.1.6ColumnagentppCfgStorageOperationread-createcurrentThe states 'idle(1)' and 'inProgress(2)' can only be read, whereas the states 'store(3)' and 'restore(4)' can only be written. Setting this object to 'store(3)…
1.3.6.1.4.1.4976.3.3.1.3.1.1.7ColumnagentppCfgStorageStorageTyperead-createcurrentThe storage type of the entry in the AGENT++ persistent storage table.
1.3.6.1.4.1.4976.3.3.1.3.1.1.8ColumnagentppCfgStorageStatusread-createcurrentControl for creating and deleting entries. Entries may not be modified while active.
1.3.6.1.4.1.4976.3.3.2NodeagentppCfgEvents
1.3.6.1.4.1.4976.3.3.3NodeagentppCfgConf
1.3.6.1.4.1.4976.3.3.3.1NodeagentppCfgGroups
1.3.6.1.4.1.4976.3.3.3.1.1GroupagentppCfgBasicGroupLoggingcurrentBasic objects for log configuration.
1.3.6.1.4.1.4976.3.3.3.1.2GroupagentppCfgBasicGroupSecuritycurrentThis group specifies basic objects for security configuration.
1.3.6.1.4.1.4976.3.3.3.1.3GroupagentppCfgBasicGroupStoragecurrentBasic objects for agents that implement persistent storage.for the agent configuration.
1.3.6.1.4.1.4976.3.3.3.2NodeagentppCfgCompls
Type Definitions
NameSyntaxStatusDescription
AgentppLogLevelInteger32 (0..15)currentThe AGENT++ log level is specified by an integer value between 0 and 15, where 0 denotes the highest priority. By setting the log level to zero only those log message with level 0 will be logged. If the level is set to …