influxdb : c'est pas de la tarte
This commit is contained in:
13
influxdb/create.sh
Executable file
13
influxdb/create.sh
Executable 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
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
use strict;
|
||||
|
||||
$host = "localhost";
|
||||
$port = 8086;
|
||||
|
||||
print "injecteur v 0\n";
|
||||
|
||||
0;
|
||||
|
||||
Reference in New Issue
Block a user