aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOle Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com>2018-03-17 03:01:46 +0100
committerOle Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com>2018-03-17 03:01:46 +0100
commit13eb05560576dc18cfc7aeb17b31d9cd9adf3637 (patch)
tree69e0f615e6b8ddeb6a2c171d3a5157fb2b00f84e /include
parent9866a8734360d54294ad96ad5149a44d676f1b83 (diff)
Added a litle better color scheme to charts and some words about securing influx
Diffstat (limited to 'include')
-rwxr-xr-xinclude/config.pm4
1 files changed, 2 insertions, 2 deletions
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.