Files
openGauss-OM/script/gspylib/inspection/config/scene_slow_node.xml
hangjin2020 a2679f0cf7 om仓迁移
2020-12-16 17:25:24 +08:00

19 lines
573 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<scene name="default" desc="The tool performs an inspection for the cluster.">
<configuration/>
<allowitems>
<item name="CheckProcMem"/>
<item name="CheckCPU"/>
<threshold>
StandardCPUIdle=10;
</threshold>
<item name="CheckSlowDisk"/>
<item name="CheckNetWorkDrop"/>
<threshold>
dropRate=1;
</threshold>
<item name="CheckClusterState"/>
<item name="CheckDBConnection"/>
</allowitems>
</scene>