Parameter:
AMgr_DisableProcessSecurityShort description: Disables the additional process security check of the Agent Manager (for diagnosis / legacy workarounds only).
Profile
Parameter | AMgr_DisableProcessSecurity |
Category | Startup / Tasks |
Component | Server |
Available since | 9.0.1 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 0 = check active (default), 1 = disabled |
Description
The Agent Manager starts every agent in an isolated process context and performs additional security/signature checks. In very rare diagnostic cases or with old custom agents, this check can be temporarily disabled to test whether it is the actual cause of a problem.
Caution: Setting
=1 weakens security and should only be active short-term for testing and diagnosis purposes.Example configuration
AMgr_DisableProcessSecurity=1
Notes & pitfalls
- Never keep this set permanently in production.
- Complements
Debug_AMgr=2,AMgr_DisableMailLookup.
- Only disables process security – the agent signature check remains active.
- Reproduce in a test environment before activating.
- The change takes effect after a restart of the Agent Manager.