-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solving problem of bacnet function not loaded #137
Conversation
@@ -133,6 +133,7 @@ RUN apt-get update \ | |||
liblua5.1-dev \ | |||
libhiredis-dev \ | |||
libevent-dev \ | |||
vim \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
イメージの中にvimをinstallしたら、コンテンの中でファイルを編集しやすいです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
通常利用ではコンテナ内でファイル編集をしないため不要です。
sed -i '1i #' bacnet_service.log | ||
merge_log "bacnet.*.log" "bacnet.log" | ||
sed -i '/^#/d' bacnet.log | ||
sed -i '1i #' bacnet.log | ||
fi | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bacnet.logの生成のために
@@ -119,6 +119,7 @@ redef LogAscii::enable_utf_8 = F; | |||
#@load zeek-plugin-s7comm | |||
#@load icsnpp-ethercat | |||
#@load icsnpp-modbus | |||
@load icsnpp-bacnet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icsnpp-bacnetをloadできるようにしました。
crontabの問題は解消されてないようにみえるけど |
BACnet/IP対応になっていないので、バグを修正しました。