diff options
author | Micael Karlberg <[email protected]> | 2010-02-12 15:55:58 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-13 07:29:33 +0100 |
commit | 3d06af66f9da569891d48594e8a6fe72e0065d20 (patch) | |
tree | 273bebfc16a8381fa6beb83077381e6c25778338 /lib/snmp/doc/src | |
parent | d9286a9a68e8b10dcf006a60ec84a0439e725fac (diff) | |
download | otp-3d06af66f9da569891d48594e8a6fe72e0065d20.tar.gz otp-3d06af66f9da569891d48594e8a6fe72e0065d20.tar.bz2 otp-3d06af66f9da569891d48594e8a6fe72e0065d20.zip |
OTP-8442: Regstration of agents using config file incorrect
OTO-8442: Per Hedeland
Diffstat (limited to 'lib/snmp/doc/src')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index dc2d879672..8939fbd6df 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -70,6 +70,14 @@ <list type="bulleted"> <item> + <p>[manager] Registration of agents using the config file, + <seealso marker="snmp_manager_config_files#agents">agents.conf</seealso>, + does not work. This has now been corrected. </p> + <p>Per Hedeland</p> + <p>Own Id: OTP-8442</p> + </item> + + <item> <p>The config utility (<seealso marker="snmp#config">snmp:config/0</seealso>) generated a default notify.conf |