Skip to content

Commit b81fd40

Browse files
committed
more monitoring resources added
1 parent 2eb9114 commit b81fd40

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
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-08T06:45:24Z</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-08T06:52:12Z</updated></feed>

monitoring.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Monitoring Third Party Services</h2>
9494
if there are stability, performance, or uptime issues with an application.</p>
9595
</li>
9696
</ul>
97-
<h2>Open Source Monitoring Projects</h2>
97+
<h2>Open source monitoring projects</h2>
9898
<ul>
9999
<li>
100100
<p><a href="https://github.com/etsy/statsd/">statsd</a> is a node.js network daemon that
@@ -119,11 +119,18 @@ <h2>Open Source Monitoring Projects</h2>
119119
Graphite-based dashboard with added features and a slick design.</p>
120120
</li>
121121
<li>
122-
<p><a href="http://packetbeat.com/">PacketBeat</a> sniffs protocol packets then allows
123-
developers to visualize what's happening with an application.</p>
122+
<p><a href="http://packetbeat.com/">PacketBeat</a> sniffs protocol packets. Elasticsearch
123+
then allows developers to search the collected data and visualize what's
124+
happening inside their web application using the Kibana user interface.</p>
125+
</li>
126+
<li>
127+
<p><a href="http://munin-monitoring.org/">Munin</a> is a client plugin-based monitoring
128+
system that sends monitoring traffic to the Munin node where the data can
129+
be analyzed and visualized. Note this project is written in Perl so Perl 5
130+
must be installed on the node collecting the data.</p>
124131
</li>
125132
</ul>
126-
<h2>Monitoring Resources</h2>
133+
<h2>Monitoring resources</h2>
127134
<ul>
128135
<li>
129136
<p><a href="http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html">The Virtues of Monitoring</a></p>
@@ -146,6 +153,10 @@ <h2>Monitoring Resources</h2>
146153
<li>
147154
<p><a href="https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/">How to design useful monitoring and graphing visualizations</a></p>
148155
</li>
156+
<li>
157+
<p>The Collector Highlight Series has an article on <a href="http://blog.librato.com/posts/statsd">StatsD</a>
158+
that explains how to install it and how it works.</p>
159+
</li>
149160
</ul>
150161
<h3>What topic do you want to learn next?</h3>
151162
<div class="row">

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
6565
if there are stability, performance, or uptime issues with an application.
6666

6767

68-
## Open Source Monitoring Projects
68+
## Open source monitoring projects
6969
* [statsd](https://github.com/etsy/statsd/) is a node.js network daemon that
7070
listens for metrics and aggregates them for transfer into another service
7171
such as Graphite.
@@ -83,11 +83,17 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
8383
* [Graph Explorer](http://vimeo.github.io/graph-explorer/) by Vimeo is a
8484
Graphite-based dashboard with added features and a slick design.
8585

86-
* [PacketBeat](http://packetbeat.com/) sniffs protocol packets then allows
87-
developers to visualize what's happening with an application.
86+
* [PacketBeat](http://packetbeat.com/) sniffs protocol packets. Elasticsearch
87+
then allows developers to search the collected data and visualize what's
88+
happening inside their web application using the Kibana user interface.
8889

90+
* [Munin](http://munin-monitoring.org/) is a client plugin-based monitoring
91+
system that sends monitoring traffic to the Munin node where the data can
92+
be analyzed and visualized. Note this project is written in Perl so Perl 5
93+
must be installed on the node collecting the data.
8994

90-
## Monitoring Resources
95+
96+
## Monitoring resources
9197
* [The Virtues of Monitoring](http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html)
9298

9399
* [Effortless Monitoring with collectd, Graphite, and Docker](http://blog.docker.io/2013/07/effortless-monitoring-with-collectd-graphite-and-docker/)
@@ -103,5 +109,8 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
103109

104110
* [How to design useful monitoring and graphing visualizations](https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/)
105111

112+
* The Collector Highlight Series has an article on [StatsD](http://blog.librato.com/posts/statsd)
113+
that explains how to install it and how it works.
114+
106115

107116
### What topic do you want to learn next?

0 commit comments

Comments
 (0)