Compare commits

..

No commits in common. "77c0fdd0a4887e484ff053faf000e473313f49ab" and "e5fd11edbd5cf97d3ef60c6456f0e9cd78c9348e" have entirely different histories.

4 changed files with 3 additions and 8 deletions

View file

@ -2,8 +2,6 @@
A simple web service for monitoring website availability.
![Image Home Page](image.png)
## Features
- Monitor multiple websites simultaneously
@ -22,19 +20,17 @@ A simple web service for monitoring website availability.
### 1. Installation
1. Upload all files to your cloudpanel.
1. Upload all files to your web server
2. Ensure PHP has write permissions for the `monitors` directory
![alt text](image-2.png)
### 2. Configure Monitored Websites
Edit `monitors.json` to add websites you want to monitor:
```json
{
"forum.hhf.technology": "https://forum.hhf.technology",
"git.hhf.technology": "https://git.hhf.technology"
"example.com": "https://example.com",
"wikipedia.org": "https://www.wikipedia.org"
}
```
@ -54,7 +50,6 @@ Place Markdown files in the `incidents` directory:
Add this to your crontab to run monitoring every minute:
![alt text](image-1.png)
```bash
* * * * * /usr/bin/php -f /path/to/monitor.php >/dev/null 2>&1
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

BIN
image.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 KiB