Website Monitor 是一个简单的网站监控程序,由 PHP 语言开发,基于 crontab 执行。
https://website-monitor.dujun.eu.org
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | PHP 8.2 |
服务器 | Nginx |
程序 | Website Monitor |
官网地址:https://neatnik.net/dispenser/?project=website-monitor
从官网下载源码部署。
将待监控网站写入 monitors.json,例如:
{
"dujun.io": "https:\/\/dujun.io"
}
* * * * * php /wwwroot/app/monitor.php >/dev/null 2>&1
本实例仅供参考,不定期重置数据。