check_postgres icon indicating copy to clipboard operation
check_postgres copied to clipboard

please support ranges in custom_query (or generally)

Open justinpryzby opened this issue 3 years ago • 0 comments

For example, I'd like to be able to do this, rather than implement the comparison in a shellscript, as I've done.

check_postgres --action custom_query -w 140000:150000 --query "SELECT current_setting('server_version_num') AS result" ERROR: Invalid argument for 'warning' option: must be an integer

justinpryzby avatar Jul 22 '22 14:07 justinpryzby