Skip to content

Commit

Permalink
Update README with Prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
ajila-fmeyer committed Sep 1, 2020
1 parent ae6687b commit 83906fe
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
- [Configuration](#configuration)
- [Environment Variables](#environment-variables)
- [Networking](#networking)
- [Maintenance](#maintenance)
- [Maintenance / Monitoring](#maintenance-/-monitoring)
- [Shell Access](#shell-access)

- [Developing](#developing)
- [References](#references)

Expand Down Expand Up @@ -134,7 +135,7 @@ Below is the complete list of available options that can be used to customize yo
|-----------|-------------|
| `3310` | ClamD Listening Port |
# Maintenance
# Maintenance / Monitoring
## Shell Access
Expand All @@ -143,6 +144,15 @@ For debugging and maintenance purposes you may want access the containers shell.
```bash
docker exec -it (whatever your container name is e.g. clamav-rest) /bin/sh
```
## Prometheus
[Prometheus metrics](https://prometheus.io/docs/guides/go-application/) were implemented, which can be retrieved as follows
**HTTP**:
curl http://localhost:9000/metrics
**HTTPS:**
curl https://localhost:9443/metrics
# Developing
Expand Down

0 comments on commit 83906fe

Please sign in to comment.