Results 48 comments of solarmon

Our root partition is 16G in size and the homer_data database is 11G in size: homer_data=# SELECT pg_database.datname, pg_size_pretty(pg_database_size(pg_database.datname)) AS size FROM pg_database; datname | size --------------+--------- postgres | 7577...

Please advise whether I can just delete the tables in the homer_data database.

I can't use psql now - since there is no more storage... :'(

I managed to clear some storage - deleted the old kernels - and got access with psql again. I deleted the tables: hep_proto_1_default_20200917* hep_proto_1_default_20200918* Do I need to delete any...

Hi, I checked the server this morning and it seems something has happened and I now have 8.3G of free space. However, looking at the heplify-server logs, I see the...

Looking at the contents of the homer_data tables, it seems most of it is filled with SIP OPTIONS. However, this traffic is not visible in the Homer web app. I...

Do you mean in the Search form/widget in the Homer web app GUI? I don't see a 'Transaction Type' search field to add to it. Only 'Proto Family', 'Protocol Type',...

In the 'SIP Method' search field - only the following methods appears in the drop down menu: INVITE BYE 100 200 183 CANCEL Even if I type in 'OPTIONS' manually...

Ah, thank you! I now see where the 'Proto' field is in the search Settings window. It is currently on 'SIP - call' and I have now changed it to...

@lmangani Thank you for the response. I did check iptables and there is a DOCKER chain that has the ports opened: ``` Chain DOCKER (2 references) target prot opt source...