Skip to content

Commit

Permalink
NMS-12589: Remove the "Help" text on the Threshold Groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuhrmann committed Jun 29, 2023
1 parent c37b7ab commit f81ae30
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,24 +159,4 @@

</form>

<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-header">
<span>Help</span>
</div>
<div class="card-body">
<p>
The upper section is Basic Thresholds (thresholds on a single datasource). The threshold details are displayed to edit the threshold, click on the "Edit" link on same line as the threshold line.
To delete the threshold, click on "Delete" on the same line as the threshold you want to delete.<br/>
To create a new threshold, click on the "Create New Threshold" link<br/>
The lower section is for Expression-based Thresholds, where the value being checked is a mathematical expression including one or more data sources. Functionality is identical to that for the Basic Thresholds section
<br/>
If you have a custom UEI for triggering or re-arming the threshold, then it will be a hyperlink. Clicking on that link takes you to the notifications wizard for that UEI, allowing you to see existing notifications for that UEI, and possibly create a new notification for that UEI.
</p>
</div> <!-- card-body -->
</div> <!-- panel -->
</div> <!-- column -->
</div> <!-- row -->

<jsp:include page="/includes/bootstrap-footer.jsp" flush="false"/>

0 comments on commit f81ae30

Please sign in to comment.