×
Back to Opsview FAQ
Enable 'Output To Host File System' for scheduled reports
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 Copied
- None
Process Copied
- 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.xmlfile from above, change the line
<property name="enableSaveToHostFS" value="false"/>
to
<property name="enableSaveToHostFS" value="true"/>
- Restart the
opsview-reportingmodulecomponent.
/opt/opsview/watchdog/bin/opsview-monit restart opsview-reportingmodule
["Geneos"]
["FAQ"]