Guest User

Untitled

a guest
Oct 1st, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ### VM integration ###
  2. $config['influxdb']['enable'] = true;
  3. $config['influxdb']['transport'] = 'http';
  4. $config['influxdb']['host'] = '172.17.0.1';
  5. $config['influxdb']['port'] = '8428';
  6. $config['influxdb']['db'] = 'librenms';
  7. $config['influxdb']['timeout'] = 0; # Optional
  8. $config['influxdb']['verifySSL'] = false; # Optional
Advertisement
Add Comment
Please, Sign In to add comment