diff options
author | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2017-11-05 23:33:04 +0100 |
---|---|---|
committer | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2017-11-05 23:33:04 +0100 |
commit | eabcf10ede6f9eee77b85f537cef023f89111f9d (patch) | |
tree | abfeac2797b85ab1998398c41e31a719d042662b /include/config.pm | |
parent | be1aa154d5ca81b2cfd730245f90c9d50aba74e3 (diff) |
influx/chart and ansible
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.pm b/include/config.pm index a45caf9..624770a 100755 --- a/include/config.pm +++ b/include/config.pm @@ -11,6 +11,11 @@ our $db_password = "risbrod"; our $graphite_host = "graphite"; our $graphite_port = "2003"; +# Influx +our $influx_host = "http://localhost:8086"; +our $influx_username = "admin"; +our $influx_password = "admin"; + # Max SNMP polls to fire off at the same time. our $snmp_max = 20; |