Adding paths to the
lockdown whitelist is described further in the LOCKDOWN statement
documentation, using the PATH= and FILE= arguments. Here is an example:
LOCKDOWN PATH=”C:\My\Raw\Data”;
This
PATH example adds the directory
C:\My\Raw\Data
,
including its files and subdirectories, to the whitelist of accessible
paths.
To generate and publish
reports from the Performance Report or the Exception transformation,
or to send alerts from the Exception transformation, the HTTP (or
URL) access method is required. (For lockdown purposes, HTTP and
URL are an aliased name pair and mean the same thing.) By default,
HTTP (or URL) access is denied when a server is locked down. Therefore,
these two transformations will fail to execute correctly. The site
can specify HTTP (or URL) as an exception to the lockdown state by
using the ENABLE_AMS argument. Here is an example:
LOCKDOWN ENABLE_AMS=HTTP;
This
ENABLE_AMS example adds HTTP (URL) access to the list of allowable
access methods. When the Performance Report transformation and the
Exception transformation generate and publish reports, HTTP is required
in order to notify the middle tier. HTTP access also enables the
Exception transformation to send alerts.
Note: If your site has specified
NOXCMD as part of the locked down server settings, the RRDtool and
SNMP staging transformations will not execute correctly. (The RRDtool
and SNMP adapters require the XCMD option to be set on.) Therefore,
the lockdown feature is not available for servers that are running
these two adapters.