Last modified by Frank Fock on 2024/05/25 10:09

From version 3.1
edited by Frank Fock
on 2024/05/25 09:58
Change comment: There is no comment for this version
To version 1.1
edited by Frank Fock
on 2024/05/25 09:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,10 +7,7 @@
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 -
13 -{{code language="none" title=" "}}
10 +{{code language="none" title="AGENT++ agent intialisation (+new/-old)"}}
14 14   Snmpx snmp(status, inaddr);
15 15  - mib = new Mib(persistentObjectsPath);
16 16  + mib = new Mib(persistentObjectsPath, path(bootCounterFile));
... ... @@ -56,4 +56,3 @@
56 56  + mib.add(new V3SnmpEngine(v3mp));
57 57  + mib.add(new MPDGroup(v3mp));
58 58  {{/code}}
59 -{{/info}}