https://github.com/cutls/minimumstatus
Minimum Status Page without DB
https://github.com/cutls/minimumstatus
php status-page statuspage
Last synced: about 1 year ago
JSON representation
Minimum Status Page without DB
- Host: GitHub
- URL: https://github.com/cutls/minimumstatus
- Owner: cutls
- License: mit
- Created: 2019-02-03T10:08:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T13:37:27.000Z (about 6 years ago)
- Last Synced: 2025-04-03T12:15:25.455Z (about 1 year ago)
- Topics: php, status-page, statuspage
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MinimumStatus
## New v2 is available[v2](https://github.com/cutls/MinimumStatus/tree/v2)
## 新しいバージョンであるv2 ができました[v2](https://github.com/cutls/MinimumStatus/tree/v2)
**Above this version, MySQL status was removed.**
**MySQLの監視は削除されました。**
[日本語インストールガイド](INSTALL.ja.md)
Legacy PHP Non-DB Status Page
## What's this
Watch your website and MySQL database status.

### Require
* PHP 5.6/7.2
* Apache or Nginx
## Usage
* `git clone https://github.com/cutls/MinimumStatus.git`
* rename `dist/config.sample.php` to `config.php` and fill configs of MinimumStatus
* move `dist` to root directory of your virtual host
* for security, you should rename `bot.php` to another name
* set cron job to run `bot.php` or renamed file
* set your server config
## Webhook when error
You can get notice when your sites have something wrong.
`if_error` at config will be accessed when error **with** `?site=` **param once**.
So, fill `if_error` `https://thedesk.top/notice`, this will access like `https://thedesk.top/notice?site=cutls.com`.
## Activity Log
Nice activity log included.
It can be filtered by website name and show how long your websites was down.
## Make the badge of your website status!
Like [](https://status.cutls.com)
It's on `https://example.com/badge?site=.com`. using badgen.net