mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
0a435a7d6a
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
582 B
Text
16 lines
582 B
Text
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
|