File size: 737 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package remotemonitor

/*

	Remote monitor allows monitoring external functionality and communication of GoAlert instances.

	## GoAlert Configuration

	GoAlert instances being monitored must have the following configured:
	- A "main" service for heartbeats and errors
	- "main" service should have a heartbeat defined for each remote monitor
	- "main" service EP should immediately notify someone
	- A "monitor" service for each remote monitor (used for creating test alerts)
	- A "monitor" user for each remote monitor with an SMS contact method, and immediate notification rule
	- "monitor" service EP steps should point to the corresponding user
	- "monitor" service EP should wait at least 1 minute before escalating to someone

*/