Anomaly alert stuck in Monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Anomaly alert stuck in Monitoring
Hello, I'm working on an anomaly alert and I'm just trying to understand it.
I've created a Timer Thing with a number property called "value" and I've set an anomaly alert on this property.
This property changes due a subscription whose code is quite simple:
me.value += Math.random() * 3 - 1.5;
So I've got my value changing every second.
My anomaly alert status went from Initializing, to Calibrating and then to Monitoring.
It is stuck now.
I don't get how does it switches from Monitoring to Training.
Thanks
Solved! Go to Solution.
- Labels:
-
Analytics
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The monitoring state is the last one and the normal functioning state.
Training comes after Calibrating.
The fact that you are in monitoring means all appears ok, and the alert is monitoring the signal for anomalies.
See this page of the Help Center for info on the different states: https://support.ptc.com/help/thingworx_hc/thingworx_analytics_8/#page/analytics%2Fanomaly_alert_statuses.html%23
Hope this helps
Kind regards
Christophe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The monitoring state is the last one and the normal functioning state.
Training comes after Calibrating.
The fact that you are in monitoring means all appears ok, and the alert is monitoring the signal for anomalies.
See this page of the Help Center for info on the different states: https://support.ptc.com/help/thingworx_hc/thingworx_analytics_8/#page/analytics%2Fanomaly_alert_statuses.html%23
Hope this helps
Kind regards
Christophe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My bad, sorry
Thanks for your reply
