diff options
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 d2e5c3063..4a2afd22f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1927,7 +1927,7 @@ check_dbstats() if $action eq 'dbstats'; ## Check how long since the last checkpoint check_checkpoint() if $action eq 'checkpoint'; -## Check the Datasbae System Identifier +## Check the Database System Identifier check_cluster_id() if $action eq 'cluster_id'; ## Check for disabled triggers |