diff options
author | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2017-11-06 00:21:39 +0100 |
---|---|---|
committer | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2017-11-06 00:21:39 +0100 |
commit | 5eea113b93b9724ab80ba6a503214e51a4c1ffa3 (patch) | |
tree | f915c2af0e621eda4042e5cf64fa3d5341c5d5ab /include | |
parent | eabcf10ede6f9eee77b85f537cef023f89111f9d (diff) |
A few typos
Diffstat (limited to 'include')
-rwxr-xr-x | include/config.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |