0

debian システムで nagios3 を実行していますが、通知を分離したいと考えています。

すべての通知が電子メールと SMS に送信されるようになりました。私が望むのは、特定のサービスが警告またはクリティカルを与えると、SMS に送信されることです。

たとえば、サービス A、B、C、D があるとします。サービス A または C のいずれかが失敗した場合に、SMS で通知を受けたいとします。しかし、サービス B または D のいずれかが失敗した場合に、SMS で通知を受け取りたくありません。

柔軟な通知オプションを持つ Check_MK について何かを読みました。これに Check_MK を使用できますか、それとも Nagios 自体がこれを実行できますか?

4

1 に答える 1

2

as I don't use plain Nagios I can't help you with Nagios but check_mk is capable of doing that. With check_mk you can define separate notifications for defined services or hosts by blacklisting or whitelisting. You can also define timeperiodes and escalations. Take a look at: https://mathias-kettner.de/checkmk_flexible_notifications.html For Nagios I'm pretty sure that is capable of doing that too.

于 2015-01-21T20:27:33.300 に答える