aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-10-22 15:16:15 +0200
committerKristian Lyngstol <kly@kly.no>2016-10-22 15:16:15 +0200
commit57c27b76fbb7dcc7477a573585f1366364bccdd6 (patch)
tree899015b37b5ac5d76740235e0702b567673b4d3e /include
parentd47cef0006b93680a8b5b77772154d7644ebbcb5 (diff)
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.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/config.pm2
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;