From ff5059ed79e60f925fed5af6fa418dcbff1b35f2 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 16 Jul 2024 10:37:28 +0200 Subject: [PATCH] Fix Debian package dependencies --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8ae6deb..cba3e86 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 3.9.6 Package: check-pg-streaming-replication Architecture: all -Depends: ${misc:Depends}, python3, python3-requests +Depends: ${misc:Depends}, sudo, gawk, sed, bc, postgresql-client Description: Monitoring plugin to check Postgres Streaming replication state This Icinga/Nagios check plugin permit to check Postgres Streaming replication state.