Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Doniaab committed Feb 21, 2025
1 parent d671ccf commit a2e8f9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions alerting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ There is a unique service running for all country specific frontends.
## Setup - anticipatory action storm alerts

- Alerts are triggered by a cron job running within the `alerting-node` process.
- Run `docker-compose up` to launch the `alerting-node` and `alerting-db` processes.
- The system checks database entries to determine **which country** needs to be triggered.
- Currently, **only Mozambique is supported**. To add it, connect to the `psql` console of `alerting-db` and run the following command:

Expand All @@ -27,5 +28,3 @@ VALUES ('Mozambique', ARRAY['email1@example.com'], 'https://prism.wfp.org');
- **country**: The target country for the alert.
- **emails**: A list of email addresses that will receive the alert notification.
- **prism_url**: The base URL of the PRISM platform for redirection link and screenshot capture.


0 comments on commit a2e8f9e

Please # to comment.