2334N/A<?xml version="1.0" encoding="UTF-8"?>
2334N/A<!--
2868N/A ! CDDL HEADER START
2868N/A !
2868N/A ! The contents of this file are subject to the terms of the
2868N/A ! Common Development and Distribution License, Version 1.0 only
2868N/A ! (the "License"). You may not use this file except in compliance
2868N/A ! with the License.
2868N/A !
6983N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6983N/A ! or http://forgerock.org/license/CDDLv1.0.html.
2868N/A ! See the License for the specific language governing permissions
2868N/A ! and limitations under the License.
2868N/A !
2868N/A ! When distributing Covered Code, include this CDDL HEADER in each
6983N/A ! file and include the License file at legal-notices/CDDLv1_0.txt.
6983N/A ! If applicable, add the following below this CDDL HEADER, with the
6983N/A ! fields enclosed by brackets "[]" replaced with your own identifying
6983N/A ! information:
2868N/A ! Portions Copyright [yyyy] [name of copyright owner]
2868N/A !
2868N/A ! CDDL HEADER END
2868N/A !
2868N/A !
3215N/A ! Copyright 2007-2008 Sun Microsystems, Inc.
5422N/A ! Portions Copyright 2011 ForgeRock AS
2868N/A ! -->
2868N/A<adm:managed-object name="monitor-backend"
2868N/A plural-name="monitor-backends" package="org.opends.server.admin.std"
2874N/A extends="backend" advanced="true"
2874N/A xmlns:adm="http://www.opends.org/admin"
2334N/A xmlns:ldap="http://www.opends.org/admin-ldap">
2334N/A <adm:synopsis>
3199N/A The
3199N/A <adm:user-friendly-name />
3199N/A allows clients to access the information made
5422N/A available by directory server monitor providers.
2334N/A </adm:synopsis>
2334N/A <adm:profile name="ldap">
2334N/A <ldap:object-class>
2334N/A <ldap:name>ds-cfg-monitor-backend</ldap:name>
2334N/A <ldap:superior>ds-cfg-backend</ldap:superior>
2334N/A </ldap:object-class>
2334N/A </adm:profile>
2868N/A <adm:property-override name="java-class" advanced="true">
2334N/A <adm:default-behavior>
2334N/A <adm:defined>
2868N/A <adm:value>org.opends.server.backends.MonitorBackend</adm:value>
2334N/A </adm:defined>
2334N/A </adm:default-behavior>
2334N/A </adm:property-override>
2868N/A <adm:property-override name="writability-mode">
2868N/A <adm:default-behavior>
2868N/A <adm:defined>
2868N/A <adm:value>disabled</adm:value>
2868N/A </adm:defined>
2868N/A </adm:default-behavior>
2868N/A </adm:property-override>
2334N/A</adm:managed-object>