MEF Edge支持配置MEF Center根证书过期告警时间阈值和检测周期。
cd 安装目录/MEFEdge/software/
./run.sh alarmconfig -cert_threshold=证书告警过期时间阈值 -cert_period=证书告警检测周期
参数 |
说明 |
---|---|
cert_threshold |
可选。证书告警过期时间阈值,取值范围[7, 180],默认值为90。 |
cert_period |
可选。证书告警检测周期,取值范围[1, 证书告警过期时间阈值-3],默认值为7。 |
Execute [alarmconfig] command success!
MEF Edge支持查询MEF Center根证书过期告警时间阈值和检测周期。
cd 安装目录/MEFEdge/software/
./run.sh getalarmconfig
cert_period is [1], the unit is day cert_threshold is [90], the unit is day Execute [getalarmconfig] command success!