Skip to content
Snippets Groups Projects
Commit 884dd113 authored by Simon Crowle's avatar Simon Crowle
Browse files

Renames /test/streaming set-up files

parent 62e13da0
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
...@@ -37,9 +37,11 @@ The following command brings up the services ...@@ -37,9 +37,11 @@ The following command brings up the services
## Automatic set-up of the CLMC dashboard demonstrator ## Automatic set-up of the CLMC dashboard demonstrator
To automatically set up a demonstrator CLMC dashboard and Kapacitor, run the following: To automatically set up a demonstrator CLMC dashboard and Kapacitor, run the following:
### TO-DO: RE-FACTOR AUTOMATION FOR CONFIGURING KAPACITOR (kapacitor.conf)
``` ```
cd ./test/streaming/ cd ./test/streaming/
./config-dashboard.sh ./setup.sh
``` ```
And then point your browser to: And then point your browser to:
......
File moved
...@@ -24,14 +24,14 @@ ...@@ -24,14 +24,14 @@
#// #//
#///////////////////////////////////////////////////////////////////////// #/////////////////////////////////////////////////////////////////////////
# Set up CLMC data source # Set up Influx data source
curl -i -X POST -H "Content-Type: application/json" http://localhost:8888/chronograf/v1/sources -d @./clmcSource.json curl -i -X POST -H "Content-Type: application/json" http://localhost:8888/chronograf/v1/sources -d @./influx.json
# Set up CLMC Kapacitor # Set up Kapacitor
curl -i -X POST -H "Content-Type: application/json" http://localhost:8888/chronograf/v1/sources/1/kapacitors -d @./clmcKapacitor.json curl -i -X POST -H "Content-Type: application/json" http://localhost:8888/chronograf/v1/sources/1/kapacitors -d @./kapacitor.json
# Set up CLMC demo rule # Set up rules
curl -i -X POST -H "Content-Type: application/json" http://localhost:9092/kapacitor/v1/tasks -d @./clmcDemoRule.json curl -i -X POST -H "Content-Type: application/json" http://localhost:9092/kapacitor/v1/tasks -d @./rules.json
# Set up CLMC Dashboard # Set up dashboard
curl -i -X POST -H "Content-Type: application/json" http://localhost:8888/chronograf/v1/dashboards -d @./clmcDashboard.json curl -i -X POST -H "Content-Type: application/json" http://localhost:8888/chronograf/v1/dashboards -d @./dashboard.json
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment