[icinga-checkins] icinga.org: icinga-web/master: Localhost default for reporting
git at icinga.org
git at icinga.org
Mon Oct 15 10:00:38 CEST 2012
Module: icinga-web
Branch: master
Commit: 252c7e413a40dba98651fd1bcd8c83866b2447d6
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=252c7e413a40dba98651fd1bcd8c83866b2447d6
Author: Marius Hein <marius.hein at netways.de>
Date: Mon Oct 15 10:00:23 2012 +0200
Localhost default for reporting
---
etc/conf.d/module_reporting.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/etc/conf.d/module_reporting.xml b/etc/conf.d/module_reporting.xml
index ecfed1f..0f3ef98 100644
--- a/etc/conf.d/module_reporting.xml
+++ b/etc/conf.d/module_reporting.xml
@@ -10,7 +10,7 @@
<module enabled="true">
<settings>
<setting name="jasperconfig.default">
- <ae:parameter name="jasper_url">http://10.121.0.82:8080/jasperserver</ae:parameter>
+ <ae:parameter name="jasper_url">http://127.0.0.1:8080/jasperserver</ae:parameter>
<ae:parameter name="jasper_user">jasperadmin</ae:parameter>
<ae:parameter name="jasper_pass">jasperadmin</ae:parameter>
<ae:parameter name="tree_root">/icinga/reports</ae:parameter>
More information about the icinga-checkins
mailing list