|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (3)
View Page History... |
This is a temporary workaround. Very large host groups may cause errors on REST API update when setting regular or scheduled downtime. Please follow the steps below as recommended edits. |
h5. Steps |
# Edit the following file and save: |
... |
{noformat}/usr/local/groundwork/config/rstools/config.php{noformat} #* Add this to the bottom of the file before the last "}" brace: |
{noformat}const DOWNTIME_MAX_ELEMENTS = 6000; |
const DOWNTIME_HOSTGROUP_HOST_BIZ_BULK = 50; |
const DOWNTIME_HOSTGROUP_SERVICE_BIZ_BULK = 4;{noformat} |