Skip to content

Commit e93b14f

Browse files
committed
working on monitoring page
1 parent 4573a84 commit e93b14f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
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-03-22T15:18:11Z</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-03-23T13:41:33Z</updated></feed>

monitoring.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,15 @@
7474
<div class="row">
7575
<div class="col-md-8">
7676
<h1>Monitoring</h1>
77+
<p>Monitoring tools capture, analyze and display information for a web
78+
application's execution. Every application has issues arise throughout
79+
all levels of the web stack. Monitoring tools provide transparency so
80+
developers and operations teams can respond and fix problems.</p>
81+
<h2>Why is monitoring necessary?</h2>
7782
<p>Capturing and analyzing data about your production environment is critical
7883
to proactively deal with stability, performance, and errors in a web
7984
application.</p>
85+
<h2>Monitoring layers</h2>
8086
<p>There are several important resources to monitor on the operating system
8187
and network level of a web stack.</p>
8288
<ol>

source/content/pages/20-monitoring/2001-monitoring.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ sort-order: 20
55

66

77
# Monitoring
8+
Monitoring tools capture, analyze and display information for a web
9+
application's execution. Every application has issues arise throughout
10+
all levels of the web stack. Monitoring tools provide transparency so
11+
developers and operations teams can respond and fix problems.
12+
13+
14+
## Why is monitoring necessary?
815
Capturing and analyzing data about your production environment is critical
916
to proactively deal with stability, performance, and errors in a web
1017
application.
1118

19+
## Monitoring layers
1220
There are several important resources to monitor on the operating system
1321
and network level of a web stack.
1422

0 commit comments

Comments
 (0)