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.
nrpe をインストールしないでください。ただし、Nagios コントロール サーバーでシェル スクリプトを記述して、プロセスやデータベースの状態などのリモート ホストを制御する必要があります。達成できますか?スクリプトの書き方は?
nrpe に代わる方法は、[check_by_ssh][1]プラグインを使用することです。SSH 経由で接続し、指定されたプラグイン (またはスクリプト) を実行します。
[check_by_ssh][1]
check_free_mem プラグインの例
define command{ command_name check_ssh_mem command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -C "$USER1$/check_free_mem -w $ARG1$ -c $ARG2$" }