summaryrefslogtreecommitdiff
path: root/roles/install_monitoring/templates/ffmyk-influx/func.php.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_monitoring/templates/ffmyk-influx/func.php.j2')
-rw-r--r--roles/install_monitoring/templates/ffmyk-influx/func.php.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_monitoring/templates/ffmyk-influx/func.php.j2 b/roles/install_monitoring/templates/ffmyk-influx/func.php.j2
index fd2c248..b7b3609 100644
--- a/roles/install_monitoring/templates/ffmyk-influx/func.php.j2
+++ b/roles/install_monitoring/templates/ffmyk-influx/func.php.j2
@@ -1,6 +1,6 @@
<?php
function sendflux($data) {
- $url = 'http://10.222.42.54:8086/write?db=freifunk';
+ $url = 'http://[2a03:2260:1016:302:c03:19ff:fe06:285]:8086/write?db=freifunk';
$options = array(
'http' => array(