This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

UnmanageDialog.ascx Changing Default Unmanage Time

Hello,

Has anyone else edited this to drop the default unmanage time.  Most of the time we only need to unmanage for 30mins or less.  I gave it a quick test and it seems to work but just curious to see if anyone else has done the same.

c:\inetpub\SolarWinds\Orion\Controls\UnmanageDialog.ascx

Change line -

now = new Date(now.getTime() + 24 * 60 * 60 * 1000);

to

now = new Date(now.getTime() + 30 * 60 * 1000);

Though im not sure if this setting will be retained when any update is applied and is probably totally unsupported.

Pete