summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2015-01-02 23:31:05 +0100
committerNicolargo <nicolas@nicolargo.com>2015-01-02 23:31:05 +0100
commit73536bfa66c39208c0dc7d2b3227d42da1930b1f (patch)
tree033a2e4353df539d338e03ef4e2c5c3724ad4cb2 /docs
parent283af00e7c45f62f448e0eec56a251499d8c04e9 (diff)
Update install documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/glances-doc.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 9ae0929f..7ea6c134 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -684,11 +684,11 @@ By action, we mean all shell command line. For example, if you want to execute t
All the stats are usable in the command line by the use of the {{mustache}} syntax. Another example to create a log file containing used vs total disk space if a warning space trigger is reached:
-[fs]
-warning=70
-warning_action=echo {{mnt_point}} {{used}}/{{size}} > /tmp/fs.alert
+ [fs]
+ warning=70
+ warning_action=echo {{mnt_point}} {{used}}/{{size}} > /tmp/fs.alert
-Note: You can use all the stats for the current plugin (see https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to for the stats list)
+*Note*: You can use all the stats for the current plugin (see https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to for the stats list)
Gateway to others services