Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir authored Oct 28, 2021
1 parent a31ff10 commit 4cbdc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ docker-compose up
```
3. Monitor active alarms
```
docker exec -it jaws /scripts/client/list-active.py --monitor
docker exec -it jaws /scripts/client/list-activations.py --monitor
```
4. Trip an alarm
```
docker exec jaws /scripts/client/set-active.py alarm1
docker exec jaws /scripts/client/set-activation.py alarm1
```
**Note**: The docker-compose services require significant system resources - tested with 4 CPUs and 4GB memory.

Expand Down

0 comments on commit 4cbdc0b

Please sign in to comment.