.foundation.monitoring-jmx-lib.1.0.3-2.source-code.configSchema.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of monitoring-jmx-lib Show documentation
Show all versions of monitoring-jmx-lib Show documentation
This project is the foundation runtime monitoring http implementation project.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- ~ Copyright 2015 Cisco Systems, Inc. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <NamespaceDefinitions xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/foundation-runtime/configuration/master/ccp_schema/CCP_XML.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NamespaceDefinition> <NamespaceIdentifier version="TBD" name="TBD"/> <Parameter name="service.mxagentRegistry.port" type="INTEGER" description="default mx port" advanced="true" instantiationLevel="GLOBAL"> <DefaultValue> <PrimitiveValue value="3000"/> </DefaultValue> </Parameter> <Parameter name="service.mxagentRegistry.innerPort" type="INTEGER" description="default exported port" advanced="true" instantiationLevel="GLOBAL"> <DefaultValue> <PrimitiveValue value="4000"/> </DefaultValue> </Parameter> <Parameter name="service.mxagentRegistry.inProcess" type="BOOLEAN" description="true/false to spawn rmi registry process in process or new thread" instantiationLevel="GLOBAL" advanced="true"> <DefaultValue> <PrimitiveValue value="false"/> </DefaultValue> </Parameter> <Parameter name="service.mxagentRegistry.monitoringEnabled" type="BOOLEAN" description="general flag to turn monitor on or off" advanced="true" instantiationLevel="GLOBAL"> <DefaultValue> <PrimitiveValue value="true"></PrimitiveValue> </DefaultValue> </Parameter> <Parameter name="service.mxagentRegistry.rmiregistryMaxHeapSize" type="INTEGER" description="Maximum heap size in MB for rmi registry" advanced="true" instantiationLevel="GLOBAL"> <DefaultValue> <PrimitiveValue value="2048"/> </DefaultValue> </Parameter> <Parameter name="service.mxagentRegistry.statisticsCalculationWindow" type="INTEGER" description="The calculation window in which monitoring will calculate statistics such as TPS" unit="seconds" advanced="true" instantiationLevel="GLOBAL"> <DefaultValue> <PrimitiveValue value="120"/> </DefaultValue> </Parameter> </NamespaceDefinition> </NamespaceDefinitions>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy