From a1d06840578d497e00e0cedcab02df9ee2207c2d Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 25 Jun 2018 20:09:45 -0700 Subject: [PATCH] Updated Features (markdown) --- Features.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 21882fb..1abb491 100644 --- a/Features.md +++ b/Features.md @@ -7,4 +7,10 @@ You can use MySQL, Postgres, or SQLite as a database for your Statup status page 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. # 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. \ No newline at end of file +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 +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 +If you want a deeper view of your applications status, you can use Grafana and Prometheus to graph all types of data about your services. \ No newline at end of file