GWME-7.2.1-00 version 4127 Rollup Patch Details

compared with
Current by Thomas Stocking
on Sep 15, 2020 16:50.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
which can be added to cron for the nagios user.
This takes care of a database growth problem that happens when downtimes were set for hosts that were then deleted, and the downtimes were not (an issue which has since been dealt with in later versions).
We added an option in this patch: Adding --preview to this command will not delete anything, but will generate a list of downtimes that will be deleted when the command is run without the --preview option. This allows you to see which downtimes you are about to delete, which should make you more confident in the process.

We added an option in this patch: Adding {noformat}--preview{noformat} to this command will not delete anything, but will generate a list of downtimes that will be deleted when the command is run without the --preview option. This allows you to see which downtimes you are about to delete, which should make you more confident in the process. To summarize:
{noformat}/usr/local/groundwork/foundation/container/rstools/php/bsmCheck/protected/yiic downtime removeorphans{noformat}
removes all orphan downtimes.
{noformat}/usr/local/groundwork/foundation/container/rstools/php/bsmCheck/protected/yiic downtime removeorphans --preview{noformat}
shows you a list of orphan downtimes without removing them.


h5. Minor Bug fixes