From 57c27b76fbb7dcc7477a573585f1366364bccdd6 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 22 Oct 2016 15:16:15 +0200 Subject: Big broken push of graphing - Adds latency graphs everywhere, even where they shouldn't be. For PoC. - Fixes a frontend leakage of handlers - Adds a nasty way of getting latency-data into graphite (needs to be improved) - Adds working graphite integration in varnish - Adds config for graphite Lots of things broken here, but it's a half-decent start. --- include/config.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/config.pm') 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; -- cgit v1.2.3