mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Influx update
This commit is contained in:
@@ -34,6 +34,7 @@ function influxdb_connect() {
|
||||
}
|
||||
else {
|
||||
echo 'InfluxDB support enabled but no valid transport details provided';
|
||||
return false;
|
||||
}
|
||||
|
||||
$db = \InfluxDB\Client::fromDSN($influxdb_conn.'://'.$influxdb_url);
|
||||
|
Reference in New Issue
Block a user