summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2018-02-15 19:45:45 +0100
committerAlessio Sergi <al3hex@gmail.com>2018-02-15 19:45:45 +0100
commit780812d9433db5dfdc4828a74c45e0f3e7dc79e0 (patch)
tree5baeba9aede876ce191f100f9c4690fd8053f2f9 /conf
parent7364b6d4d0973a0f89172a847c9c6106eeca809a (diff)
RESTful
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index b2be5401..4b09ddad 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -364,7 +364,7 @@ port=8125
[elasticsearch]
# Configuration for the --export elasticsearch option
-# Data are available via the ES Restful API. ex: URL/<index>/cpu/system
+# Data are available via the ES RESTful API. ex: URL/<index>/cpu/system
# https://www.elastic.co
host=localhost
port=9200
@@ -431,7 +431,7 @@ port=9091
prefix=glances
[restful]
-# Configuration for the --export restful option
+# Configuration for the --export RESTful option
# Example, export to http://localhost:6789/
host=localhost
port=6789