ZABBIX sender Update 3.0 → 3.2

Raspberry PiにI2Cセンサを取り付け、zabbix_senderを使いZABBIXサーバに記録をしている。Serverが3.2.1となったのでsenderも同じVersionにする。といってもソースからzabbix_senderを取り出してコピーするだけ。

zabbix_senderのVersion確認

# zabbix_sender -V
zabbix_sender (Zabbix) 3.0.3
Revision 60173 18 May 2016, compilation time: Jul 15 2016 11:42:31

Copyright (C) 2016 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.

Source取得~tar~configure~make

# tar zxvf zabbix-3.2.1.tar.gz
# cd zabbix-3.2.1
# ./configure --enable-agent
# make

zabbix_senderのコピー

# cp /usr/local/src/zabbix-3.2.1/src/zabbix_sender/zabbix_sender /usr/local/bin

Version確認

# zabbix_sender -V
zabbix_sender (Zabbix) 3.2.1
Revision 62890 30 September 2016, compilation time: Oct 13 2016 14:44:32

Copyright (C) 2016 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.

 

コメント