diff --git a/check_psqlserver b/check_psqlserver index 026654bd0a80e2ad873a2787e92b445be36d72cd..56ee58ddff022b0a8516b85187ee574f43e3652c 100755 --- a/check_psqlserver +++ b/check_psqlserver @@ -304,7 +304,7 @@ case "${sMode}" in "replication") _out=$( psql -c "select * from pg_stat_replication" 2>&1 ) || _queryFailed if tail -1 <<< "$_out" | grep "(0 rows)" >/dev/null ; then - descr="No data in pg_stat_replication - this is no slave." + descr="No data in pg_stat_replication = no replication here." out="" else descr="status (from pg_stat_replication)"