From 85634a611301379d704ace426b9678abab1ac813 Mon Sep 17 00:00:00 2001 From: Ebben Aries Date: Wed, 27 Dec 2017 23:06:36 +0000 Subject: system/chronograf: Added (User Interface for InfluxData). Signed-off-by: David Spencer --- system/chronograf/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 system/chronograf/README (limited to 'system/chronograf/README') 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 -- cgit v1.2.3