Skip to content

Commit f4e235d

Browse files
committed
adding new monitoring resources
1 parent 6d85e67 commit f4e235d

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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-02-02T14:32:30Z</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-02-03T11:22:22Z</updated></feed>

monitoring.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,18 @@ <h2>Open Source Projects</h2>
115115
listens for metrics and aggregates them for transfer into another service
116116
such as Graphite.</p>
117117
<p><a class="reference external" href="https://graphite.readthedocs.org/en/latest/overview.html">Graphite</a> stores
118-
time-series data and displays them in graphs through a web application.</p>
118+
time-series data and displays them in graphs through a Django web application.</p>
119+
<p><a class="reference external" href="http://sensuapp.org/">Sensu</a> is an open source monitoring framework
120+
written in Ruby but applicable to any programming language web application.</p>
119121
</div>
120122
<div class="section" id="monitoring-resources">
121123
<h2>Monitoring Resources</h2>
122124
<p><a class="reference external" href="http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html">The Virtues of Monitoring</a></p>
123125
<p><a class="reference external" href="http://blog.docker.io/2013/07/effortless-monitoring-with-collectd-graphite-and-docker/">Effortless Monitoring with collectd, Graphite, and Docker</a></p>
126+
<p>Bit.ly describes the &quot;<a class="reference external" href="http://word.bitly.com/post/74839060954/ten-things-to-monitor">10 Things We Forgot to Monitor</a>&quot;
127+
beyond the standard metrics such as disk &amp; memory usage.</p>
128+
<p><a class="reference external" href="http://aarvik.dk/four-linux-server-monitoring-and-management-tools/">Four Linux server monitoring tools</a></p>
129+
<p><a class="reference external" href="https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/">How to design useful monitoring and graphing visualizations</a></p>
124130
</div>
125131

126132
<br/>

source/content/pages/monitoring.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ listens for metrics and aggregates them for transfer into another service
5353
such as Graphite.
5454

5555
`Graphite <https://graphite.readthedocs.org/en/latest/overview.html>`_ stores
56-
time-series data and displays them in graphs through a web application.
56+
time-series data and displays them in graphs through a Django web application.
57+
58+
`Sensu <http://sensuapp.org/>`_ is an open source monitoring framework
59+
written in Ruby but applicable to any programming language web application.
5760

5861

5962
Monitoring Resources
@@ -62,3 +65,9 @@ Monitoring Resources
6265

6366
`Effortless Monitoring with collectd, Graphite, and Docker <http://blog.docker.io/2013/07/effortless-monitoring-with-collectd-graphite-and-docker/>`_
6467

68+
Bit.ly describes the "`10 Things We Forgot to Monitor <http://word.bitly.com/post/74839060954/ten-things-to-monitor>`_"
69+
beyond the standard metrics such as disk & memory usage.
70+
71+
`Four Linux server monitoring tools <http://aarvik.dk/four-linux-server-monitoring-and-management-tools/>`_
72+
73+
`How to design useful monitoring and graphing visualizations <https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/>`_
-24.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)