# 告警的模板规则中指标选配说明 > 以下针对规则组(告警策略)中的模板规则配置进行说明 ## 在规则模板中配置节点告警 | 指标名称(UI 指标下拉列表) | 输入阈值(UI 输入框) | 显示单位(UI上) | 提交后端的阈值(浮点类型) | 提交后端时赋值 jsonpath | - | - | - | - | - CPU 用量 -> CPU 用量(%) | `$input` | % | `$input * 0.01` | `...node.metricThreshold.cpu.utilization` 过去 1 分钟的 CPU 平均负载 | `$input` | | `$input` | `...node.metricThreshold.cpu.load1m` 过去 5 分钟的 CPU 平均负载 | `$input` | | `$input` | `...node.metricThreshold.cpu.load5m` 过去 15 分钟的 CPU 平均负载 | `$input` | | `$input` | `...node.metricThreshold.cpu.load15m` 内存用量 -> 内存用量(%) | `$input` | % | `$input * 0.01` | `...node.metricThreshold.memory.utilization` 可用内存 | `$input` | GiB | `$input * 1024 * 1024 * 1024` | `...node.metricThreshold.memory.available` 网络发送数据速率 | `$input` | Mbps | `$input * 1000 * 1000` | `...node.metricThreshold.network.transmittedRate` 网络接收数据速率 | `$input` | Mbps | `$input * 1000 * 1000` | `...node.metricThreshold.network.receivedRate` 本地磁盘空间利用率 | `$input` | % | `$input * 0.01` | `...node.metricThreshold.disk.spaceUtilization` 本地磁盘可用空间 | `$input` | GB | `$input * 1000 * 1000 * 1000` | `...node.metricThreshold.disk.spaceAvailable` Inode 用量 -> Inode 用量(%) | `$input` | % | `$input * 0.01` | `...node.metricThreshold.disk.inodeUtilization` 本地磁盘读取 IOPS | `$input` | | `$input` | `...node.metricThreshold.disk.iopsRead` 本地磁盘写入 IOPS | `$input` | | `$input` | `...node.metricThreshold.disk.iopsWrite` 本地磁盘读取吞吐量 | `$input` | KB/s | `$input * 1000` | `...node.metricThreshold.disk.throughputRead` 本地磁盘写入吞吐量 | `$input` | KB/s | `$input * 1000` | `...node.metricThreshold.disk.throughputWrite` 容器组利用率 | `$input` | % | `$input * 0.01` | `...node.metricThreshold.pod.utilization` 容器组异常率 | `$input` | % | `$input * 0.01` | `...node.metricThreshold.pod.abnormalRatio` ## 在规则模板中配置工作负载告警 | 指标名称(UI 指标下拉列表) | 输入阈值(UI 输入框) | 显示单位(UI上) | 提交后端的阈值(浮点类型) | 提交后端时赋值 jsonpath | - | - | - | - | - CPU 用量 | `$input` | core | `$input` | `...workload.metricThreshold.cpu.usage` 内存用量(包含缓存) | `$input` | MiB | `$input * 1024 * 1024` | `...workload.metricThreshold.memory.usage` 内存用量 | `$input` | MiB | `$input * 1024 * 1024` | `...workload.metricThreshold.memory.usageWoCache` 网络发送数据速率 | `$input` | Mbps | `$input * 1000 * 1000` | `...workload.metricThreshold.network.transmittedRate` 网络接收数据速率 | `$input` | Mbps | `$input * 1000 * 1000` | `...workload.metricThreshold.network.receivedRate` 副本不可用率 | `$input` | % | `$input * 0.01` | `...workload.metricThreshold.replica.unavailableRatio`