summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-02-28 10:19:33 +0100
committernicolargo <nicolas@nicolargo.com>2021-02-28 10:19:33 +0100
commit829174bbf0f3f86a32c5d11f7d35900a773941c9 (patch)
tree9d74d09fd657fcb4a3be6990135b0fb281477f6c /docs
parent551bdbfe851297095d7fc7a52f88e36cef5a457a (diff)
Remove pystache by chevron (mustache implementation) #1817
Diffstat (limited to 'docs')
-rw-r--r--docs/aoa/actions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/aoa/actions.rst b/docs/aoa/actions.rst
index 448d4fea..a594d34d 100644
--- a/docs/aoa/actions.rst
+++ b/docs/aoa/actions.rst
@@ -16,7 +16,7 @@ then add the ``_action`` line to the Glances configuration file:
critical_action=python /path/to/foo.py
All the stats are available in the command line through the use of the
-`{{mustache}}`_ syntax. `Pystache`_ is required to render the mustache's template syntax.
+`{{mustache}}`_ syntax. `Chevron`_ is required to render the mustache's template syntax.
Another example would be to create a log file
containing used vs total disk space if a space trigger warning is
@@ -74,4 +74,4 @@ use with caution:
critical_action_repeat=/home/myhome/bin/bipper.sh
.. _{{mustache}}: https://mustache.github.io/
-.. _Pystache: https://github.com/defunkt/pystache
+.. _Chevron: https://github.com/noahmorrison/chevron