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.

Primary Default SolarWinds Files Used To Customize Deployment

I created this profile to track when my custom SolarWinds modifications get reset. There are numerous files to keep track of, so I figured I'd just start out with the main ones. As time permits, my plan is to break down the profiles into different categories, based on the products/functions being modified.

Disable Precompiled Web Pages; Making Custom Mods Great Again!

E:\Program Files (x86)\SolarWinds\Orion\ConfigurationWizard.exe.config

Make sure this file keeps this: "PrecompiledWebsiteDisabled" value="true"

This is what makes the Orion website install use files, instead of placeholders.

Without this, custom mods are much more difficult to accomplish.

https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Disable_Duplicate_Detector_for_Discovery…

Network Discovery "Discovers" Devices, But Does Not Import Multiple Devices At Once.

E:\Program Files (x86)\SolarWinds\Orion\SolarWinds.Orion.Discovery.Job.dll.config

These options allow the network discovery process to add nodes with the same name, IP, and/or MAC address.

"DisableIpAddressDuplicateDetector" value="true"

"DisableMacDuplicateDetector" value="false"

"DisableSysNameDuplicateDetector" value="true"

F:\inetpub\SolarWinds\Orion\APM\Admin\Applications\ExistingApps.js

This controls the grid appearance and functionality on the Manage Assigned Application Monitors page.

/Orion/APM/Admin/Applications/Default.aspx

F:\inetpub\SolarWinds\Orion\APM\Admin\ViewTemplates.js

This controls the grid appearance and functionality on the Manage Application Monitor Templates page.

/Orion/APM/Admin/ApplicationTemplates.aspx

Adjusting Pages To Display More Stuff

F:\inetpub\SolarWinds\Orion\Admin\Accounts\js\Accounts.js

This modifies the accounts page to show more data, using more of the screen.

/Orion/Admin/Accounts/Accounts.aspx

F:\inetpub\SolarWinds\Orion\Admin\js\CpInlineEditorGrid.js

This affects how the grid appears and functions on the Custom Property Editor page.

/Orion/Admin/CPE/InlineEditor.aspx

Adjusting Pages To Display More Stuff

F:\inetpub\SolarWinds\Orion\Admin\js\ManageCPGrid.js

This controls how the grid appears, and functions, on the Manage Custom Properties page.

/Orion/Admin/CPE/Default.aspx

F:\inetpub\SolarWinds\Orion\AgentManagement\js\AgentManagement.js

This controls the grid appearance and functionality on the Manage Agents page.

/Orion/AgentManagement/Admin/ManageAgents.aspx

Now, whenever I run the config wizard, and my mods get zapped away, SCM will kindly provide me a way to restore them.

Thank you,

-Will

Orion_Mods_20180914.scm-profile