Skip to content

Commit

Permalink
sync blog-posts repo to 6f340c8a61
Browse files Browse the repository at this point in the history
  • Loading branch information
cflores committed Feb 14, 2012
1 parent f07399a commit 088b2ef
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

h2
a(href="javascript:void(0)", onClick='toggle("blogs"); return false') blog posts
#blogs(id="blogs")
#blogs(id="blogs", style="display:block")
#blog
a(href='http://theoryandlogic.com/post/5890089120/the-ideal-monitoring-service', target='_blank') The Ideal Monitoring Service
#blog
Expand All @@ -25,6 +25,32 @@
a(href='http://leastresistance.wordpress.com/2011/07/12/monitoringsucks-terminology-first-stab/', target='_blank') MonitoringSucks Terminology (first stab)
#blog
a(href='http://lusislog.blogspot.com/2011/07/monitoring-sucks-watch-your-language.html', target='_blank') Monitoring Sucks - Watch your language
#blog
a(href='http://solarce.org/2012/02/12/why-monitoring-sucks-or-the-future-is-a-toolbox/', target='_blank') Why Monitoring Sucks or The Future is a Toolbox
#blog
a(href='http://gigaom.com/2012/02/12/why-monitoring-sucks-for-now', target='_blank') Why Monitoring Sucks For Now
#blog
a(href="javascript:void(0)", onClick='toggle("wonderland_blog"); return false;') The Wonderland Series by Patrick Debois
#wonderland_blog(id="wonderland_blog", style="display:none")
#child
a(href='http://jedi.be/blog/2012/01/03/monitoring-wonderland-survey-introduction/', target='_blank') Introduction
#child
a(href='http://jedi.be/blog/2012/01/03/monitoring-wonderland-metrics-api-gateways/', target='_blank') Metrics - API - Gateways
#child
a(href='http://jedi.be/blog/2012/01/03/monitoring-wonderland-nagios-the-mighty-beast/', target='_blank') Nagios The Mighty Beast
#child
a(href='http://jedi.be/blog/2012/01/04/monitoring-wonderland-moving-up-the-stack-application-user-metrics/', target='_blank') Moving up the stack Application and User metrics
#child
a(href='http://jedi.be/blog/2012/01/04/monitoring-wonderland-visualization/', target='_blank') Visualization
#blog
a(href="javascript:void(0)", onClick='toggle("latencysucks_blog"); return false;') The Latency Sucks series by Lindsay Holmwood
#latencysucks_blog(id="latencysucks_blog", style="display:none")
#child
a(href='http://holmwood.id.au/~lindsay/2012/01/09/monitoring-sucks-latency-sucks-more/', target='_blank') Monitoring Sucks, Latency Sucks More
#child
a(href='http://holmwood.id.au/~lindsay/2012/01/11/monitoring-system-equal-web-app-when-diagnosing-performance-bottlenecks/', target='_blank') monitoring system == web app (when diagnosing performance bottlenecks)
#child
a(href='http://holmwood.id.au/~lindsay/2012/01/13/instrumenting-your-monitoring-checks-with-new-relic/', target='_blank') Instrumenting Your Monitoring Checks with New Relic

h2
a(href="javascript:void(0)", onClick='toggle("tool_repos"); return false') tool-repos
Expand All @@ -49,3 +75,6 @@
#desc(id="#{value}_desc", style="display:none")!= md(key["readme"])
p(align="center")
a(href="#{key['git']}") git clone
h4
a(id="toggleall", href="javascript:void()", onClick='toggleAll(); return false;') show all of it

0 comments on commit 088b2ef

Please sign in to comment.