agent.properties revision 0
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell#
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell#
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell#
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# This code is free software; you can redistribute it and/or modify it
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# under the terms of the GNU General Public License version 2 only, as
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# published by the Free Software Foundation. Sun designates this
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# particular file as subject to the "Classpath" exception as provided
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# by Sun in the LICENSE file that accompanied this code.
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell#
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# This code is distributed in the hope that it will be useful, but WITHOUT
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# version 2 for more details (a copy is included in the LICENSE file that
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# accompanied this code).
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell#
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell# You should have received a copy of the GNU General Public License version
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell# 2 along with this work; if not, write to the Free Software Foundation,
d84817c20fc73c3fd7832b2c30555c1ccff0d04dJaco Jooste# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell#
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# CA 95054 USA or visit www.sun.com if you need additional information or
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell# have any questions.
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell#
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell# Localizations for Level names. For the US locale
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell# these are the same as the non-localized level name.
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnellagent.err.error = Error
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnellagent.err.exception = Exception thrown by the agent
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.warning = Warning
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.configfile.notfound = Config file not found
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.configfile.failed = Failed in reading the config file
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.configfile.closed.failed = Failed in closing the config file
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnellagent.err.configfile.access.denied = Access to the config file is denied
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.exportaddress.failed = Export of JMX connector address to instrumentation buffer failed
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.agentclass.notfound = Management agent class not found
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.agentclass.failed = Management agent class failed
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.premain.notfound = premain(String) does not exist in agent class
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.agentclass.access.denied = Access to premain(String) is denied
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.invalid.agentclass = Invalid com.sun.management.agent.class property value
4a707cd27aadf25939761de152f53e91f44cb52cPhill Cunnington
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.invalid.jmxremote.port = Invalid com.sun.management.jmxremote.port number
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.file.not.set = File not specified
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.file.not.readable = File not readable
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.file.read.failed = Failed in reading the file
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.file.not.found = File not found
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.file.access.not.restricted = File read access must be restricted
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.password.file.notset = Password file is not specified but com.sun.management.jmxremote.authenticate=true
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.password.file.not.readable = Password file not readable
4a707cd27aadf25939761de152f53e91f44cb52cPhill Cunningtonagent.err.password.file.read.failed = Failed in reading the password file
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.password.file.notfound = Password file not found
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.password.file.access.notrestricted = Password file read access must be restricted
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.access.file.notset = Access file is not specified but com.sun.management.jmxremote.authenticate=true
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.access.file.not.readable = Access file not readable
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.access.file.read.failed = Failed in reading the access file
d84817c20fc73c3fd7832b2c30555c1ccff0d04dJaco Joosteagent.err.access.file.notfound = Access file not found
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.connector.server.io.error = JMX connector server communication error
d84817c20fc73c3fd7832b2c30555c1ccff0d04dJaco Jooste
4a707cd27aadf25939761de152f53e91f44cb52cPhill Cunningtonagent.err.invalid.option = Invalid option specified
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.invalid.snmp.port = Invalid com.sun.management.snmp.port number
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.invalid.snmp.trap.port = Invalid com.sun.management.snmp.trap number
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.unknown.snmp.interface = Unknown SNMP interface
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.acl.file.notset = No SNMP ACL file is specified but com.sun.management.snmp.acl=true
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.acl.file.notfound = SNMP ACL file not found
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.acl.file.not.readable = SNMP ACL file not readable
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.acl.file.read.failed = Failed in reading SNMP ACL file
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.acl.file.access.notrestricted = Password file read access must be restricted
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.snmp.adaptor.start.failed = Failed to start SNMP adaptor with address
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnellagent.err.snmp.mib.init.failed = Failed to initialize SNMP MIB with error
4a707cd27aadf25939761de152f53e91f44cb52cPhill Cunnington
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnelljmxremote.ConnectorBootstrap.initialize = Starting JMX Connector Server:
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnelljmxremote.ConnectorBootstrap.initialize.noAuthentication = No Authentication
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnelljmxremote.ConnectorBootstrap.initialize.ready = JMX Connector ready at: {0}
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnelljmxremote.ConnectorBootstrap.initialize.password.readonly = Password file read access must be restricted: {0}
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnelljmxremote.ConnectorBootstrap.initialize.file.readonly = File read access must be restricted: {0}
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnelljmxremote.AdaptorBootstrap.getTargetList.processing = Processing ACL
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnelljmxremote.AdaptorBootstrap.getTargetList.adding = Adding target: {0}
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnelljmxremote.AdaptorBootstrap.getTargetList.starting = Starting Adaptor Server:
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnelljmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptor ready.
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnelljmxremote.AdaptorBootstrap.getTargetList.initialize2 = SNMP Adaptor ready on: {0}:{1}
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnelljmxremote.AdaptorBootstrap.getTargetList.terminate = terminate {0}
8df830cfcb62dc89bde4fa289fae5688d0634798Craig McDonnell