I wanted to be able to update a field in SMARTS that would show point of contact information for a given device. Here’s how I did it.
First, create a matrix of information. This can be as simple as two columns, device names and contacts.
Device 1, Team1 (555) 555-5555
Device 2, Team1 (555) 555-5556
Device 3, Team1 (555) 555-5557
Then create a script to access this information and use the following command to update SMARTS.
dmctl -s %SM_SERVER_NAME% put ICS_Notification::%SM_OBJ_Name%::UserDefined1 "Team1 (555) 555-5555"