全部產品
Search
文件中心

CloudMonitor:常用操作

更新時間:Jun 19, 2024

本文為您介紹啟用、停用和查看CloudMonitor外掛程式的操作方法。

重要

CloudMonitor僅支援通過管理員帳號許可權(Linux作業系統使用root使用者,Windows作業系統使用Administrator使用者)操作CloudMonitor外掛程式。使用管理員帳號具有一定風險,如果操作不當可能導致系統穩定性問題或資料安全問題,請謹慎操作。

啟用外掛程式

  • Windows

    1. 以Administrator使用者登入CloudMonitor外掛程式所在主機。

    2. 開啟命令提示字元頁面。

      通過鍵盤快速鍵Win+R開啟運行對話方塊,輸入命令cmd,單擊確定

    3. 執行以下命令,啟動CloudMonitor外掛程式。

      net start argusagent

  • Linux

    1. 以root使用者登入CloudMonitor外掛程式所在主機。

    2. 執行以下命令,啟動CloudMonitor外掛程式。

      bash /usr/local/cloudmonitor/cloudmonitorCtl.sh start

停止外掛程式

  • Windows

    1. 以Administrator使用者登入CloudMonitor外掛程式所在主機。

    2. 開啟命令提示字元頁面。

      通過鍵盤快速鍵Win+R開啟運行對話方塊,輸入命令cmd,單擊確定

    3. 執行以下命令,停止CloudMonitor外掛程式。

      net stop argusagent

  • Linux

    1. 以root使用者登入CloudMonitor外掛程式所在主機。

    2. 執行以下命令,停止CloudMonitor外掛程式。

      bash /usr/local/cloudmonitor/cloudmonitorCtl.sh stop

查看外掛程式狀態

  • Windows

    1. 以Administrator使用者登入CloudMonitor外掛程式所在主機。

    2. 開啟服務頁面。

      通過鍵盤快速鍵Win+R開啟運行對話方塊,輸入命令services.msc,單擊確定

    3. 查看服務argusagent service的狀態。

      當服務狀態為正在運行時,外掛程式狀態正常。

  • Linux

    1. 以root使用者登入CloudMonitor外掛程式所在主機。

    2. 執行以下命令,查看CloudMonitor外掛程式狀態。

      ps aux | grep argusagent | grep -v grep

      顯示如下資訊,說明CloudMonitor外掛程式狀態正常。

      root      2284  0.0  0.0  22516  1488 ?        Ss   Sep14   0:00 /usr/local/cloudmonitor/bin/argusagent -d
      root      2286  0.2  0.3 939652 14300 ?        Sl   Sep14   3:15 /usr/local/cloudmonitor/bin/argusagent

相關文檔