Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32a14b7

Browse filesBrowse files
author
tommy3001
committed
Psutil system resources library to scenarios/admin added
1 parent f8586cd commit 32a14b7
Copy full SHA for 32a14b7

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎docs/scenarios/admin.rst

Copy file name to clipboardExpand all lines: docs/scenarios/admin.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ State files can be written using YAML, the Jinja2 template system or pure python
123123

124124
Psutil
125125
------
126-
`Psutil <https://code.google.com/p/psutil/>`_ is an interface to different system information (e.g. CPU, memory, disks, network, users and processes).
126+
`Psutil <https://code.google.com/p/psutil/>`_ is an interface to different system information (e.g. CPU, memory, disks, network, users and processes).
127127

128128
Here is an example to be aware of some server overload. In case of some failed test (net, CPU) it send an email.
129129

‎docs/scenarios/web.rst

Copy file name to clipboardExpand all lines: docs/scenarios/web.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ to use.
319319
import tornado.ioloop
320320
import tornado.web
321321
322-
# Load tamplate file templates/site.html
322+
# Load template file templates/site.html
323323
TEMPLATE_FILE = "site.html"
324324
templateLoader = FileSystemLoader( searchpath="templates/" )
325325
templateEnv = Environment( loader=templateLoader )

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.