This website requires JavaScript.
Explore
Help
Sign In
tTh
/
DD2-monitor
Watch
1
Star
0
Fork
You've already forked DD2-monitor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f546418fb4
DD2-monitor
/
influxdb
/
injecteur.pl
12 lines
102 B
Perl
Raw
Normal View
History
Unescape
Escape
on va essayer influxdb avec un injecteur en Perl
2018-12-11 17:46:27 +01:00
#!/usr/bin/perl
use
strict
;
+my
2019-01-03 18:43:23 +01:00
my
$
host
=
"localhost"
;
my
$
port
=
8086
;
influxdb : c'est pas de la tarte
2019-01-03 18:23:34 +01:00
on va essayer influxdb avec un injecteur en Perl
2018-12-11 17:46:27 +01:00
print
"injecteur v 0\n"
;
serial : a small test main()
2018-12-12 20:07:49 +01:00
0
;