I want to be able to view the status of Element outages in a View without alarm template.
Is there any way to identify manually stopped elements?
A syntax that returns Active/Stop/Pause is desirable.
That distinguishes it from device problems such as timeouts.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023
Dear Yuki Arakawa,
If you would like to show stopped or paused elements under a view, you can use the following Shape Data on your Child group:
ChildrenFilter: AlarmSeverity:Undefined
Normally, the following Alarm severities can be used in this syntax:
- Undefined
- Normal
- Warning
- Minor
- Major
- Critical
- Information
- Initial
- Masked
- Error
- Notice
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] Posted new comment 9th March 2021
Wouldn’t this all be undefined without the use of an alarm?