> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/user-guide/notifications/threshold-overrides/variables.md).

# Threshold Overrides Variables

It is possible to use variables in Alert Messages in the Threshold Overrides.

The variables represent several context objects:

* **Monitor** - represents the object being monitored. The available variables depend on the class of the monitored object represented by the Target Object Class attribute and can be referenced as ${monitor/\<Attribute Name>}.
* **Subject** - represents the matched subject (Collections only, "For Each" mode). The available variables depend on the class of the monitored object represented by the Target Object Class attribute and can be referenced as ${subject/\<Attribute Name>}.
* **Override** - represents the monitoring threshold override. The following Variables are available:

<table data-header-hidden><thead><tr><th width="416"></th><th></th></tr></thead><tbody><tr><td>${override/DEFAULT.WarningValue}</td><td>Threshold Warning Value</td></tr><tr><td>${override/DEFAULT.WarningLogicalOperator}</td><td>Threshold Warning Value Comparison Operator</td></tr><tr><td>${override/DEFAULT.WarningSeverity}</td><td>Threshold Warning Severity</td></tr><tr><td>${override/DEFAULT.AlarmValue}</td><td>Threshold Alarm Value</td></tr><tr><td>${override/DEFAULT.AlarmLogicalOperator}</td><td>Threshold Alarm Value Comparison Operator</td></tr><tr><td>${override/DEFAULT.AlarmSeverity}</td><td>Threshold Alarm Severity</td></tr></tbody></table>

* **Value** - represent the alert-relevant value pseudo object. The following variables are available:

  <table data-header-hidden><thead><tr><th width="346.2782489888127"></th><th></th><th></th></tr></thead><tbody><tr><td>${value/IntervalData.Severity}</td><td>Calculated Severity Label</td><td>Normal|Warning|Critical|Panic, resolved based on the Threshold Owner's locale, the severity labels can be customized per Tenant</td></tr><tr><td>${value/IntervalData.MonitorName}</td><td>Monitored Object Name</td><td><br></td></tr><tr><td>${value/IntervalData.Time}</td><td>Interval Time</td><td>Interval time formatted based on Threshold Owner's locale and timezone</td></tr><tr><td>${value/IntervalData.FormattedValue}</td><td>Formatted Value that caused the Alert</td><td>Interval time formatted based on Threshold Owner's locale</td></tr><tr><td>${value/IntervalData.AttributeLabel}</td><td>Monitored Attribute Label</td><td><br></td></tr><tr><td>${value/IntervalData.Unit}</td><td>Value Units</td><td><br></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.itconductor.com/user-guide/notifications/threshold-overrides/variables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
