Luke Escudé
Luke Escudé
Hello, this is happening to me too - Any quick fix I can implement?
Turns out the solution is to restart all the manager nodes, but do the leader last. If you restart the leader in the middle of the process, then all the...
I can confirm this is happening to me as well.
@karstenjakobsen I am trying to get into the Docker container for Heplify-server to make the changes you suggested above (I am having the same issue everyone else is) but cannot...
Ah, a simple reconfiguring of the docker-compose file was necessary - Missed that comment above. I apologize for overlooking it!
Well, we are filtering out OPTIONS and NOTIFY packets so they aren't stored to the database (I am not certain if that function actually works, but I can double check)....
When the hard drive fills to 99%, the following script is run: docker kill $(docker ps -q) cd /root/homer7-docker/heplify-server/hom7-prom-all/ && rm -rf postgres-data && docker-compose up -d Line 1 kills...
Here is another example with less data, so it's easier to see - It's like Grafana is treating Register Per Second as a sin() wave or something, since our platform...
It seems none of the HEPLIFYSERVER_X fields in the docker-compose file are honored - I've opened a similar ticket: https://github.com/sipcapture/homer7-docker/issues/86
@lmangani I apologize I never got this info from you: # docker --version Docker version 19.03.6, build 369ce74a3c # docker info Client: Debug Mode: false Server: Containers: 9 Running: 9...