aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 12:17:15 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:07 -0400
commitc457faa34a831e0ede625c077bf0f4163419452b (patch)
tree0313150c357095afcf09bfe0a6a7510535aa3ffe
parent932cc69b8523893571935e24e3faa232fa1c86f5 (diff)
system/influxdb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/influxdb/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/system/influxdb/README b/system/influxdb/README
index 9200de4e1579..cac6bb0a3190 100644
--- a/system/influxdb/README
+++ b/system/influxdb/README
@@ -1,17 +1,18 @@
influxdb (An Open-Source Time Series Database)
-InfluxDB is an open source time series database with no external dependencies.
-It's useful for recording metrics, events, and performing analytics.
-
-It supports high write loads, large data set storage, and conserves space thru
-downsampling, automatically expiring and deleting unwanted data as well as
-backup and restore. InfluxDB also makes it easy to analyze data by providing an
-easy-to-use SQL-like query language.
+InfluxDB is an open source time series database with no external
+dependencies. It's useful for recording metrics, events, and
+performing analytics.
+It supports high write loads, large data set storage, and conserves
+space thru downsampling, automatically expiring and deleting unwanted
+data as well as backup and restore. InfluxDB also makes it easy to
+analyze data by providing an easy-to-use SQL-like query language.
Groupname and Username
-You must have the "influxdb" group and user to run this script, for example:
+You must have the "influxdb" group and user to run this script, for
+example:
groupadd -g 348 influxdb
useradd -u 348 -s /bin/false -d /var/lib/influxdb influxdb