# Monitoring Your SaaS

Now that your SaaS is up and running you’re going to need to look out for issues popping up -- and they will pop up. Implementing a networking monitoring tool will enable you and your development team to know when the site goes down, when the database fails, if you are overtaxing your environment, and in what ways.

## Systems

A couple monitoring systems I have used or team members have used include:

* [New Relic](https://newrelic.com/)
* [App Optics](https://www.appoptics.com/)
* [Traceview](https://traceview.solarwinds.com/)

This will help you in two major ways, understand costs and being alerted to problems. If the site goes down or exceeds certain limits, you’ll get an automated alert and can check in with developers. As the system begins to grow, you’ll be able to see what aspects of the serving environment need to be upgraded. If you are on an environment like [Amazon Web Services (AWS)](https://aws.amazon.com/) or [Digital Ocean](https://www.digitalocean.com/), you or a developer will be able to log in and upgrade your server specs before users starts seeing degradation of operations or the systems fails altogether.

My team normally uses Digital Ocean, and from here we setup our monitoring. Each one of the items below will send an email and a notice to our Slack dev channel notifying the team of issues.

### Digital Ocean Monitoring

![](https://lh3.googleusercontent.com/EquL4MCk_AfmkOoQoPLv92e5H4kR911UowP2BgMNMg7uEbPV4hdaWl36z0OtQ6ilgUa_zfe0RlzyYCoYC1oyEgNpoBa0nOK5oPJG6799m19jQVBhpXP1m2njtuBzqmya6niCJSfG)

### New Relic Email

![](/files/-L_8y0qhU1cBguGscq63)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.howtokicksaas.com/saas-build-process/tools/monitoring-your-saas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
