From 45b7c3f3fa2c0eea171225c5422756c3de5c3490 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 16 Jul 2024 09:43:09 +0200 Subject: [PATCH] Fix debian package dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 86aaa76..3e44cbe 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 3.9.6 Package: check-container-upgrade Architecture: all -Depends: ${misc:Depends}, python3, python3-requests +Depends: ${misc:Depends}, jq, jo Description: Monitoring plugin to check Postgres Streaming replication state This Icinga/Nagios check plugin permit to check Postgres Streaming replication state.