Skip to content

Commit 4a7b6fa

Browse files
committed
adding new monitoring resource
1 parent 5a32dde commit 4a7b6fa

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-17T11:49:31Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-18T09:12:48Z</updated></feed>

monitoring.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ <h2>Monitoring Third Party Services</h2>
102102
</li>
103103
<li>
104104
<p><a href="http://status.io/">Status.io</a> focuses on uptime and response metrics
105-
transparency for your users.</p>
105+
transparency for web applications.</p>
106+
</li>
107+
<li>
108+
<p><a href="https://www.statuspage.io/">StatusPage.io</a> (yes, there's both a Status and
109+
StatusPage.io) provides easy set up status pages for monitoring application
110+
up time.</p>
106111
</li>
107112
<li>
108113
<p><a href="http://www.pagerduty.com/">PagerDuty</a> alerts a designated person or group

source/content/pages/08-monitoring-analytics/0803-monitoring.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
7878
of those modifications.
7979

8080
* [Status.io](http://status.io/) focuses on uptime and response metrics
81-
transparency for your users.
81+
transparency for web applications.
82+
83+
* [StatusPage.io](https://www.statuspage.io/) (yes, there's both a Status and
84+
StatusPage.io) provides easy set up status pages for monitoring application
85+
up time.
8286

8387
* [PagerDuty](http://www.pagerduty.com/) alerts a designated person or group
8488
if there are stability, performance, or uptime issues with an application.

0 commit comments

Comments
 (0)