Network Management
Delete Out-of-the-Box Alerts
The Out-Of-The-Box Alerts (OOTBA) come with the installation of NPM and are helpful templates to get you started. Since they are templates, they are protected from being accidentally deleted by selecting and hitting delete button like the User Created alerts are.
First published date
Last published date
Overview
The Out-Of-The-Box Alerts (OOTBA) come with the installation of NPM and are helpful templates to get you started.
Since they are templates, they are protected from being accidentally deleted by selecting and hitting delete button like the User Created alerts are.
Product section
Resolution
If you still want to remove the helpful alert templates, there is a way to completely remove them under your alert configurations table on your database, untick under the column: 'Canned' for the row of alert you would like to have ability to delete.
- Use the Database manager to Query Orion DB on AlertConfigurations table:
SELECT * FROM [dbo].[AlertConfigurations]
- Scroll to the last column to find Canned.
- When this is selected, the Alert in that row is in protected mode and is unable to be deleted.
- Click Enable table editing and deselect the tickbox under the Canned column
- Go back under Manage Alerts and you will be able to delete the Out of the box alert.