From 0259808f2ee01da9b417ac0131725011a86cb617 Mon Sep 17 00:00:00 2001 From: Frank Sweetser Date: Sun, 20 Dec 2009 09:01:45 -0500 Subject: [PATCH] Don't force rrdgraph URL to http --- app/views/hosts/_rrdreport.rhtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/views/hosts/_rrdreport.rhtml b/app/views/hosts/_rrdreport.rhtml index c3ad899..c29cfda 100644 --- a/app/views/hosts/_rrdreport.rhtml +++ b/app/views/hosts/_rrdreport.rhtml @@ -1,6 +1,6 @@

<%= host.name %> Last puppet report on <%= host.last_report.getlocal %>, which is <%= time_ago_in_words(host.last_report) %> ago

- <% url = "http://#{host.pm_fqdn}/#{SETTINGS[:rrd_report_url]}/#{host.name}" -%> + <% url = "/#{SETTINGS[:rrd_report_url]}/#{host.name}" -%>

Daily

> > -- 1.6.5.2