diff options
author | Ebben Aries <e@dscp.org> | 2017-12-27 23:06:36 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:11:23 -0600 |
commit | 85634a611301379d704ace426b9678abab1ac813 (patch) | |
tree | c235763e0ddf83b07dd2b5468ea1fe9d069ba517 /system/chronograf/README | |
parent | cd0c3bdd0a339ad97761fd4653714abba4677ff7 (diff) |
system/chronograf: Added (User Interface for InfluxData).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/chronograf/README')
-rw-r--r-- | system/chronograf/README | 15 |
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 |