PEER_OFFLINE_LIMIT in jetmon.js determines how many peers have to confirm that the site is down before a notification email is sent.
By default it's 3, however on our local envs we only run a single veriflier service, therefore we need to set this to 1 to actually send the monitoring data to WPCOM.
We need to:
- extract this setting into
config.json
- add this information into
README.md
PEER_OFFLINE_LIMITinjetmon.jsdetermines how many peers have to confirm that the site is down before a notification email is sent.By default it's 3, however on our local envs we only run a single veriflier service, therefore we need to set this to
1to actually send the monitoring data to WPCOM.We need to:
config.jsonREADME.md