From b3d110878958a85302c39275aded0c88b0bc4dc6 Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Tue, 11 Apr 2017 13:29:51 +0200 Subject: Update to use with Gondul. --- include/config.pm.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/config.pm.dist b/include/config.pm.dist index 9094331..cf1362a 100755 --- a/include/config.pm.dist +++ b/include/config.pm.dist @@ -10,6 +10,11 @@ our $db_host = "bb-8.tg16.gathering.org"; our $db_username = "nms"; our $db_password = ""; # TODO: Remove before publishing "goodiebag" +# Gondul +our $gondul_url = "http://foo.bar"; # TODO: Remove before publishing "goodiebag" +our $gondul_user = "secret"; # TODO: Remove before publishing "goodiebag" +our $gondul_pass = ""; # TODO: Remove before publishing "goodiebag" + # NMS: What SNMP objects to fetch. # Some basics our @snmp_objects = [ -- cgit v1.2.3