Change-Id: I697b78789a17f540f76c1a0f9a8763dcb6cec2e8changes/16/13616/1
parent
2527e88226
commit
2b8cf34c5f
@ -0,0 +1,23 @@
|
||||
command:
|
||||
|
||||
influx -execute 'show databases' | grep _internal:
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- _internal
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
|
||||
influx -execute 'show databases' | grep ngcp:
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- ngcp
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
|
||||
influx -execute 'show databases' | grep telegraf:
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- telegraf
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
|
||||
@ -0,0 +1 @@
|
||||
../ce/11_influxdb_content.yaml.tt2
|
||||
Loading…
Reference in new issue