Skip to content

Commit 9f86375

Browse files
committed
change publish date on monitor post
1 parent e885634 commit 9f86375

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

content/posts/170717-monitor-flask-apps.markdown renamed to content/posts/170723-monitor-flask-apps.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ title: How to Add Hosted Monitoring to Flask Web Applications
22
slug: hosted-monitoring-flask-web-apps
33
meta:
44
category: post
5-
date: 2017-07-17
6-
modified: 2017-07-17
7-
headerimage: /img/170717-monitor-flask-apps/header.jpg
5+
date: 2017-07-23
6+
modified: 2017-07-23
7+
headerimage: /img/170723-monitor-flask-apps/header.jpg
88
headeralt: Flask, Python and Rollbar logos, copyright their respective owners.
99

1010

@@ -119,18 +119,18 @@ errors that occur for our users.
119119
Head to [Rollbar's homepage](https://rollbar.com/) so we can add their
120120
hosted monitoring tools to our oft-erroring Flask app.
121121

122-
<img src="/img/170717-monitor-flask-apps/rollbar-homepage.png" width="100%" class="technical-diagram img-rounded" style="border:1px solid #ccc" alt="Rollbar homepage in the web browser.">
122+
<img src="/img/170723-monitor-flask-apps/rollbar-homepage.png" width="100%" class="technical-diagram img-rounded" style="border:1px solid #ccc" alt="Rollbar homepage in the web browser.">
123123

124124
Click the "Sign Up" button in the upper right-hand corner. Enter your
125125
email address, a username and the password you want on the sign up page.
126126

127-
<img src="/img/170717-monitor-flask-apps/sign-up.jpg" width="100%" class="technical-diagram img-rounded" style="border:1px solid #ccc" alt="Enter your basic account information on the sign up page.">
127+
<img src="/img/170723-monitor-flask-apps/sign-up.jpg" width="100%" class="technical-diagram img-rounded" style="border:1px solid #ccc" alt="Enter your basic account information on the sign up page.">
128128

129129
After the sign up page you'll get to the onboarding flow where you can
130130
enter a project name and select a programming language. For project
131131
name enter "Echo" and select that you are monitoring a Python app.
132132

133-
<img src="/img/170717-monitor-flask-apps/create-new-project.png" width="100%" class="technical-diagram img-rounded" style="border:1px solid #ccc" alt="Create a new project named 'echo' and select Python as the programming language.">
133+
<img src="/img/170723-monitor-flask-apps/create-new-project.png" width="100%" class="technical-diagram img-rounded" style="border:1px solid #ccc" alt="Create a new project named 'echo' and select Python as the programming language.">
134134

135135

136136
(links to Python docs)
@@ -162,5 +162,5 @@ on Twitter
162162
or [@mattmakai](https://twitter.com/mattmakai).
163163

164164
See something wrong in this blog post? Fork
165-
[this page's source on GitHub](https://github.com/mattmakai/fullstackpython.com/blob/master/content/posts/170717-monitor-flask-apps.markdown)
165+
[this page's source on GitHub](https://github.com/mattmakai/fullstackpython.com/blob/master/content/posts/170723-monitor-flask-apps.markdown)
166166
and submit a pull request with a fix.

static/img/170717-monitor-flask-apps/activate-virtualenv.png renamed to static/img/170723-monitor-flask-apps/activate-virtualenv.png

File renamed without changes.

static/img/170717-monitor-flask-apps/create-new-project.png renamed to static/img/170723-monitor-flask-apps/create-new-project.png

File renamed without changes.
File renamed without changes.

static/img/170717-monitor-flask-apps/rollbar-homepage.png renamed to static/img/170723-monitor-flask-apps/rollbar-homepage.png

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)