You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"CollectionSettings": {
|
|
"DefaultInterval": 30,
|
|
"MaxRetryCount": 3,
|
|
"RetryInterval": 30,
|
|
"PingTimeout": 5000,
|
|
"CollectionTimeout": 10000
|
|
},
|
|
"LoggingSettings": {
|
|
"LogRetentionDays": 30,
|
|
"MaxLogFileSizeMB": 100,
|
|
"LogLevel": "Information",
|
|
"EnableConsoleLogging": true,
|
|
"EnableFileLogging": true
|
|
},
|
|
"AlarmSettings": {
|
|
"EnableEmailNotifications": false,
|
|
"EnableSMSNotifications": false,
|
|
"DefaultAlarmLevel": "Warning",
|
|
"AutoAcknowledgeTimeoutMinutes": 30
|
|
},
|
|
"PerformanceSettings": {
|
|
"MaxConcurrentCollections": 100,
|
|
"CacheDurationMinutes": 5,
|
|
"EnablePerformanceMonitoring": true
|
|
},
|
|
"SecuritySettings": {
|
|
"EnableAuditLogging": true,
|
|
"SessionTimeoutMinutes": 30,
|
|
"MaxFailedLoginAttempts": 5
|
|
}
|
|
} |