Skip to content

Commit

Permalink
Change README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Aug 7, 2017
1 parent 5d849e7 commit 4067564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Checks the number of PostgreSQL connections.

```
[plugin.checks.postgresql_connection]
command = "/path/to/check-postgresql connection --host=127.0.0.1 --port=5432 --user=USER --password=PASSWORD --dbname=DBNAME --warning=70 --critical=90
command = "/path/to/check-postgresql connection --host=127.0.0.1 --port=5432 --user=USER --password=PASSWORD --database=DBNAME --warning=70 --critical=90
```

0 comments on commit 4067564

Please sign in to comment.