**文書の過去の版を表示しています。**
synology
WEBブラウザからログインして、zabbixユーザを作っておく。(synology2はzabbix:suikou311で作成)
sudo /usr/local/sbin/zabbix_agentd で起動 sudo vi /usr/local/etc/zabbix_agentd.conf UserParameter=toppro,top -b -n 1 | sed -e "1,6d" | head -6|awk '{print $2" "$7" "$8" "$11}'
qnap
zabbix_agentd -c /opt/etc/zabbix_agentd.conf で動いている /opt/etc/init.d/S07zabbix_agentd で自動起動? top -b -n 1 | sed -e "1,3d" | head -6|awk '{print $3" "$7" "$8" "$9}'
netgear
rn102 service zabbix start rn104 /etc/init.d/zabbix-agent start で起動 UserParameter=toppro,top -b -n 1 | sed -e "1,6d" | head -6|awk '{print $2" "$9" "$10" "$12}'