dsconfig set-monitor-provider-prop — Modifies Monitor Provider properties
dsconfig set-monitor-provider-prop
{options}
The dsconfig set-monitor-provider-prop command takes the following options:
--provider-name {name}
The name of the Monitor Provider.
Monitor Provider properties depend on the Monitor Provider type, which depends on the {name} you provide.
By default, OpenDJ directory server supports the following Monitor Provider types:
Default {name}: Client Connection Monitor Provider
Enabled by default: true
See the section called “Client Connection Monitor Provider” for the properties of this Monitor Provider type.
Default {name}: Entry Cache Monitor Provider
Enabled by default: true
See the section called “Entry Cache Monitor Provider” for the properties of this Monitor Provider type.
Default {name}: Memory Usage Monitor Provider
Enabled by default: true
See the section called “Memory Usage Monitor Provider” for the properties of this Monitor Provider type.
Default {name}: Stack Trace Monitor Provider
Enabled by default: true
See the section called “Stack Trace Monitor Provider” for the properties of this Monitor Provider type.
Default {name}: System Info Monitor Provider
Enabled by default: true
See the section called “System Info Monitor Provider” for the properties of this Monitor Provider type.
Default {name}: Version Monitor Provider
Enabled by default: true
See the section called “Version Monitor Provider” for the properties of this Monitor Provider type.
--set {PROP:VALUE}
Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it.
Monitor Provider properties depend on the Monitor Provider type, which depends on the --provider-name {name}
option.
--reset {property}
Resets a property back to its default values where PROP is the name of the property to be reset.
Monitor Provider properties depend on the Monitor Provider type, which depends on the --provider-name {name}
option.
--add {PROP:VALUE}
Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added.
Monitor Provider properties depend on the Monitor Provider type, which depends on the --provider-name {name}
option.
--remove {PROP:VALUE}
Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed.
Monitor Provider properties depend on the Monitor Provider type, which depends on the --provider-name {name}
option.
Monitor Providers of type client-connection-monitor-provider have the following properties:
Indicates whether the Monitor Provider is enabled for use.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Client Connection Monitor Provider implementation.
org.opends.server.monitors.ClientConnectionMonitorProvider
A Java class that implements or extends the class(es): org.opends.server.api.MonitorProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Monitor Providers of type entry-cache-monitor-provider have the following properties:
Indicates whether the Monitor Provider is enabled for use.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Entry Cache Monitor Provider implementation.
org.opends.server.monitors.EntryCacheMonitorProvider
A Java class that implements or extends the class(es): org.opends.server.api.MonitorProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Monitor Providers of type memory-usage-monitor-provider have the following properties:
Indicates whether the Monitor Provider is enabled for use.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Memory Usage Monitor Provider implementation.
org.opends.server.monitors.MemoryUsageMonitorProvider
A Java class that implements or extends the class(es): org.opends.server.api.MonitorProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Monitor Providers of type stack-trace-monitor-provider have the following properties:
Indicates whether the Monitor Provider is enabled for use.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Stack Trace Monitor Provider implementation.
org.opends.server.monitors.StackTraceMonitorProvider
A Java class that implements or extends the class(es): org.opends.server.api.MonitorProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Monitor Providers of type system-info-monitor-provider have the following properties:
Indicates whether the Monitor Provider is enabled for use.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the System Info Monitor Provider implementation.
org.opends.server.monitors.SystemInfoMonitorProvider
A Java class that implements or extends the class(es): org.opends.server.api.MonitorProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Monitor Providers of type version-monitor-provider have the following properties:
Indicates whether the Monitor Provider is enabled for use.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Version Monitor Provider implementation.
org.opends.server.monitors.VersionMonitorProvider
A Java class that implements or extends the class(es): org.opends.server.api.MonitorProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No