mirror of https://github.com/statping/statping
Updated Features (markdown)
parent
3694a50f6b
commit
0b162ef1fd
|
@ -6,10 +6,13 @@ You can use MySQL, Postgres, or SQLite as a database for your Statup status page
|
|||
# Easy to Startup
|
||||
Statup is an extremely easy to setup website monitoring tool without fussing with dependencies or packages. Simply download and install the precompile binary for your operating system. Statup works on Windows, Mac, Linux, Docker, and even the Raspberry Pi.
|
||||
|
||||
# Plugins
|
||||
Statup is an awesome Status Page generator that allows you to create your own plugins with Golang Plugins! You don't need to request a PR or even tell us about your plugin. Plugin's are compiled and then send as a binary to the Statup `/plugins` folder. Test your plugins using the `statup test plugin` command, checkout the [Plugin Wiki](https://github.com/hunterlong/statup/wiki/Statup-Plugins) to see detailed information about creating plugins.
|
||||
|
||||
# No Maintence
|
||||
Many other website monitoring applications will collect data until the server fails because of hard drive is 100% full. Statup will automatically delete records to make sure your server will stay UP for years. The EC2 AMI Image is a great way to host your status page without worrying about it crashing one day. Statup will automatically upgrade its software when you reboot your computer.
|
||||
|
||||
# Email Notifications
|
||||
# Email & Slack Notifications
|
||||
Receive email notifications if your website or application goes offline. Statup includes SMTP connections so you can use AWS SES, or any other SMTP emailing service. Go in the Email Settings in Settings to configure these options.
|
||||
|
||||
# Prometheus Exporter
|
||||
|
|
Loading…
Reference in New Issue