Contains settings for the monitoring/alerting system.
This file is a JAVA properties file. Care must be taken to follow the appropriate conventions; otherwise the Platform Server may fail to start. Note especially that a double backslash ‘\’ or a single forward slash ‘/’ must be used instead of a backslash ‘’ in Windows file paths, since the backslash is used as an escape character in this type of file.
Changes to this file take effect shortly after the file is saved.
General |
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 |
Alert Thresholds |
monitorAlertGenerator.maxAverageResponseTime=200 monitorAlertGenerator.maxErrorRate=0.05 monitorAlertGenerator.minRequestRate=0.0 monitorAlertGenerator.minFreeHeapSpace=52428800 monitorAlertGenerator.maxOverlap=20 monitorAlertGenerator.lockedThreshold=60000 |