# What URL should we monitor to be sure Discourse is up

**URL:** <https://meta.discourse.org/t/what-url-should-we-monitor-to-be-sure-discourse-is-up/43163>\
**Category:** Support\
**Created:** [2016年四月25日 08:51 UTC](https://meta.discourse.org/t/what-url-should-we-monitor-to-be-sure-discourse-is-up/43163 "2016-04-25T08:51:14Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![adopilot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/adopilot/32/105040_2.png) [@adopilot](https://meta.discourse.org/u/adopilot)\
**Post date:** [2016年四月25日 08:51 UTC](https://meta.discourse.org/t/what-url-should-we-monitor-to-be-sure-discourse-is-up/43163/1 "2016-04-25T08:51:14Z")

</div>

We are using [Zabbix](http://www.zabbix.com/) as monitoring tool for our infrastructure.  
Standard templates give us status of, memory consumed, disk space, processors usage etc.  
Sometimes these parameters looks good on monitoring system but Discourse simple does not work as should.  
Is there any endpoint or something similar which is going to tell us that Discourse has problems.  
How do you monitor your instances ?

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2016年四月25日 09:05 UTC](https://meta.discourse.org/t/what-url-should-we-monitor-to-be-sure-discourse-is-up/43163/2 "2016-04-25T09:05:17Z")

</div>

We have an http endpoint for this, I can’t remember its path at the moment.

---

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2016年四月25日 15:04 UTC](https://meta.discourse.org/t/what-url-should-we-monitor-to-be-sure-discourse-is-up/43163/3 "2016-04-25T15:04:53Z")

</div>

@adopilot the endpoint you are looking for is `/srv/status` . Should reply “`ok`” if everything’s good 😉

---

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2016年四月25日 20:19 UTC](https://meta.discourse.org/t/what-url-should-we-monitor-to-be-sure-discourse-is-up/43163/4 "2016-04-25T20:19:30Z")

</div>


