Windows、Linux、FreeBSD、OS Xのサーバー監視エージェントの起動および停止方法はつぎのとおりです。
Windowsエージェント:
次の2つの方法のいずれかで、エージェントサービスの起動と停止を行います。
オプション1
システムトレイのSite24x7 Windowsエージェントトレイアイコンを右クリックして、エージェントの起動、停止、再起動を行います。
オプション2
サービス → Site24x7 Windows Agent → 起動、停止、ポーズ、再起動を選択します。
Linuxエージェント:
rootインストール
/opt/site24x7/monagent/bin/monagent <下記コマンド挿入>
非rootインストール
<エージェントがインストールされているホームディレクトリ>/site24x7/monagent/bin/monagent <下記コマンド挿入>
- start
- stop
- restart
- status
Dockerエージェント:
起動
docker start site24x7-agent
停止
docker stop site24x7-agent
再起動
docker restart site24x7-agent