check_postgres

script for monitoring PostgreSQL databases

Debian Debian
RUN apt-get update && \ apt-get install -y check-postgres
Ubuntu
RUN apt-get update && \ apt-get install -y check-postgres
Alpine
RUN apk add check_postgres
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y check-postgres
Fedora
RUN dnf install -y check_postgres
Raspbian
RUN apt-get update && \ apt-get install -y check-postgres
click the source code to copy install check_postgres on any operating system with command-not-found.com