Hello Everyone,
I've been working on sending alerts from SolarWinds to Teams webhook.
CPU, Memory and Volumes on Linux nodes are working fine and receiving alerts in MS Teams but having issues with Windows Volumes
I used this format for some alerts
{
"title": "ALERT Triggered - Volume - ${N=Alerting;M=Severity}",
"text": "Hostname - ${N=SwisEntity;M=Node.Caption}
IP Address - ${N=SwisEntity;M=Node.IP_Address}
Volume ${N=SwisEntity;M=Caption} is ${N=SwisEntity;M=VolumePercentUsed;F=Percent} used
Application Name - ${N=SwisEntity;M=Node.CustomProperties.Application_Name}
[ALERT DETAILS](${N=Alerting;M=AlertDetailsUrl})
[ACKNOWLEDGE THIS ALERT](${N=Alerting;M=AcknowledgeLink}) "
}
