When scheduling a report, the option to ‘Output To Host File System’ is disabled by default. This article explains how to enable the ‘Output To Host File System’ option so you can output the scheduled report file directly on your reports host.
Prerequisites
- None
Process
- Log in to your reports host as
root
(usually your orchestrator). - Create a backup of
/opt/opsview/jasper/apache-tomcat/webapps/jasperserver/WEB-INF/applicationContext.xml
cp -p /opt/opsview/jasper/apache-tomcat/webapps/jasperserver/WEB-INF/applicationContext.xml{,.bak}
- In the original
applicationContext.xml
file from above, change the line
<property name="enableSaveToHostFS" value="false"/>
to
<property name="enableSaveToHostFS" value="true"/>
- Restart the
opsview-reportingmodule
component.
/opt/opsview/watchdog/bin/opsview-monit restart opsview-reportingmodule
Comments
0 comments
Please sign in to leave a comment.