From fa8b7740ab74fa5f2104b0f44cc35a960cafb76d Mon Sep 17 00:00:00 2001 From: fguigues <fguigues@localhost> Date: Tue, 18 Mar 2008 17:22:25 +0000 Subject: [PATCH] * Fix for Issue 218 : Monitor Information Available via SNMP * Update the nbproject to include the snmp source code --- opends/src/messages/messages/protocol.properties | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties index 7b2ef83..29fc529 100644 --- a/opends/src/messages/messages/protocol.properties +++ b/opends/src/messages/messages/protocol.properties @@ -1435,3 +1435,28 @@ SEVERE_ERR_LDIF_CONNHANDLER_CANNOT_DELETE_456=An error occurred while the \ LDIF connection handler was attempting to delete processed file %s: %s SEVERE_ERR_CONNHANDLER_ADDRESS_INUSE_457=Address already in use +INFO_SNMP_CONNHANDLER_DESCRIPTION_LISTEN_PORT_1458=SNMP port on \ + which this connection handler accepts SNMP requests. Changes \ + to this configuration attribute will not take effect until the connection \ + handler is disabled and re-enabled, or until the Directory Server is \ + restarted +SEVERE_ERR_SNMP_CONNHANDLER_NO_LISTEN_PORT_1459=No listen port was defined \ + using configuration ds-cfg-listen-port in configuration entry %s. This is a \ + required attribute +SEVERE_ERR_SNMP_CONNHANDLER_CANNOT_DETERMINE_LISTEN_PORT_1460=An unexpected \ + error occurred while processing the ds-cfg-snmp-port attribute in \ + configuration entry %s, which is used to specify the port on which to listen \ + for client connections: %s +SEVERE_ERR_SNMP_CONNHANDLER_CANNOT_BE_STARTED_1461=An unexpected \ + error occurred when this connection handler started +SEVERE_ERR_SNMP_CONNHANDLER_NO_CONFIGURATION_1462=No Configuration was defined \ + for this connection handler. The configuration parameters ds-cfg-listen-port \ + and ds-cfg-trap-port are required by the connection handler to start +SEVERE_ERR_SNMP_CONNHANDLER_TRAPS_DESTINATION_1463=Traps Destination %s is \ + an unknown host +SEVERE_ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES_1464=You do not have the \ + appropriated OpenDMK jar files to enable the SNMP Connection Handler. \ + Please go under http://opendmk.dev.java.net and set the \ + ds-cfg-opendmk-jarfile configuration parameter to set the full path \ + of the required jdmkrt.jar file. The SNMP connection Handler didn't started + -- Gitblit v1.10.0