It could be that I am not understanding how notifications work, but I am trying to get a notification when a set a critical map services are stopped.
So I gave a label of "critical" for each of these services, then set up a collection of map services that have the critical label and have a system state of started.
I then set up a notification and subscribed to the components deleted event. My expectation was to receive an alert anytime a component is removed from the collection.
However when I stop one of the services and it is not longer in the collection, I am not receiving a notification. The only way I am able to receive a notification is changing the event to updated instead of deleted. This triggers a notification when anything is updated for the component, not just when the system state changes.