diff options
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.pm b/include/config.pm index c2beae7..9a881ed 100755 --- a/include/config.pm +++ b/include/config.pm @@ -11,6 +11,12 @@ 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"; +our $influx_database = "gondul"; + # Max SNMP polls to fire off at the same time. our $snmp_max = 20; |