diff --git a/ce/11_influxdb_content.yaml.tt2 b/ce/11_influxdb_content.yaml.tt2 new file mode 100644 index 0000000..695f77a --- /dev/null +++ b/ce/11_influxdb_content.yaml.tt2 @@ -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 + diff --git a/ce/goss.yaml.tt2 b/ce/goss.yaml.tt2 index bfd4624..36e75eb 100644 --- a/ce/goss.yaml.tt2 +++ b/ce/goss.yaml.tt2 @@ -12,4 +12,5 @@ gossfile: 08_system_ports.yaml: {} 09_system_dns.yaml: {} 10_sites_ok.yaml: {} + 11_influxdb_content.yaml: {} 99_dummy.yaml: {} diff --git a/pro/11_influxdb_content.yaml.tt2 b/pro/11_influxdb_content.yaml.tt2 new file mode 120000 index 0000000..85e0fdc --- /dev/null +++ b/pro/11_influxdb_content.yaml.tt2 @@ -0,0 +1 @@ +../ce/11_influxdb_content.yaml.tt2 \ No newline at end of file