Extensions
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Setup 3 Environment ActiveGates and 2 Extension ActiveGates separately

SachinJindal
Helper

I want to setup 3 Environment AG and 2 Extension AG separately .. i understand installation will have same installer .. but what changes needs to be done for Extension AG so it will only act for Extension capability .. 

 

Regards

Sachin

8 REPLIES 8

AntonioSousa
DynaMight Guru
DynaMight Guru

@SachinJindal 
Check out the Configuration properties and parameters of ActiveGate:
https://docs.dynatrace.com/docs/ingest-from/dynatrace-activegate/configuration/configure-activegate

In the first 3, dedicate them to OneAgent routing. Guarantee that you have the following, while disabling whatever you don't need.

  • [collector]
    MSGrouter = true

In the other 2, guarantee that the extension_controller section is enabled, while disabling routing.

Check whether you also need the other modules. restart ActiveGates and check in Deployment Status that they are working as intended...

 

Antonio Sousa

Hello Antonio,

i have installed default AG and created a separate Network zone and Group for isolation .. My requirement is i wanted this AG only be doing Extension jobs .. but not really sure what needs to be disabled .. 

 

SachinJindal_0-1775725949368.png

Thanks

Sachin

Hi,

You can disable all of them, except "Extensions" https://docs.dynatrace.com/docs/shortlink/sgw-configure#modules 

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Thanks Anton .. i did disable most of them and see this Oneagent routing still present which i wanted to disable... 

Note :- Reason i wanted to do this i have created 3 AG with default network zone (Environment AG's) and 2 with XXX network zone (Extension AG's) .. currently oneagent is sending the traffic to all of the AG's but i wanted only to sent to default Environment AG only
:~ $ agctl modules get
Enabled modules:
[autoupdate, extension_controller]

SachinJindal_0-1775745929521.png

 

Hi,

You can configure OneAgent to AGs network zone and it would try to use that AG as first option.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Hello @AntonPineiro  - Have tried this option still same issue..

 

Thanks

Sachin

@SachinJindal 
Do the following and restart AG. 

[collector]
MSGrouter = false

Antonio Sousa

Thanks this is working.. 

Featured Posts