You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/">How to design useful monitoring and graphing visualizations</a></p>
148
155
</li>
156
+
<li>
157
+
<p>The Collector Highlight Series has an article on <ahref="http://blog.librato.com/posts/statsd">StatsD</a>
158
+
that explains how to install it and how it works.</p>
then allows developers to search the collected data and visualize what's
88
+
happening inside their web application using the Kibana user interface.
88
89
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.
89
94
90
-
## Monitoring Resources
95
+
96
+
## Monitoring resources
91
97
*[The Virtues of Monitoring](http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html)
92
98
93
99
*[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.
103
109
104
110
*[How to design useful monitoring and graphing visualizations](https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/)
105
111
112
+
* The Collector Highlight Series has an article on [StatsD](http://blog.librato.com/posts/statsd)
0 commit comments