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 サーバーのデフォルトアドレス IP は何ですか?
allowed_hosts=127.0.0.1,<Nagios ip server>
前もって感謝します。
そのようなデフォルトのアドレスはありません。
allowed_hosts=10.0.0.1,10.0.0.2,10.0.0.3,127.0.0.1
上記は、nagios ディレクトリの下の nrpe.cfg ファイルに指定されている構成であり、ポート 5666 が開いている場合、上記のホストの定義からの接続を許可することでリモート実行を実行できます。