diff options
author | Greg Sabino Mullane | 2013-09-24 19:10:18 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-09-24 19:10:18 +0000 |
commit | 4913c66075a68d1c086cf67baa46902f8d5f4306 (patch) | |
tree | 2fa8a6f7cfb25586274df77753b7317995ea3cfc | |
parent | 0f6655a475c9a45d59acc6c97b01c1fe59ea56e7 (diff) |
Whitespace2.21.0
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 097c4cbd6..ad5274aaf 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -5518,7 +5518,7 @@ sub check_pgagent_jobs { # Determine max time to examine. my $seconds = $critical; - $seconds = $warning if length $warning and + $seconds = $warning if length $warning and (! length $critical or $warning > $critical); $SQL = qq{ |