influxdb : c'est pas de la tarte

This commit is contained in:
2019-01-03 18:23:34 +01:00
parent 5aa3f73daa
commit 96a2d85f55
3 changed files with 26 additions and 3 deletions

13
influxdb/create.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
#
# create an inflix databasse
#
influx -host localhost -port 8086 << __EOC__
settings
CREATE DATABASE tests
__EOC__
lynx -head -dump http://localhost:8086/ping?verbose=true

View File

@@ -2,6 +2,9 @@
use strict;
$host = "localhost";
$port = 8086;
print "injecteur v 0\n";
0;