Files
librenms-librenms/test.php
T
Stephen Hoogendijk 93ed031636 Intitial commit
2015-06-16 22:31:13 +02:00

10 lines
156 B
PHP

#!/usr/bin/php
<?php
require __DIR__ . '/vendor/autoload.php';
$host = 'localhost';
$port = 8086;
$client = new \Leaseweb\InfluxDB\Client($host, $port);