Apache virtuális állomás webes kérelmeinek összesített válaszideje

Microsoft.ApacheHTTPServer.VirtualHost.URLProbeResponseTime.Monitor (UnitMonitor)

Az Apache virtuális állomás webes kérelmeihez tartozó összesített válaszidő figyelése

Knowledge Base article:

Összefoglalás

Ez a figyelő gondoskodik arról, hogy az Apache virtuális állomásokra érkező távoli HTTP-kérelmek válaszideje az érvényes tartományon belül legyen.

Okok

A figyelő nem kifogástalan állapota azt jelzi, hogy a virtuális állomás válaszideje nagy.

A figyelő állapotát befolyásoló problémák közé tartozhatnak például a következők:

Megoldások

Ellenőrizze, hogy helyesek-e a figyelő virtuális állomáshoz megadott beállításai, és tanulmányozza a riasztás környezeti információi között a kérelem részletes adatait. Vizsgálja meg helyben és más hozzáférési pontokon is a webhely teljesítményét.

Konfiguráció

Alapértelmezett konfiguráció

Paraméter

Alapértelmezett érték

URL

http://[kiszolgálónév vagy virtuális állomás neve]

Proxy

ProxyUserName

ProxyPassword

ProxyAuthenticationScheme

Nincs

CredentialUserName

CredentialPassword

AuthenticationScheme

Nincs

RetryCount

0

RequestTimeout

120

ResponseTimeErrorThreshold

10

ResponseTimeWarningThreshold

5

Felülbírálásokkal módosíthatók a fent definiált paraméterértékek az összes példány, illetve az adott példányok vagy csoportok esetén.

Megjegyzés: ez a figyelő alapértelmezés szerint le van tiltva. Felülbírálás használatával engedélyezheti. Az engedélyezés során győződjön meg arról, hogy helyesen adta meg az URL-címet, a proxykonfigurációt, a küszöbértékeket és a hitelesítési módot.

Element properties:

TargetMicrosoft.ApacheHTTPServer.VirtualHost.Unix
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.ApacheHTTPServer.VirtualHost.URLProbeTotalResponseTime.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Apache virtuális állomás összesített válaszideje
A távoli webhely összesített válaszideje túllépte a küszöbértéket.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ApacheHTTPServer.VirtualHost.URLProbeResponseTime.Monitor" Accessibility="Public" Target="Microsoft.ApacheHTTPServer.VirtualHost.Unix" TypeID="Microsoft.ApacheHTTPServer.VirtualHost.URLProbeTotalResponseTime.MonitorType" Enabled="false" ParentMonitorID="Health!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.ApacheHTTPServer.VirtualHost.URLProbeResponseTime.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<!-- <AlertParameter1></AlertParameter1>-->
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="ProbeResponseTimeSuccess" ID="ProbeResponseTimeSuccess"/>
<OperationalState HealthState="Warning" MonitorTypeStateID="ProbeResponseTimeWarning" ID="ProbeResponseTimeWarning"/>
<OperationalState HealthState="Error" MonitorTypeStateID="ProbeResponseTimeFailure" ID="ProbeResponseTimeFailure"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<URL>http://$Target/Property[Type="Microsoft.ApacheHTTPServer.VirtualHost"]/ServerName$</URL>
<Proxy/>
<ProxyUserName/>
<ProxyPassword/>
<ProxyAuthenticationScheme>None</ProxyAuthenticationScheme>
<CredentialUserName/>
<CredentialPassword/>
<AuthenticationScheme>None</AuthenticationScheme>
<RetryCount>0</RetryCount>
<RequestTimeout>120</RequestTimeout>
<ResponseTimeErrorThreshold>10</ResponseTimeErrorThreshold>
<ResponseTimeWarningThreshold>5</ResponseTimeWarningThreshold>
</Configuration>
</UnitMonitor>