Use display name in alerts (#13650)

* Use display name in alerts

* remove error from baseline
This commit is contained in:
Tony Murray
2022-01-04 17:40:42 -06:00
committed by GitHub
parent 785b0bae53
commit 3c0831c821
4 changed files with 30 additions and 50 deletions

View File

@@ -47,6 +47,7 @@ been up for 30344 seconds`.
- Hostname of the Device: `$alert->hostname`
- sysName of the Device: `$alert->sysName`
- sysDescr of the Device: `$alert->sysDescr`
- display name of the Device: `$alert->display`
- sysContact of the Device: `$alert->sysContact`
- OS of the Device: `$alert->os`
- Type of Device: `$alert->type`