# Monitor: Best solutions for keeping track of uptime?

**URL:** <https://meta.discourse.org/t/monitor-best-solutions-for-keeping-track-of-uptime/13807>\
**Category:** Self-hosting\
**Tags:** hosting\
**Created:** [2014年三月17日 16:36 UTC](https://meta.discourse.org/t/monitor-best-solutions-for-keeping-track-of-uptime/13807 "2014-03-17T16:36:06Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [2014年三月17日 16:59 UTC](https://meta.discourse.org/t/monitor-best-solutions-for-keeping-track-of-uptime/13807/2 "2014-03-17T16:59:57Z")

</div>

There is already a New Relic plugin for Discourse:

> [@Newrelic plugin](https://meta.discourse.org/t/newrelic-plugin/12986):
>
> New Relic support Author: Sam Saffron Support for [http://newrelic.com](http://newrelic.com) plugins/newrelic/plugin.rb # name: enable New Relic rpm # about: New Relic support # version: 0.1 # authors: Sam Saffron ENV["NRCONFIG"] = File.expand\_path('../newrelic.yml', \_\_FILE\_\_) gem "newrelic\_rpm", "3.6.7.152" NewRelic::Control.instance.init\_plugin :config =\> Rails.configuration after\_initialize do ForumsController.newrelic\_ignore :only =\> [:status] end plugins/newrelic/newrelic.yml The file you got from newrel…

---

_[View the full topic](https://meta.discourse.org/t/monitor-best-solutions-for-keeping-track-of-uptime/13807)._
