diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2017-04-11 13:29:51 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2017-04-11 13:29:51 +0200 |
commit | b3d110878958a85302c39275aded0c88b0bc4dc6 (patch) | |
tree | 3663264ad190811368f1a5bff1958a7430601542 /include/config.pm.dist | |
parent | fe63ef82267c7eee7a237ba708f5163509a025fa (diff) |
Update to use with Gondul.
Diffstat (limited to 'include/config.pm.dist')
-rwxr-xr-x | include/config.pm.dist | 5 |
1 files changed, 5 insertions, 0 deletions
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 = "<removed>"; # 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 = "<removed>"; # TODO: Remove before publishing "goodiebag" + # NMS: What SNMP objects to fetch. # Some basics our @snmp_objects = [ |