DD2-monitor/influxdb/injecteur.pl

12 lines
102 B
Perl
Raw Normal View History

#!/usr/bin/perl
use strict;
2019-01-03 18:43:23 +01:00
my $host = "localhost";
my $port = 8086;
2019-01-03 18:23:34 +01:00
print "injecteur v 0\n";
2018-12-12 20:07:49 +01:00
0;