13 lines
189 B
Bash
Executable File
13 lines
189 B
Bash
Executable File
#!/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 |