EMPIRE-APACHEMOD
AI MIB Summary
Standard SNMP MIB module defining data structures for EMPIRE-APACHEMOD.
73
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
73 total| Object Name |
|---|
empire OBJECT IDENTIFIER .1.3.6.1.4.1.546 |
IMPORTS Unknown .1.3.6.1.4.1.546 |
applications OBJECT IDENTIFIER .1.3.6.1.4.1.546.16 |
apacheSrv OBJECT IDENTIFIER .1.3.6.1.4.1.546.16.3 |
apacheModVersionDescription and version number of this module
for licensing.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.1 |
apacheModModeThis 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)ro Enumeration .1.3.6.1.4.1.546.16.3.2 |
apacheConfigTableThis table describes the configuration settings
for each Apache installation. SEQUENCE OF ApacheConfigEntry .1.3.6.1.4.1.546.16.3.10 |
apacheConfigEntryAn entry in the Apache Configuration table. ApacheConfigEntry .1.3.6.1.4.1.546.16.3.10.1 |
apacheConfigPortThe TCP port currently used by this Apache configuration.
This value serves as the index for this table.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.1 |
apacheConfigVersionApache Web Server version number
and description.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.2 |
apacheConfigPIDThe process ID (PID) of the master Apache process.
If the server is not running, 0 is returned.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.3 |
apacheConfigRunModeThe current operating mode. (e.g. standalone)ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.4 |
apacheConfigUserThe user currently running the server processes.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.5 |
apacheConfigGroupThe group currently running the server processes.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.6 |
apacheConfigHostnameThe hostname used by this Apache configuration.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.7 |
apacheConfigStartProcsThe number of server processes started by Apache
at startup.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.8 |
apacheConfigMinIdleProcsThe minimum number of idle server processes
maintained by Apache.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.9 |
apacheConfigMaxIdleProcsThe maximum number of idle server processes
maintained by Apache.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.10 |
apacheConfigMaxProcsThe maximum total number of server processes
allowed by Apache.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.11 |
apacheConfigRequestsMaxPerChildThe number of requests handled by a server process
before it is recycled by Apache.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.12 |
apacheConfigRequestsKeepAliveIs keep-alive enabled for persistent connections?
disabled(0) or enabled(1)ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.13 |
apacheConfigRequestsMaxPerConnThe number of requests handled in a single connection
if keep-alive is on.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.14 |
apacheConfigThreadsPerChildThe maximum number of threads per child process.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.15 |
apacheConfigConnectionTimeoutThe timeout value for closing inactive connections.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.16 |
apacheConfigKeepAliveTimeoutThe keep-alive timeout value for open connections.ro INTEGER .1.3.6.1.4.1.546.16.3.10.1.17 |
apacheConfigServerRootThe root directory for this Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.18 |
apacheConfigConfigFileThe current configuration file for this
Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.19 |
apacheConfigPIDFileThe current PID file for this
Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.20 |
apacheConfigScoreboardFileThe current scoreboard file for this
Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.21 |
apacheConfigDocumentRootThe current document root directory for this
Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.22 |
apacheConfigAccessLogFileThe current access or transaction log file for this
Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.23 |
apacheConfigErrorLogFileThe current error log file for this
Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.24 |
apacheConfigScriptLogFileThe current script log file for this
Apache installation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.546.16.3.10.1.25 |
apachePerformance OBJECT IDENTIFIER .1.3.6.1.4.1.546.16.3.11 |
apacheFootprintTableThis table reports the performance footprint
for each Apache service. SEQUENCE OF ApacheFootprintEntry .1.3.6.1.4.1.546.16.3.11.1 |
apacheFootprintEntryAn entry in the Apache Performance Footprint table. ApacheFootprintEntry .1.3.6.1.4.1.546.16.3.11.1.1 |
apacheFootprintPortThe TCP port currently used by this Apache configuration.
This value serves as the index for this table.ro INTEGER .1.3.6.1.4.1.546.16.3.11.1.1.1 |
apacheFootprintCPUTimeCPU time, in seconds, accumulated by Apache
which includes all Apache processes.ro INTEGER .1.3.6.1.4.1.546.16.3.11.1.1.2 |
apacheFootprintPercentCPUThe percentage of CPU utilization, by Apache,
over the last sample interval. Since fractions
are not supported by SNMP, the value reported is
the percentage multiplied by 100. It is the sum of
the CPU utilization of all the Apache processes.
Its gives a good indication of the CPU resource
consumption by the entire Apache server.ro INTEGER .1.3.6.1.4.1.546.16.3.11.1.1.3 |
apacheFootprintTotalMEMSizeThe combined size of Apache's text, data,
and stack segments in KBytes. It is the
summation of the process sizes for all
Apache server processes.ro Gauge .1.3.6.1.4.1.546.16.3.11.1.1.4 |
apacheFootprintTotalRSSThe real memory (resident set) size of Apache
in KBytes. It is the summation of the process
RSS for all Apache server processes.ro Gauge .1.3.6.1.4.1.546.16.3.11.1.1.5 |
apacheFootprintPercentMEMThe percentage (0-100) of real memory used by
Apache which includes all Apache server processes.ro INTEGER .1.3.6.1.4.1.546.16.3.11.1.1.6 |
apacheFootprintNumThreadsThe number of threads executing within all Apache
processes. Note, on some systems, the operating
system may be un-aware of user-level threads
executing within the process. This object
reflects the number of threads executing within
the process that the operating system is aware of.ro Gauge .1.3.6.1.4.1.546.16.3.11.1.1.7 |
apacheFootprintInBlksThe number of blocks of data input by the processes.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.8 |
apacheFootprintOutBlksThe number of blocks of data output by the processes.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.9 |
apacheFootprintMsgsSentThe number of messages sent by the processes.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.10 |
apacheFootprintMsgsRecvThe number of messages received by the processes.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.11 |
apacheFootprintSysCallsThe number of system calls invoked by the processes.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.12 |
apacheFootprintMinorPgFltsThe number of minor page faults incurred by the
processes. Minor faults do not require I/O to
retrieve the page.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.13 |
apacheFootprintMajorPgFltsThe number of major page faults incurred by the
processes. Major faults require I/O to retrieve the
page.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.14 |
apacheFootprintNumSwapsThe number of times the processes have been swapped.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.15 |
apacheFootprintVolCtxThe number of voluntary context switches incurred
by the processes. Voluntary context switches occur
when the processor 'voluntary' gives up the CPU
(e.g. waiting on I/O.)ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.16 |
apacheFootprintInvolCtxThe number of involuntary context switches
incurred by the processes. An involuntary context
switch occurs when the process has executed for
the duration of its time quantum and is switched
out by the process scheduler.ro Counter .1.3.6.1.4.1.546.16.3.11.1.1.17 |
apacheFootprintTotalLogSizeThe size, in KBytes of the Apache service logs. This number
is the sum of the access and error log file sizes.ro Gauge .1.3.6.1.4.1.546.16.3.11.1.1.18 |
apacheFootprintDocSizeThe size, in KBytes of the Apache document root directory
and all files beneath it.ro Gauge .1.3.6.1.4.1.546.16.3.11.1.1.19 |
apacheFootprintTotalDiskSizeThe size, in KBytes, of all the Apache disk
storage areas. It is a summation of log sizes,
and service directories. Summing
these storage components in one location presents
an easy and convenient MIB object to poll and
self-monitor.ro Gauge .1.3.6.1.4.1.546.16.3.11.1.1.20 |
apacheServerPerfTableThis table reports the performance of
each Apache service. SEQUENCE OF ApacheServerPerfEntry .1.3.6.1.4.1.546.16.3.11.2 |
apacheServerPerfEntryAn entry in the Apache Server Performance table. ApacheServerPerfEntry .1.3.6.1.4.1.546.16.3.11.2.1 |
apacheServerPerfPortThe TCP port currently used by this Apache configuration.
This value serves as the index for this table.ro INTEGER .1.3.6.1.4.1.546.16.3.11.2.1.1 |
apacheServerPerfUptimeNumber of seconds the Apache server has been up.ro Counter .1.3.6.1.4.1.546.16.3.11.2.1.2 |
apacheServerPerfTotalAccessesNumber of accesses (hits) to this server since
it was last started.ro Counter .1.3.6.1.4.1.546.16.3.11.2.1.3 |
apacheServerPerfTotalTrafficNumber of KBytes transferred by this server since
it was last started.ro Counter .1.3.6.1.4.1.546.16.3.11.2.1.4 |
apacheServerPerfCurrentUsersNumber of current active users (connections) maintained by
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.5 |
apacheServerPerfCurrentIdleProcsNumber of current idle processes available on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.6 |
apacheServerPerfCurrentStartupProcsNumber of processes currently in startup on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.7 |
apacheServerPerfCurrentReadProcsNumber of processes currently reading requests on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.8 |
apacheServerPerfCurrentReplyProcsNumber of processes currently replying to requests on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.9 |
apacheServerPerfCurrentKeepAliveProcsNumber of processes currently in keep-alive on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.10 |
apacheServerPerfCurrentDNSProcsNumber of processes currently doing a DNS lookup on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.11 |
apacheServerPerfCurrentLoggingProcsNumber of processes currently logging transactions on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.12 |
apacheServerPerfCurrentFinishingProcsNumber of processes currently finishing transactions on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.13 |
apacheServerPerfCurrentTotalProcsTotal number of Apache processes currently running on
the Apache server.ro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.14 |
apacheServerPerfCurrentBusyProcsTotal number of Apache processes currently busy.
This is the sum of
apacheServerPerfCurrentStartupProcs,
apacheServerPerfCurrentReadProcs,
apacheServerPerfCurrentReplyProcs,
apacheServerPerfCurrentKeepAliveProcs,
apacheServerPerfCurrentDNSProcs,
apacheServerPerfCurrentLoggingProcs,
apacheServerPerfCurrentFinishingProcsro Gauge .1.3.6.1.4.1.546.16.3.11.2.1.15 |