An open API service indexing awesome lists of open source software.

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

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.

![screenshot](https://raw.githubusercontent.com/cutls/MinimumStatus/master/minimal.png)

### 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 [![check](https://status.cutls.com/badge/?site=thedesk.top)](https://status.cutls.com)

It's on `https://example.com/badge?site=.com`. using badgen.net