2017-12-28 00:06:36 +01:00
|
|
|
|
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
|
|
|
|
|
|
2018-05-30 00:25:53 +02:00
|
|
|
|
You must have the "chronograf" group and user to run this script, for
|
2017-12-28 00:06:36 +01:00
|
|
|
|
example:
|
|
|
|
|
|
|
|
|
|
groupadd -g 350 chronograf
|
|
|
|
|
useradd -u 350 -s /bin/false -d /var/lib/chronograf -g chronograf chronograf
|