Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを実行できるプラグインまたは機能が nagios にありますか: たとえば、CPU 負荷が 2 秒間 80% に上昇しても問題ありません。少なくとも 5 分間 80%++ のままである場合にアラートを受け取りたいです。出来ますか??
はい。retry_intervalto1とmax_check_attemptstoを設定するだけ5で、Nagios はアラートを送信する前にチェックを 5 回 (5 分) 再試行します。すべての再試行後も問題が解決しない場合は、アラートが送信されます。
retry_interval
1
max_check_attempts
5