Nagiosが監視するAWS EC2プロジェクトがあります。
私のNagiosはAWS外部サーバー上で動作します。
サービス監視は機能しますが、ホスト監視は機能しません。
どうすれば解決できますか?
define host {
use linux-server
host_name myserver.com
alias
address 44.211.111.211
max_check_attempts 5
check_period 24x7
notification_interval 30
notification_period 24x7
}
define service{
host_name myserver.com
service_description myserver.com_web
check_command check_https_with_auth!myserver.com
max_check_attempts 5
check_period 24x7
notification_interval 30
notification_period 24x7
}
ベストアンサー1
NagiosはデフォルトでICMP(「Ping」)を使用してホスト接続の可能性をテストします。
修正するEC2セキュリティグループNagios アドレスから ICMP アクセスを許可すると問題が解決します。