Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ The following environment variables are expected:

In the above example, anything listed as `<...>` is meant to be replaced by a value described by the label with the brackets, e.g. `<chip name>` is written as `coretemp-isa-0000` without the brackets.

## Running

With the configuration stored in a file `.env`, the tool can be started as follows:

```bash
docker run --rm \
--env-file .env \
mrtux/sensors-report
```

Alternatively there is a `docker-compose` set up to build and run from the repository.

For production use pre-built docker images are recommended.

## Contributions

Contributions are welcome and should be made via PR.
Expand All @@ -33,4 +47,4 @@ monitoring system might be more appropriate.

## License

This project is published unter the MIT license.
This project is published under the MIT license.