Changes for page How-to migrate from AGENT++ 4.2.x (or older) to 4.3.0 (or newer) to be able to use multiple agents in a single process?
                  Last modified by Frank Fock on 2024/05/25 10:09
              
      
      From version  2.1 
    
    
              edited by Frank Fock
        
on 2024/05/25 09:57
     on 2024/05/25 09:57
      Change comment:
              There is no comment for this version
          
         
      To version  3.1 
    
    
              edited by Frank Fock
        
on 2024/05/25 09:58
     on 2024/05/25 09:58
      Change comment:
              There is no comment for this version
          
         Summary
- 
          Page properties (1 modified, 0 added, 0 removed)
 
Details
- Page properties
 - 
      
- Content
 -   
... ... @@ -7,6 +7,9 @@ 7 7 8 8 If you do not want to use the multi-agent support, you do not have to change anything in your code. In case, you want to clean-up the API usage and/or want to use the new features, please follow the steps below in your agent application: 9 9 10 +{{info}} 11 +**AGENT++ agent intialisation (+new/-old)** 12 + 10 10 {{code language="none" title=" "}} 11 11 Snmpx snmp(status, inaddr); 12 12 - mib = new Mib(persistentObjectsPath); ... ... @@ -53,3 +53,4 @@ 53 53 + mib.add(new V3SnmpEngine(v3mp)); 54 54 + mib.add(new MPDGroup(v3mp)); 55 55 {{/code}} 59 +{{/info}}