Raspberry PiにI2Cセンサを取り付け、zabbix_senderを使いZABBIXサーバに記録をしている。senderを最新の6.2.1変更にする。コンパイル後zabbix_senderを取り出して所定の場所にコピーするだけ。
現在使用zabbix_senderのバージョン
# zabbix_sender -V
zabbix_sender (Zabbix) 3.4.11
Revision 82160 25 June 2018, compilation time: Jul 24 2018 16:30:02
Copyright (C) 2018 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.
解凍→configure→make
# tar xvf zabbix-6.2.1.tar.gz
# cd zabbix-6.2.1
# ./configure --enable-agent
# make
所定の場所にコピー
cp /tmp/zabbix-6.2.1/src/zabbix_sender/zabbix_sender /usr/local/bin
適用したzabbix_senderのバージョン
# zabbix_sender -V
zabbix_sender (Zabbix) 6.2.1
Revision 2c382976146 25 July 2022, compilation time: Aug 22 2022 16:19:52
Copyright (C) 2022 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.
2016年にも同様の作業をしています。
コメント