-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
33 lines (33 loc) · 898 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"websites": {
"Web uno": "https://www.direccionwebuno.com",
"Web dos": "https://www.direccionwebdos.com"
},
"databases": {},
"email": {
"smtp_server": "mail.servidor.com",
"smtp_port": 587,
"smtp_use_tls": true,
"smtp_use_ssl": false,
"sender_email": "[email protected]",
"sender_password": "tupassword",
"recipient_emails": [
]
},
"monitor_settings": {
"check_interval": 60,
"retry_attempts": 3,
"retry_delay": 6,
"alert_threshold": 3,
"recovery_threshold": 2,
"alert_repeat_interval": 20
},
"logging_settings": {
"enable_file_logging": false,
"max_bytes": 5242880,
"backup_count": 5,
"log_file": "monitor_servicios.log"
}
}