上一主题: dpmce ceconfig -setnode 命令-设置主机间隔下一主题: 事件命令


dpmce ceconfig -updatemetric 命令-更新度量标准

dpmce ceconfig -updatemetric 命令用于更新当前收集的主机度量标准、阈值和总体计算属性。

此命令具有以下格式:

dpmce ceconfig -updatemetric [-sc sc_url] -host_name hostname -metricname metricname [-lower_threshold lowerthreshold][-upper_threshold upperthreshold] include_for_overall Yes|No [-ws_user username -ws_password password][-locale iso629value]
-sc sc_url

(可选)为服务控制器主机定义 URL。

示例:https://hostname:port/...

hostname

定义安装了服务控制器的完全限定主机。

示例:localhost.ca.com

port

定义服务控制器服务器的侦听端口。

示例:80

-host_name hostname

定义主机计算机的名称。

-metricname metricname

定义度量标准的名称。

-lower_threshold lowerthreshold

定义数据中心的总体使用阈值下限。 阈值下限必须始终小于阈值上限。

限制:0-100%

-upper_threshold upperthreshold

定义数据中心的总体使用阈值上限。 阈值上限必须始终大于阈值下限。

限制:1-100%

-include_for_overall Yes|No

定义度量标准是否包含在总体计算中。

将度量标准包含在总体计算中。

将度量标准排除在总体计算之外。

-ws_user username -ws_password password

(可选)指定要用于 Web 服务安全检查的凭据。 如果不包含凭据,系统会提示您输入凭据。 通过使用 caaipsecurity 设置自己的会话来避免提示输入凭据。

-locale iso639value

(可选)指定 IS0 639_3166 组合以覆盖默认的英语输出(例如:法语为 fr_FR)。 要使用命令提示符的区域设置,请指定“native”。

示例:为主机 ServerZ 更新内存度量标准

本示例更新度量标准 Memory: AvailableMbytes 的阈值上限和下限,并将其包括在主机 ServerZ 的总体计算中。

dpmce ceconfig -updatemetric -host_name ServerZ -metricname Memory: AvailableMbytes -lower_threshold 10 -upper_threshold 90 -include_for_overall Yes