up website monitor

This commit is contained in:
2025-10-01 17:51:12 +02:00
parent 9a4a8155e2
commit 2f13e87774
2 changed files with 80 additions and 20 deletions

View 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
}
}