heplify-server
heplify-server copied to clipboard
HEP Capture Server for HOMER
Hello, Is there any way to add a subnet directly to PromTargetIP and tag it with a single name in PromTargetName ? Ex. PromTargetName = "10.1.2.111,10.1.2.4,172.16.0.0/16" PromTargetIP = "sbc_access,sbc_core,customer_a" I...
This issue is related to #436 where I initially commented. I was asked to create a new issue instead. I tried using the certificates from _Let's Encrypt_ so that I...
Support sending data to kafka
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.0 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
This is somewhat related to https://github.com/sipcapture/heplify-server/issues/338 I see that heplify-server runs even when the DB is not available, it just logs an error. This is true also when the DB...
Why is the latest release not yet available on ghcr? https://github.com/sipcapture/heplify-server/pkgs/container/heplify-server
Update SIP Decoder to include NOTIFY messages in the call table.
I have a total of 100GB to be used in the homer postgres database. I would like to configure it so that when it reaches 80% of this 100GB value...
Good morning, I am using two projects connected to each other, heplify-server-master/docker/hep-prom-graf and homer7-docker-master/heplify-server/hom7-prom-all, where, in hep-prom- graf I use prometheus, alertmanager, nodeexporter, grafana and caddy, while in hom7-prom-all I...
The following 201 lines of code: `rows, err := db.Query("select pg_database_size('homer_data');")` https://github.com/sipcapture/heplify-server/blob/90a8a5b76ecc9f487527ad43ba49d3b2ab8c49ee/rotator/rotator.go#L195-L218