aboutsummaryrefslogtreecommitdiff
path: root/system/chronograf/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/chronograf/README')
-rw-r--r--system/chronograf/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/chronograf/README b/system/chronograf/README
new file mode 100644
index 0000000000000..37c8860d14057
--- /dev/null
+++ b/system/chronograf/README
@@ -0,0 +1,15 @@
+chronograf (An Open-Source User Interface for InfluxData)
+
+Chronograf is the user interface component of InfluxData’s TICK stack.
+It makes the monitoring and alerting for your infrastructure easy to
+setup and maintain. It is simple to use and includes templates and
+libraries to allow you to rapidly build dashboards with real-time
+visualizations of your data.
+
+Groupname and Username
+
+You must have the "chronograf" group and user to run this script, for
+example:
+
+ groupadd -g 350 chronograf
+ useradd -u 350 -s /bin/false -d /var/lib/chronograf -g chronograf chronograf