**文書の過去の版を表示しています。**
まとめ
下記のファイルをダウンロードして、c:\に解凍
管理者でPowerShellを開いて
C:\zabbix_agent\bin\win64\zabbix_agentd.exe --config C:\zabbix_agent\zabbix_agentd.conf --install net start "Zabbix Agent" New-NetFirewallRule -Protocol TCP -LocalPort 10050 -Direction Inbound -Action Allow -DisplayName zabbix
補足
上記のzipファイル中の設定ファイル c:\zabbixagent\zabbixagentd.conf には下記が追加されているのと、zabbixサーバのIPが変更されている。
UserParameter=wmic,WMIC.exe PATH Win32_PerfFormattedData_PerfProc_Process WHERE "PercentUserTime > 1 or Name = \"_Total\"" GET PercentUserTime,Name
そして、zabbixサービスを再起動