diff options
author | Ole Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com> | 2018-03-17 03:01:46 +0100 |
---|---|---|
committer | Ole Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com> | 2018-03-17 03:01:46 +0100 |
commit | 13eb05560576dc18cfc7aeb17b31d9cd9adf3637 (patch) | |
tree | 69e0f615e6b8ddeb6a2c171d3a5157fb2b00f84e /include | |
parent | 9866a8734360d54294ad96ad5149a44d676f1b83 (diff) |
Added a litle better color scheme to charts and some words about securing influx
Diffstat (limited to 'include')
-rwxr-xr-x | include/config.pm | 4 |
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. |