Detects hostname/interface ip
- Hostname is monitor's id. Incidents will be created with the monitor id.
This commit is contained in:
@@ -78,7 +78,7 @@ func (monitor *Monitor) AnalyseData() {
|
||||
fmt.Println("Creating incident...")
|
||||
|
||||
monitor.Incident = &Incident{
|
||||
Name: monitor.Name,
|
||||
Name: monitor.Name + " - " + Config.SystemName,
|
||||
Message: monitor.Name + " failed",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user