diff options
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.pm b/include/config.pm index aabeb44..2a65c94 100755 --- a/include/config.pm +++ b/include/config.pm @@ -8,6 +8,8 @@ our $db_name = "nms"; our $db_host = "db"; our $db_username = "nms"; our $db_password = "risbrod"; +our $graphite_host = "graphite"; +our $graphite_port = "2003"; # Max SNMP polls to fire off at the same time. our $snmp_max = 20; |