- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 09:03 PM
I've created an Outage for a Business Service, which shows up in the Status History, but not in the Current status.
Can you please tell me what I might be doing wrong?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 10:21 PM
If you check the code that brings up the list of outages, it checks for 3 things:
1. Which class the Outage belongs to
2. The Begin date is before the present date-time
3. The End date is after the present date-time
Line 4 has some extra something. If somebody has pre-defined some classes in the widget instance options, then your outages may be filtered out.
How to check this? Hold Ctrl + right-click on your Current Status widget, then click Instance Options.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 10:21 PM
If you check the code that brings up the list of outages, it checks for 3 things:
1. Which class the Outage belongs to
2. The Begin date is before the present date-time
3. The End date is after the present date-time
Line 4 has some extra something. If somebody has pre-defined some classes in the widget instance options, then your outages may be filtered out.
How to check this? Hold Ctrl + right-click on your Current Status widget, then click Instance Options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 10:38 PM
Perfect, thank you very much. I saw where the issue was, line 4!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 10:37 PM
Perfect, thank you very much @AnirudhKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2024 07:16 AM
I have this exact problem, but the widget code in my case looks exactly like in the screenshot above so nothing has been customized. Still Planned outages will show but not Outages (the Current Status widget). I realize this thread is old but I thought I'd give it a try before I create a new one. @AnirudhKumar