From 5eea113b93b9724ab80ba6a503214e51a4c1ffa3 Mon Sep 17 00:00:00 2001 From: "Ole Mathias Aa. Heggem" Date: Mon, 6 Nov 2017 00:21:39 +0100 Subject: A few typos --- include/config.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/config.pm b/include/config.pm index 624770a..e36136d 100755 --- a/include/config.pm +++ b/include/config.pm @@ -15,6 +15,7 @@ our $graphite_port = "2003"; 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; -- cgit v1.2.3