Compare commits
No commits in common. "77c0fdd0a4887e484ff053faf000e473313f49ab" and "e5fd11edbd5cf97d3ef60c6456f0e9cd78c9348e" have entirely different histories.
77c0fdd0a4
...
e5fd11edbd
4 changed files with 3 additions and 8 deletions
11
README.md
11
README.md
|
@ -2,8 +2,6 @@
|
|||
|
||||
A simple web service for monitoring website availability.
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||

|
||||
|
||||
### 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:
|
||||
|
||||

|
||||
```bash
|
||||
* * * * * /usr/bin/php -f /path/to/monitor.php >/dev/null 2>&1
|
||||
```
|
||||
|
|
BIN
image-1.png
BIN
image-1.png
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
BIN
image-2.png
BIN
image-2.png
Binary file not shown.
Before Width: | Height: | Size: 104 KiB |
BIN
image.png
BIN
image.png
Binary file not shown.
Before Width: | Height: | Size: 428 KiB |
Loading…
Reference in a new issue