xiaowei-system/scripts/sensor-verify.sh

5 lines
233 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 确定性传感器 cron wrapperno_agent
# 每 6 小时运行,静默模式:健康时无输出(不打扰),异常时输出告警
exec bash -c 'cd ~/.hermes/scripts && python3 sensor-verify.py --quiet 2>&1'