| OID symbolic | OID numeric | Type | Access | Description |
| STR apacheConfigAccessLogFile | 1.3.6.1.4.1.546.16.3.10.1.23 | DisplayString | read-only | The current access or transaction log file for this
Apache installation. |
| STR apacheConfigConfigFile | 1.3.6.1.4.1.546.16.3.10.1.19 | DisplayString | read-only | The current configuration file for this
Apache installation. |
| INT apacheConfigConnectionTimeout | 1.3.6.1.4.1.546.16.3.10.1.16 | INTEGER | read-only | The timeout value for closing inactive connections. |
| STR apacheConfigDocumentRoot | 1.3.6.1.4.1.546.16.3.10.1.22 | DisplayString | read-only | The current document root directory for this
Apache installation. |
| apacheConfigEntry | 1.3.6.1.4.1.546.16.3.10.1 | | not-accessible | An entry in the Apache Configuration table. |
| STR apacheConfigErrorLogFile | 1.3.6.1.4.1.546.16.3.10.1.24 | DisplayString | read-only | The current error log file for this
Apache installation. |
| STR apacheConfigGroup | 1.3.6.1.4.1.546.16.3.10.1.6 | DisplayString | read-only | The group currently running the server processes. |
| STR apacheConfigHostname | 1.3.6.1.4.1.546.16.3.10.1.7 | DisplayString | read-only | The hostname used by this Apache configuration. |
| INT apacheConfigKeepAliveTimeout | 1.3.6.1.4.1.546.16.3.10.1.17 | INTEGER | read-only | The keep-alive timeout value for open connections. |
| INT apacheConfigMaxIdleProcs | 1.3.6.1.4.1.546.16.3.10.1.10 | INTEGER | read-only | The maximum number of idle server processes
maintained by Apache. |
| INT apacheConfigMaxProcs | 1.3.6.1.4.1.546.16.3.10.1.11 | INTEGER | read-only | The maximum total number of server processes
allowed by Apache. |
| INT apacheConfigMinIdleProcs | 1.3.6.1.4.1.546.16.3.10.1.9 | INTEGER | read-only | The minimum number of idle server processes
maintained by Apache. |
| INT apacheConfigPID | 1.3.6.1.4.1.546.16.3.10.1.3 | INTEGER | read-only | The process ID (PID) of the master Apache process.
If the server is not running, 0 is returned. |
| STR apacheConfigPIDFile | 1.3.6.1.4.1.546.16.3.10.1.20 | DisplayString | read-only | The current PID file for this
Apache installation. |
| INT apacheConfigPort | 1.3.6.1.4.1.546.16.3.10.1.1 | INTEGER | read-only | The TCP port currently used by this Apache configuration.
This value serves as the index for this table. |
| INT apacheConfigRequestsKeepAlive | 1.3.6.1.4.1.546.16.3.10.1.13 | INTEGER | read-only | Is keep-alive enabled for persistent connections?
disabled(0) or enabled(1) |
| INT apacheConfigRequestsMaxPerChild | 1.3.6.1.4.1.546.16.3.10.1.12 | INTEGER | read-only | The number of requests handled by a server process
before it is recycled by Apache. |
| INT apacheConfigRequestsMaxPerConn | 1.3.6.1.4.1.546.16.3.10.1.14 | INTEGER | read-only | The number of requests handled in a single connection
if keep-alive is on. |
| STR apacheConfigRunMode | 1.3.6.1.4.1.546.16.3.10.1.4 | DisplayString | read-only | The current operating mode. (e.g. standalone) |
| STR apacheConfigScoreboardFile | 1.3.6.1.4.1.546.16.3.10.1.21 | DisplayString | read-only | The current scoreboard file for this
Apache installation. |
| STR apacheConfigScriptLogFile | 1.3.6.1.4.1.546.16.3.10.1.25 | DisplayString | read-only | The current script log file for this
Apache installation. |
| STR apacheConfigServerRoot | 1.3.6.1.4.1.546.16.3.10.1.18 | DisplayString | read-only | The root directory for this Apache installation. |
| INT apacheConfigStartProcs | 1.3.6.1.4.1.546.16.3.10.1.8 | INTEGER | read-only | The number of server processes started by Apache
at startup. |
| apacheConfigTable | 1.3.6.1.4.1.546.16.3.10 | | not-accessible | This table describes the configuration settings
for each Apache installation. |
| INT apacheConfigThreadsPerChild | 1.3.6.1.4.1.546.16.3.10.1.15 | INTEGER | read-only | The maximum number of threads per child process. |
| STR apacheConfigUser | 1.3.6.1.4.1.546.16.3.10.1.5 | DisplayString | read-only | The user currently running the server processes. |
| STR apacheConfigVersion | 1.3.6.1.4.1.546.16.3.10.1.2 | DisplayString | read-only | Apache Web Server version number
and description. |
| INT apacheModMode | 1.3.6.1.4.1.546.16.3.2 | INTEGER | read-only | This object indicates if the Apache Module is in
full-mode or restricted-mode. Restricted-mode
is entered, when SystemEDGE 4.0 and higher,
fails to find a valid license. Once
a valid license has been allocated and
set, the module will then transition to
fullMode(1) |
| STR apacheModVersion | 1.3.6.1.4.1.546.16.3.1 | DisplayString | read-only | Description and version number of this module
for licensing. |
| apachePerformance | 1.3.6.1.4.1.546.16.3.11 | | | |
| GAU apacheServerPerfCurrentBusyProcs | 1.3.6.1.4.1.546.16.3.11.2.1.15 | Gauge | read-only | Total number of Apache processes currently busy.
This is the sum of
apacheServerPerfCurrentStartupProcs,
apacheServerPerfCurrentReadProcs,
apacheServerPerfCurrentReplyProcs,
apacheServerPerfCurrentKeepAliveProcs,
apacheServerPerfCurrentDNSProcs,
apacheServerPerfCurrentLoggingProcs,
apacheServerPerfCurrentFinishingProcs |
| GAU apacheServerPerfCurrentDNSProcs | 1.3.6.1.4.1.546.16.3.11.2.1.11 | Gauge | read-only | Number of processes currently doing a DNS lookup on
the Apache server. |
| GAU apacheServerPerfCurrentFinishingProcs | 1.3.6.1.4.1.546.16.3.11.2.1.13 | Gauge | read-only | Number of processes currently finishing transactions on
the Apache server. |
| GAU apacheServerPerfCurrentIdleProcs | 1.3.6.1.4.1.546.16.3.11.2.1.6 | Gauge | read-only | Number of current idle processes available on
the Apache server. |
| GAU apacheServerPerfCurrentKeepAliveProcs | 1.3.6.1.4.1.546.16.3.11.2.1.10 | Gauge | read-only | Number of processes currently in keep-alive on
the Apache server. |
| GAU apacheServerPerfCurrentLoggingProcs | 1.3.6.1.4.1.546.16.3.11.2.1.12 | Gauge | read-only | Number of processes currently logging transactions on
the Apache server. |
| GAU apacheServerPerfCurrentReadProcs | 1.3.6.1.4.1.546.16.3.11.2.1.8 | Gauge | read-only | Number of processes currently reading requests on
the Apache server. |
| GAU apacheServerPerfCurrentReplyProcs | 1.3.6.1.4.1.546.16.3.11.2.1.9 | Gauge | read-only | Number of processes currently replying to requests on
the Apache server. |
| GAU apacheServerPerfCurrentStartupProcs | 1.3.6.1.4.1.546.16.3.11.2.1.7 | Gauge | read-only | Number of processes currently in startup on
the Apache server. |
| GAU apacheServerPerfCurrentTotalProcs | 1.3.6.1.4.1.546.16.3.11.2.1.14 | Gauge | read-only | Total number of Apache processes currently running on
the Apache server. |
| GAU apacheServerPerfCurrentUsers | 1.3.6.1.4.1.546.16.3.11.2.1.5 | Gauge | read-only | Number of current active users (connections) maintained by
the Apache server. |
| apacheServerPerfEntry | 1.3.6.1.4.1.546.16.3.11.2.1 | | not-accessible | An entry in the Apache Server Performance table. |
| INT apacheServerPerfPort | 1.3.6.1.4.1.546.16.3.11.2.1.1 | INTEGER | read-only | The TCP port currently used by this Apache configuration.
This value serves as the index for this table. |
| apacheServerPerfTable | 1.3.6.1.4.1.546.16.3.11.2 | | not-accessible | This table reports the performance of
each Apache service. |
| CTR apacheServerPerfTotalAccesses | 1.3.6.1.4.1.546.16.3.11.2.1.3 | Counter | read-only | Number of accesses (hits) to this server since
it was last started. |
| CTR apacheServerPerfTotalTraffic | 1.3.6.1.4.1.546.16.3.11.2.1.4 | Counter | read-only | Number of KBytes transferred by this server since
it was last started. |
| CTR apacheServerPerfUptime | 1.3.6.1.4.1.546.16.3.11.2.1.2 | Counter | read-only | Number of seconds the Apache server has been up. |
| apacheSrv | 1.3.6.1.4.1.546.16.3 | | | |
| applications | 1.3.6.1.4.1.546.16 | | | |
| empire | 1.3.6.1.4.1.546 | | | |