Glebs Ivanovskis

Results 175 comments of Glebs Ivanovskis

@googlebot I signed it!

Readme [actually says](https://github.com/v-zhuravlev/libzbxmodbus/blob/master/README.md#7-known-issues-and-limitations): > - This module doesn't work with the upstream libmodbus lib, so patched libmodbus v3.1.4 library is used underneath and shipped as a submodule. Two patches are...

Думаю, мы можем класть патченный libmodbus туда же, куда и сам модуль и указывать относительный путь при линковке. Согласно [`man ld.so`](https://man7.org/linux/man-pages/man8/ld.so.8.html): ``` When resolving shared object dependencies, the dynamic linker...

Sure. "Add", not "replace".

Speaking of detecting failures, you may be interested in supporting [ZBX-17674](https://support.zabbix.com/browse/ZBX-17674).

I wouldn't consider logging as part of self-monitoring, but logging is important as well, and if you have a case where failure hasn't been logged properly, please provide some details...

I had a fresh look into the code and into InfluxDB docs and I have reassuring news. So, right now the module is using only [`/write` HTTP endpoint](https://docs.influxdata.com/influxdb/latest/tools/api/#write-http-endpoint) and according...

It is usually enough to have a number of every 5th line.

> regenerate the server if it had stopped You can use Docker [restart policies](https://docs.docker.com/engine/reference/commandline/run/#restart-policies---restart) in combination with health check command (either [in Dockerfile](https://docs.docker.com/engine/reference/builder/#healthcheck) or as [`docker run` options](https://docs.docker.com/engine/reference/commandline/run/#options)).

I am experiencing the same issue when trying to use a Docker container based on [official Ubuntu images](https://hub.docker.com/_/ubuntu) as my development environment. These images are very basic and don't have...