thiagoftsm

Results 199 comments of thiagoftsm

Hi @NL-TCH , @prologic merged few minutes ago the changes that allow to compile Netdata on FreeBSD, please, do you have conditions to test our master branch? Best regards!

> Hi @thiagoftsm ! I added a counter to while loop. I chose the limit of 60 attempts because with 1 second delay - this provides new minute and new...

The PR is working as expected, and the JSON output is valid according RFC, I am waiting for the minor suggestions to be addressed before to approve it.

Hello @underhood , I cloned from scratch `netdata` and after this I initialize `modules` and I got your branch. After to run next commands: ```sh # autoreconf -ivf # ./configure...

> Do you have system dev package for protobuf and protoc ? if i am not mistaken cmake do not support static protobuf yet (i will have to change that)...

@vlvkobal I am using the same VM I used yesterday without errors, but this time I am having these errors: ```sh [ 78%] Linking CXX executable netdata /usr/bin/ld: CMakeFiles/netdata.dir/exporting/exporting_engine.c.o: in...

Hello @stelfrag , I observed that there are areas of the code that still needs to be addressed, please, take a look in these errors: ```sh database/rrdhost.c:517:34: error: 'RRDHOST_FLAG_ARCHIVED' undeclared...

Hello @Saruspete , Openssl is also hard dependency for our `dbengine'. We can work to bring support for other TLS libraries, but to remove would be a little bit complicated....