AGENTPP-CONFIG-MIB
29 objects
This module defines MIB objects for configuration of AGENT++ agent features that cannot be configured through standard MIB modules.
Imported Objects
| AGENTPP-GLOBAL-REG | agentppProducts |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE TimeTicks |
| SNMPv2-TC | DisplayString RowStatus StorageType TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4976.3.3 | IdentityagentppCfgMIB | This 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.1 | NodeagentppCfgObjects | |||
| 1.3.6.1.4.1.4976.3.3.1.1 | NodeagentppCfgLogging | |||
| 1.3.6.1.4.1.4976.3.3.1.1.1 | ScalaragentppCfgLogLevelError | read-write | current | The the log level for log messages of the type ERROR. |
| 1.3.6.1.4.1.4976.3.3.1.1.2 | ScalaragentppCfgLogLevelWarning | read-write | current | The the log level for log messages of the type WARNING. |
| 1.3.6.1.4.1.4976.3.3.1.1.3 | ScalaragentppCfgLogLevelEvent | read-write | current | The the log level for log messages of the type EVENT. |
| 1.3.6.1.4.1.4976.3.3.1.1.4 | ScalaragentppCfgLogLevelInfo | read-write | current | The the log level for log messages of the type INFO. |
| 1.3.6.1.4.1.4976.3.3.1.1.5 | ScalaragentppCfgLogLevelDebug | read-write | current | The the log level for log messages of the type DEBUG. |
| 1.3.6.1.4.1.4976.3.3.1.2 | NodeagentppCfgSecurity | |||
| 1.3.6.1.4.1.4976.3.3.1.2.1 | ScalaragentppCfgSecSrcAddrValidation | read-write | current | Specifies 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.3 | NodeagentppCfgStorage | |||
| 1.3.6.1.4.1.4976.3.3.1.3.1 | TableagentppCfgStorageTable | not-accessible | current | A 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.1 | RowagentppCfgStorageEntry | not-accessible | current | A 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.1 | ColumnagentppCfgStorageName | not-accessible | current | The 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.2 | ColumnagentppCfgStoragePath | read-create | current | The 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.3 | ColumnagentppCfgStorageFormat | read-create | current | The 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.4 | ColumnagentppCfgStorageLastStore | read-only | current | The 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.5 | ColumnagentppCfgStorageLastRestore | read-only | current | The 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.6 | ColumnagentppCfgStorageOperation | read-create | current | The 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.7 | ColumnagentppCfgStorageStorageType | read-create | current | The storage type of the entry in the AGENT++ persistent storage table. |
| 1.3.6.1.4.1.4976.3.3.1.3.1.1.8 | ColumnagentppCfgStorageStatus | read-create | current | Control for creating and deleting entries. Entries may not be modified while active. |
| 1.3.6.1.4.1.4976.3.3.2 | NodeagentppCfgEvents | |||
| 1.3.6.1.4.1.4976.3.3.3 | NodeagentppCfgConf | |||
| 1.3.6.1.4.1.4976.3.3.3.1 | NodeagentppCfgGroups | |||
| 1.3.6.1.4.1.4976.3.3.3.1.1 | GroupagentppCfgBasicGroupLogging | current | Basic objects for log configuration. | |
| 1.3.6.1.4.1.4976.3.3.3.1.2 | GroupagentppCfgBasicGroupSecurity | current | This group specifies basic objects for security configuration. | |
| 1.3.6.1.4.1.4976.3.3.3.1.3 | GroupagentppCfgBasicGroupStorage | current | Basic objects for agents that implement persistent storage.for the agent configuration. | |
| 1.3.6.1.4.1.4976.3.3.3.2 | NodeagentppCfgCompls |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AgentppLogLevel | Integer32 (0..15) | current | The 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 … |