Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TharunRajTR authored Dec 20, 2024
1 parent c5c453f commit 004cbc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ wget https://raw.githubusercontent.com/site24x7/plugins/master/postgres/installe
- Execute the below command with appropriate arguments to check for the valid json output:

```bash
python3 postgres.py --host "ip-address" --port "port-no" --username "username" --password "password"
python3 postgres.py --host "localhost" --port "5432" --username "username" --password "password" --db "postgres"
```

- Provide your Postgres DB configurations in postgres.cfg file.
Expand All @@ -63,6 +63,7 @@ wget https://raw.githubusercontent.com/site24x7/plugins/master/postgres/installe
port="5432"
username="None"
password="None"
db="postgres"
plugin_version="1"
```

Expand Down

0 comments on commit 004cbc2

Please sign in to comment.