I need to create an alert in Dynatrace for a DaemonSet to trigger a problem if any pod is not running or goes down, regardless of the node count. For example:
- Cluster 1 has 10 nodes
- Cluster 2 has 5 nodes
- Cluster 3 has 8 nodes
Each cluster has a Fluentd DaemonSet running on all nodes. The alert should dynamically monitor all clusters and generate a problem if any DaemonSet pod fails, without relying on a fixed threshold, as node counts vary across clusters.