Fix package-all make target

* Fix the package-all target in the Makefile

* Remove storage of raw sequence stats
This commit is contained in:
James Campbell 2025-07-05 12:28:36 -04:00
parent 5ea007c3f6
commit 5ede7dea07
Signed by: james
GPG Key ID: 2287C33A40DC906A
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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.'