By adding a filter we allowed the device to be discovered in smarts.
The following files need to to be edited using the below commands:
#./sm_edit ../local/conf/mcast/dxa_confAnd:
#./sm_edit ../local/conf/dxa-am-lite.confAs the device was named tcondor.router we add the filter- "
tcore" by appending the line beginning with "peek Displayname":
*********************
# so as to allow others to copy it to other applications in the future.
##########################################################################
# #
# AM classes for import #
# #
##########################################################################
proxy UnitaryComputerSystem
peek SupportsSNMP TRUE
peek DisplayName |core*|spe*|inx*|eref*|asbx*|bx*|dis*|eRP*|rp*|ibrs*We modify the peek Displayname to:
peek DisplayName |core*|spe*|inx*|eref*|asbx*|bx*|dis*|eRP*|rp*|ibrs*|tcore*
please edit this line in dxa-am.conf and dxa-am-lite.conf