모니터링/경고 시스템에 대한 설정을 포함합니다.
이 파일은 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 |