From 13eb05560576dc18cfc7aeb17b31d9cd9adf3637 Mon Sep 17 00:00:00 2001 From: "Ole Mathias Aa. Heggem" Date: Sat, 17 Mar 2018 03:01:46 +0100 Subject: Added a litle better color scheme to charts and some words about securing influx --- include/config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/config.pm') diff --git a/include/config.pm b/include/config.pm index 9a881ed..dcc784d 100755 --- a/include/config.pm +++ b/include/config.pm @@ -13,8 +13,8 @@ our $graphite_port = "2003"; # Influx our $influx_host = "http://localhost:8086"; -our $influx_username = "admin"; -our $influx_password = "admin"; +our $influx_username = "gondulWrite"; +our $influx_password = "funfunfunWrite"; our $influx_database = "gondul"; # Max SNMP polls to fire off at the same time. -- cgit v1.2.3