-
Hello! I've been using your extension since 2018 and I'm really liking it.
But I got little annoying bug with Zabbix databases. Sometimes Zabbix inserts row with the timestamp set in future and th…
-
Hi,
i was trying to migrate a zabbix database 3.0 to 4.0 by following "Upgrade Zabbix v3.4 to v4.2 while moving from PostgreSQL v9.6 to PostgreSQL v11" step
i had to change the following comman…
-
hi,i try to login in oracle 10g dg with sysdba role.
here is my config file:
> [zbxdb@dhec-vm-264 etc]$ cat zbxdb.odb_2_154.cfg
> [zbxdb]
> db_url = //172.16.2.154/dhecrac
> username = zabbix
…
-
I am currently using PostgreSQL Native Range partitioning together with pg_partman on a Zabbix Database.
I recently implemented 'monthly' partitioning for history* tables but later realized that '…
-
I've created the partitions:
SELECT partman.create_parent(p_parent_table := 'public.acknowledges', p_control := 'clock', p_type := 'partman', p_interval := 'monthly', p_epoch := 'seconds');
SELEC…