diff options
author | Guillaume Lelarge | 2012-08-23 17:50:39 +0000 |
---|---|---|
committer | Guillaume Lelarge | 2012-08-23 17:50:39 +0000 |
commit | f0758a6cf31f781f6559ddadcb2cc36a88dc0a0f (patch) | |
tree | 8671a43169d812aa079b331614877fc8f792b79b /check_postgres.pl | |
parent | edcf4959e7c347c040682d7c3061aef6fe78a759 (diff) |
Fix disk_space docs
Comments from Lance Raymond.
Diffstat (limited to 'check_postgres.pl')
-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 6cb05b09f..e8018a154 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8692,7 +8692,7 @@ L</"BASIC FILTERING"> section for more details. Example 1: Make sure that no file system is over 90% for the database on port 5432. - check_postgres_disk_space --port=5432 --warning='90%' --critical="90%' + check_postgres_disk_space --port=5432 --warning='90%' --critical='90%' Example 2: Check that all file systems starting with /dev/sda are smaller than 10 GB and 11 GB (warning and critical) |