Every alert currently raised.
List<Alert> get active => _active.values.toList()..sort((a, b) => a.nodeId.compareTo(b.nodeId));