From 5ede7dea07688325a4927b63a8284050e79435df Mon Sep 17 00:00:00 2001 From: James Campbell Date: Sat, 5 Jul 2025 12:28:36 -0400 Subject: [PATCH] Fix package-all make target * Fix the package-all target in the Makefile * Remove storage of raw sequence stats --- Makefile | 4 ++-- zabbix_templates/pgmon_templates.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16a051a..ad1de2e 100644 --- a/Makefile +++ b/Makefile @@ -23,12 +23,12 @@ SUPPORTED := ubuntu-20.04 \ # These targets are the main ones to use for most things. ## -.PHONY: all clean tgz test query-tests install-common install-openrc install-systemd +.PHONY: package-all clean tgz test query-tests install-common install-openrc install-systemd # Build all packages .PHONY: package-all -all: $(foreach distro_release, $(SUPPORTED), package-$(distro_release)) +package-all: $(foreach distro_release, $(SUPPORTED), package-$(distro_release)) # Gentoo package (tar.gz) creation .PHONY: package-gentoo diff --git a/zabbix_templates/pgmon_templates.yaml b/zabbix_templates/pgmon_templates.yaml index b63d1c0..64a13fe 100644 --- a/zabbix_templates/pgmon_templates.yaml +++ b/zabbix_templates/pgmon_templates.yaml @@ -841,6 +841,7 @@ zabbix_export: type: HTTP_AGENT key: 'pgmon_db_sequence_visibility[{#DBNAME}]' delay: 30m + history: '0' value_type: TEXT trends: '0' description: 'Statistics about the number of sequences that exist and the number Zabbix can actually see stats for.'