aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.pm')
-rwxr-xr-xinclude/config.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/config.pm b/include/config.pm
index a45caf9..9a881ed 100755
--- a/include/config.pm
+++ b/include/config.pm
@@ -5,12 +5,18 @@ package nms::config;
# DB
our $db_name = "nms";
-our $db_host = "db";
+our $db_host = "localhost";
our $db_username = "nms";
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;