From 0b162ef1fd0ff7bfea36cd4898627add56eab7f6 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 4 Jul 2018 14:17:09 -0700 Subject: [PATCH] Updated Features (markdown) --- Features.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 1abb491..77686f6 100644 --- a/Features.md +++ b/Features.md @@ -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