monitor.conf

모니터링/경고 시스템에 대한 설정을 포함합니다.

이 파일은 JAVA 속성 파일입니다. 적절한 규약을 준수하기 위해서는 주의해야 합니다. 그렇지 않으면 Platform Server 시작되지 않을 수 있습니다. 특히 Windows 파일 경로에서 백슬래시가 이스케이프 문자로 사용되므로 이중 백슬래시 '\' 또는 단일 슬래시 '/'를 백슬래시 '' 대신 사용해야 합니다.

이 파일의 변경 사항은 파일을 저장한 직후에 적용됩니다.

일반

monitorAlertGenerator.enableGlobalAlerting=false

mailSender.host=127.0.0.1

mailSender.port=25

monitorAlertGenerator.messageTo=noone@scene7.com

monitorAlertGenerator.messageFrom=noone@scene7.com

monitorAlertGenerator.alertInterval=600000

monitorAlertGenerator.heapSpaceResetInterval=600000

monitorAlertGenerator.minTrafficForAlerts=0.0

경고 임계값

monitorAlertGenerator.maxAverageResponseTime=200

monitorAlertGenerator.maxErrorRate=0.05

monitorAlertGenerator.minRequestRate=0.0

monitorAlertGenerator.minFreeHeapSpace=52428800

monitorAlertGenerator.maxOverlap=20

monitorAlertGenerator.lockedThreshold=60000

이 페이지에서는