up website monitor
This commit is contained in:
18
python_website_monitor/config.json
Normal file
18
python_website_monitor/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"website": {
|
||||
"url": "http://petrovv.com",
|
||||
"check_interval_seconds": 600,
|
||||
"timeout_seconds": 5
|
||||
},
|
||||
"email": {
|
||||
"smtp_server": "mail.petrovv.com",
|
||||
"smtp_port": 465,
|
||||
"from_email": "monitor@petrovv.com",
|
||||
"to_email": "nikola@petrovv.com",
|
||||
"credentials_file": "credentials.txt"
|
||||
},
|
||||
"database": {
|
||||
"path": "website_status.db",
|
||||
"log_retention_days": 10
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user