Thresholds and Notifications
search cancel

Thresholds and Notifications

book

Article ID: 113568

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration

Issue/Introduction

Users with the correct role rights can create threshold profiles and set up notifiers to send traps or emails triggered by these profiles.
too many or badly written profiles and rules can cause the threshold limiter to get engaged, and this would prevent critical alerts from being seen.

Is there a way to get notified via email or a log monitor to send a notification when a threshold and/or notifier gets created?

Environment

CAPM 3.x

Resolution

There is no default logging that will record the creation of a new threshold profile or new notifier rule.

There is no log for this, but you can run a rest call and see what listed once a week, or once a month, so that you can monitor what is added.
curl http://your_da:8581/rest/eventprofiles
curl http://your_da:8581/rest/eventrules
these to calls will show you whats there, and also lists the create times.

(remember to replace your_da with the name of your data aggregator)