Is it possible to reset the SMARTS SourceEventType attribute via an ASL script called from trap_mgr.conf?
search cancel

Is it possible to reset the SMARTS SourceEventType attribute via an ASL script called from trap_mgr.conf?

book

Article ID: 304286

calendar_today

Updated On:

Products

VMware

Issue/Introduction

Symptoms:


Is it possible to reset the SourceEventType attribute via an ASL script called from trap_mgr.conf?

Environment

VMware Smart Assurance - SMARTS

Resolution

No. You will need to use a hookscript as follows to set this attribute.

eventObj = self->object(NotificationName);
eventObj->SourceEventType = "PROBLEM";