From c22d15d0b17bebad0428bb4c0f9290344ed99246 Mon Sep 17 00:00:00 2001 From: JoannaYe-Datadog <59578817+JoannaYe-Datadog@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:34:17 -0400 Subject: [PATCH] update app monitor titles (#18558) --- active_directory/manifest.json | 6 +++--- activemq/manifest.json | 4 ++-- airbyte/manifest.json | 2 +- airflow/manifest.json | 4 ++-- apache/manifest.json | 4 ++-- arangodb/manifest.json | 4 ++-- argo_rollouts/manifest.json | 2 +- argo_workflows/manifest.json | 2 +- argocd/manifest.json | 2 +- avi_vantage/manifest.json | 2 +- azure_iot_edge/manifest.json | 8 ++++---- boundary/manifest.json | 2 +- calico/manifest.json | 8 ++++---- cisco_aci/manifest.json | 4 ++-- cisco_sdwan/manifest.json | 6 +++--- citrix_hypervisor/manifest.json | 4 ++-- cloudera/manifest.json | 2 +- confluent_platform/manifest.json | 4 ++-- consul/assets/monitors/consul_status.json | 2 +- consul/manifest.json | 2 +- coredns/manifest.json | 4 ++-- dcgm/manifest.json | 6 +++--- elastic/manifest.json | 12 +++++------ envoy/manifest.json | 2 +- fluxcd/manifest.json | 2 +- fly_io/manifest.json | 2 +- foundationdb/manifest.json | 18 ++++++++--------- glusterfs/manifest.json | 2 +- haproxy/manifest.json | 22 ++++++++++----------- helm/manifest.json | 2 +- hudi/manifest.json | 2 +- iis/manifest.json | 6 +++--- istio/manifest.json | 4 ++-- kafka/manifest.json | 6 +++--- karpenter/manifest.json | 2 +- kubernetes/manifest.json | 14 ++++++------- kubernetes_cluster_autoscaler/manifest.json | 6 +++--- kyverno/manifest.json | 2 +- langchain/manifest.json | 4 ++-- marklogic/manifest.json | 6 +++--- mongo/manifest.json | 2 +- mysql/manifest.json | 4 ++-- nginx/manifest.json | 6 +++--- nvidia_triton/manifest.json | 4 ++-- openai/manifest.json | 6 +++--- otel/manifest.json | 2 +- postgres/manifest.json | 4 ++-- rabbitmq/manifest.json | 12 +++++------ ray/manifest.json | 8 ++++---- redisdb/manifest.json | 2 +- scylla/manifest.json | 2 +- silk/manifest.json | 2 +- singlestore/manifest.json | 6 +++--- snmp/assets/monitors/traps_linkDown.json | 2 +- snmp/manifest.json | 18 ++++++++--------- snowflake/manifest.json | 2 +- sonarqube/manifest.json | 2 +- sqlserver/manifest.json | 10 +++++----- strimzi/manifest.json | 4 ++-- teamcity/manifest.json | 2 +- tekton/manifest.json | 6 +++--- temporal/manifest.json | 8 ++++---- teradata/manifest.json | 4 ++-- tibco_ems/manifest.json | 2 +- tomcat/manifest.json | 12 +++++------ torchserve/manifest.json | 2 +- traefik_mesh/manifest.json | 2 +- traffic_server/manifest.json | 4 ++-- vault/manifest.json | 2 +- vertica/manifest.json | 2 +- vllm/manifest.json | 4 ++-- voltdb/manifest.json | 2 +- weaviate/manifest.json | 2 +- weblogic/manifest.json | 4 ++-- wincrashdetect/manifest.json | 2 +- 75 files changed, 178 insertions(+), 178 deletions(-) diff --git a/active_directory/manifest.json b/active_directory/manifest.json index c34e8bcf35396..5b4d6cc325331 100644 --- a/active_directory/manifest.json +++ b/active_directory/manifest.json @@ -47,9 +47,9 @@ "Active Directory": "assets/dashboards/active_directory.json" }, "monitors": { - "[Active Directory] Elevated LDAP binding duration for host {{host.name}}": "assets/monitors/ldap_binding.json", - "[Active Directory] Anomalous number of sessions for connected LDAP clients for host: {{host.name}}": "assets/monitors/ldap_client_sessions.json", - "[Active Directory] Anomalous number of successful LDAP bindings for host: {{host.name}}": "assets/monitors/ldap_binding_successful.json" + "LDAP binding duration is high": "assets/monitors/ldap_binding.json", + "Number of sessions for LDAP clients is anomalous": "assets/monitors/ldap_client_sessions.json", + "Number of LDAP bindings is anomalous": "assets/monitors/ldap_binding_successful.json" } } } diff --git a/activemq/manifest.json b/activemq/manifest.json index 17d263b3e079c..c8753f03d9c52 100644 --- a/activemq/manifest.json +++ b/activemq/manifest.json @@ -67,8 +67,8 @@ "artemis": "assets/dashboards/artemis_dashboard.json" }, "monitors": { - "[ActiveMQ Artemis] High unrouted messages": "assets/monitors/activemq_artemis_unrouted_messages.json", - "[ActiveMQ Artemis] High disk store usage": "assets/monitors/activemq_artemis_high_disk_store.json" + "Number of unrouted messages is high": "assets/monitors/activemq_artemis_unrouted_messages.json", + "Host is running out of disk space": "assets/monitors/activemq_artemis_high_disk_store.json" }, "saved_views": { "activemq_processes": "assets/saved_views/activemq_processes.json" diff --git a/airbyte/manifest.json b/airbyte/manifest.json index 581e8ec26fbe9..18e7363d61919 100644 --- a/airbyte/manifest.json +++ b/airbyte/manifest.json @@ -50,7 +50,7 @@ "airbyte_overview": "assets/dashboards/airbyte_overview.json" }, "monitors": { - "long_running_jobs": "assets/monitors/long_running_jobs.json" + "Sync Jobs are taking a longer time than usual": "assets/monitors/long_running_jobs.json" } }, "author": { diff --git a/airflow/manifest.json b/airflow/manifest.json index e567027baf5e9..69b8a4abba87f 100644 --- a/airflow/manifest.json +++ b/airflow/manifest.json @@ -56,8 +56,8 @@ "airflow_overview": "assets/saved_views/airflow_overview.json" }, "monitors": { - "Heartbeat Failure": "assets/monitors/heartbeat_failures.json", - "Ongoing Duration": "assets/monitors/ongoing_duration.json" + "Task instances are failing": "assets/monitors/heartbeat_failures.json", + "DAG task ongoing duration is high": "assets/monitors/ongoing_duration.json" } } } \ No newline at end of file diff --git a/apache/manifest.json b/apache/manifest.json index c6930f5a3a2cb..d99f176d3c2ca 100644 --- a/apache/manifest.json +++ b/apache/manifest.json @@ -68,8 +68,8 @@ "apache": "assets/dashboards/apache_dashboard.json" }, "monitors": { - "[Apache] Low number of idle workers": "assets/monitors/apache_low_idle_workers.json", - "[Apache] resource utilization": "assets/monitors/high_keep_alive_and_cpu.json" + "Idle workers number is low": "assets/monitors/apache_low_idle_workers.json", + "CPU load is running high": "assets/monitors/high_keep_alive_and_cpu.json" }, "saved_views": { "4xx_errors": "assets/saved_views/4xx_errors.json", diff --git a/arangodb/manifest.json b/arangodb/manifest.json index 6ad33cb25e24b..911c3ec2210be 100644 --- a/arangodb/manifest.json +++ b/arangodb/manifest.json @@ -51,8 +51,8 @@ "ArangoDB Overview": "assets/dashboards/arangodb_overview.json" }, "monitors": { - "[ArangoDB] High server Kernel mode percentage usage": "assets/monitors/high_server_kernel_mode.json", - "[ArangoDB] High server User mode percentage usage": "assets/monitors/high_server_user_mode.json" + "ArangoDB's server Kernel mode usage is higher": "assets/monitors/high_server_kernel_mode.json", + "ArangoDB's server User mode usage is higher": "assets/monitors/high_server_user_mode.json" } } } \ No newline at end of file diff --git a/argo_rollouts/manifest.json b/argo_rollouts/manifest.json index 40a808448b5bd..9be408920cd36 100644 --- a/argo_rollouts/manifest.json +++ b/argo_rollouts/manifest.json @@ -51,7 +51,7 @@ "Argo Rollouts Overview": "assets/dashboards/argo_rollouts_overview.json" }, "monitors": { - "Rollout Phase": "assets/monitors/rollout_phase.json" + "Argo Rollout is in Non Running or Completed State": "assets/monitors/rollout_phase.json" }, "saved_views": { "Argo Rollouts Logs Overview": "assets/saved_views/logs_overview.json", diff --git a/argo_workflows/manifest.json b/argo_workflows/manifest.json index ad696000bc726..420a7e33f3c4b 100644 --- a/argo_workflows/manifest.json +++ b/argo_workflows/manifest.json @@ -49,7 +49,7 @@ "Argo Workflows": "assets/dashboards/argo_workflows.json" }, "monitors": { - "errors": "assets/monitors/errors.json" + "New errors detected in Argo Workflows": "assets/monitors/errors.json" }, "saved_views": { "overview": "assets/saved_views/overview.json", diff --git a/argocd/manifest.json b/argocd/manifest.json index fd535bde7b52c..d0b85524eaee3 100644 --- a/argocd/manifest.json +++ b/argocd/manifest.json @@ -61,7 +61,7 @@ "Argo CD Overview": "assets/dashboards/argo_cd_overview.json" }, "monitors": { - "Sync Status": "assets/monitors/application_sync_status.json" + "Applications sync status": "assets/monitors/application_sync_status.json" } }, "author": { diff --git a/avi_vantage/manifest.json b/avi_vantage/manifest.json index c43832539337d..2f8ce028bb6d4 100644 --- a/avi_vantage/manifest.json +++ b/avi_vantage/manifest.json @@ -55,7 +55,7 @@ "Avi Vantage - Overview": "assets/dashboards/overview.json" }, "monitors": { - "Avi Vantage - Error Rate Monitor": "assets/monitors/error_rate_monitor.json" + "Virtual service has a high number of errors": "assets/monitors/error_rate_monitor.json" } } } \ No newline at end of file diff --git a/azure_iot_edge/manifest.json b/azure_iot_edge/manifest.json index ec6cb6c215385..4073d2ef18402 100644 --- a/azure_iot_edge/manifest.json +++ b/azure_iot_edge/manifest.json @@ -58,10 +58,10 @@ "azure_iot_edge": "assets/dashboards/overview.json" }, "monitors": { - "Disk usage": "assets/monitors/disk_usage.json", - "Memory usage": "assets/monitors/memory_usage.json", - "IoT Hub syncs": "assets/monitors/iothub_syncs.json", - "Edge Hub retries": "assets/monitors/edgehub_retries.json" + "Device is running out of disk space": "assets/monitors/disk_usage.json", + "Device is running out of memory": "assets/monitors/memory_usage.json", + "Unsuccessful syncs are high": "assets/monitors/iothub_syncs.json", + "Edge Hub operation retries is higher than usual": "assets/monitors/edgehub_retries.json" } } } \ No newline at end of file diff --git a/boundary/manifest.json b/boundary/manifest.json index eeb998c78af4d..1b7428938176a 100644 --- a/boundary/manifest.json +++ b/boundary/manifest.json @@ -47,7 +47,7 @@ "auto_install": true }, "monitors": { - "[Boundary] High active connections": "assets/monitors/active_connections.json" + "Number of active connections is too high": "assets/monitors/active_connections.json" }, "dashboards": { "Boundary Overview": "assets/dashboards/boundary_overview.json" diff --git a/calico/manifest.json b/calico/manifest.json index 146ddb8487294..8455feab50b74 100644 --- a/calico/manifest.json +++ b/calico/manifest.json @@ -64,10 +64,10 @@ "[calico] dashboard overview": "./assets/dashboards/calico_overview.json" }, "monitors": { - "[calico] monitor ipsets error": "assets/monitors/ipset_error.json", - "[calico] monitor iptables save errors": "assets/monitors/iptables_save_errors.json", - "[calico] monitor iptables restore errors": "assets/monitors/iptables_restore_errors.json", - "[calico] monitor dataplane failures": "assets/monitors/dataplane_failures.json" + "IPset is failing": "assets/monitors/ipset_error.json", + "IPtables save is failing": "assets/monitors/iptables_save_errors.json", + "IPtables restore is failing": "assets/monitors/iptables_restore_errors.json", + "Dataplane is failing": "assets/monitors/dataplane_failures.json" } } } \ No newline at end of file diff --git a/cisco_aci/manifest.json b/cisco_aci/manifest.json index 42ae9c9136aab..1201cc8ed2374 100644 --- a/cisco_aci/manifest.json +++ b/cisco_aci/manifest.json @@ -49,8 +49,8 @@ "cisco_aci": "assets/dashboards/cisco_aci_dashboard.json" }, "monitors": { - "[Cisco ACI] Average CPU usage high alert": "assets/monitors/cpu_high.json", - "[Cisco ACI] Critical health alert": "assets/monitors/critical_health_score.json" + "CPU usage is high for Cisco ACI device": "assets/monitors/cpu_high.json", + "Health score of device is critical": "assets/monitors/critical_health_score.json" } } } \ No newline at end of file diff --git a/cisco_sdwan/manifest.json b/cisco_sdwan/manifest.json index d127c37c1d8e8..3b47af66f62ab 100644 --- a/cisco_sdwan/manifest.json +++ b/cisco_sdwan/manifest.json @@ -41,9 +41,9 @@ "Cisco SD-WAN": "assets/dashboards/cisco_sd-wan.json" }, "monitors": { - "[Cisco SD-WAN] Device Unreachable Alert": "assets/monitors/device_unreachable.json", - "[Cisco SD-WAN] Tunnel Down Alert": "assets/monitors/tunnel_down.json", - "[Cisco SD-WAN] Device Reboot Alert": "assets/monitors/device_reboot.json" + "Cisco SD-WAN Device is unreachable": "assets/monitors/device_unreachable.json", + "Cisco SD-WAN Tunnel is down": "assets/monitors/tunnel_down.json", + "Cisco SD-WAN Device has rebooted several times": "assets/monitors/device_reboot.json" } }, "author": { diff --git a/citrix_hypervisor/manifest.json b/citrix_hypervisor/manifest.json index 1fc9f3cf1c832..8de6021d238e0 100644 --- a/citrix_hypervisor/manifest.json +++ b/citrix_hypervisor/manifest.json @@ -53,8 +53,8 @@ "auto_install": true }, "monitors": { - "VM CPU high": "assets/monitors/vm_cpu_high.json", - "Host CPU high": "assets/monitors/host_cpu_high.json" + "VM's CPU load is high": "assets/monitors/vm_cpu_high.json", + "CPU load is high": "assets/monitors/host_cpu_high.json" } } } \ No newline at end of file diff --git a/cloudera/manifest.json b/cloudera/manifest.json index b522ab82d16ef..83f46096fdb15 100644 --- a/cloudera/manifest.json +++ b/cloudera/manifest.json @@ -54,7 +54,7 @@ "Cloudera Data Platform Overview": "assets/dashboards/cloudera_overview.json" }, "monitors": { - "Cloudera High CPU Usage": "assets/monitors/cloudera_high_cpu.json" + "Cloudera CPU usage is high": "assets/monitors/cloudera_high_cpu.json" } }, "author": { diff --git a/confluent_platform/manifest.json b/confluent_platform/manifest.json index 12cafc94661dc..f49c4250fa1a3 100644 --- a/confluent_platform/manifest.json +++ b/confluent_platform/manifest.json @@ -49,8 +49,8 @@ "Confluent Platform Overview": "assets/dashboards/overview.json" }, "monitors": { - "[Confluent Platform] Unclean leader election": "assets/monitors/unclean_leader_election.json", - "[Confluent Platform] Unused topic partition": "assets/monitors/unused_partition.json" + "Unclean leader election detected": "assets/monitors/unclean_leader_election.json", + "Topic partition is not used": "assets/monitors/unused_partition.json" } } } \ No newline at end of file diff --git a/consul/assets/monitors/consul_status.json b/consul/assets/monitors/consul_status.json index de278adaf57c7..65caa85939312 100644 --- a/consul/assets/monitors/consul_status.json +++ b/consul/assets/monitors/consul_status.json @@ -2,7 +2,7 @@ "version": 2, "created_at": "2024-03-01", "last_updated_at": "2024-03-01", - "title": "", + "title": "consul service status", "tags": [ "integration:consul" ], diff --git a/consul/manifest.json b/consul/manifest.json index e84388ab60a12..f94dc3d786168 100644 --- a/consul/manifest.json +++ b/consul/manifest.json @@ -85,7 +85,7 @@ "consul": "assets/dashboards/consul_overview.json" }, "monitors": { - "consul": "assets/monitors/consul_status.json" + "consul service status": "assets/monitors/consul_status.json" }, "saved_views": { "consul_processes": "assets/saved_views/consul_processes.json", diff --git a/coredns/manifest.json b/coredns/manifest.json index bd5cbd4514dfa..347f769132b15 100644 --- a/coredns/manifest.json +++ b/coredns/manifest.json @@ -68,8 +68,8 @@ "CoreDNS": "assets/dashboards/coredns.json" }, "monitors": { - "[CoreDNS] Cache hits count low": "assets/monitors/coredns_cache_hits_low.json", - "[CoreDNS] Request duration high": "assets/monitors/coredns_request_duration_high.json" + "Cache hits count is low": "assets/monitors/coredns_cache_hits_low.json", + "Request duration is high": "assets/monitors/coredns_request_duration_high.json" } } } \ No newline at end of file diff --git a/dcgm/manifest.json b/dcgm/manifest.json index a442d79f3f7df..4add7ac33df74 100644 --- a/dcgm/manifest.json +++ b/dcgm/manifest.json @@ -46,9 +46,9 @@ "DCGM Exporter (Nvidia GPU Monitoring) Overview": "assets/dashboards/dcgm_overview.json" }, "monitors": { - "gpu_temperature": "assets/monitors/gpu_temperature.json", - "memory_usage": "assets/monitors/memory_usage.json", - "xid_errors": "assets/monitors/xid_errors.json" + "GPU temperature is high": "assets/monitors/gpu_temperature.json", + "GPU memory usage is high": "assets/monitors/memory_usage.json", + "XID errors detected": "assets/monitors/xid_errors.json" } }, "author": { diff --git a/elastic/manifest.json b/elastic/manifest.json index 8b63db5eea9d6..f6d1171b79296 100644 --- a/elastic/manifest.json +++ b/elastic/manifest.json @@ -65,12 +65,12 @@ "elasticsearch_timeboard": "assets/dashboards/metrics.json" }, "monitors": { - "[ElasticSearch] Unsuccessful requests rate is high": "assets/monitors/elastic_requests.json", - "[ElasticSearch] Query load is high": "assets/monitors/elastic_query_load_high.json", - "[ElasticSearch] Time spent on queries is high": "assets/monitors/elastic_query_latency_high.json", - "[ElasticSearch] Number of pending tasks is high": "assets/monitors/elastic_pending_tasks_high.json", - "[ElasticSearch] Current indexing load is high": "assets/monitors/elastic_indexing_load.json", - "[ElasticSearch] Average query latency is high": "assets/monitors/elastic_average_search_latency.json" + "Unsuccessful requests rate is high": "assets/monitors/elastic_requests.json", + "Query load is high": "assets/monitors/elastic_query_load_high.json", + "Latency is high": "assets/monitors/elastic_query_latency_high.json", + "Number of pending tasks is high": "assets/monitors/elastic_pending_tasks_high.json", + "Current Indexing Load is High": "assets/monitors/elastic_indexing_load.json", + "Average Search Query Latency is High": "assets/monitors/elastic_average_search_latency.json" }, "saved_views": { "elasticsearch_processes": "assets/saved_views/elasticsearch_processes.json" diff --git a/envoy/manifest.json b/envoy/manifest.json index 415f8120039f6..d1c1d4543335b 100644 --- a/envoy/manifest.json +++ b/envoy/manifest.json @@ -57,7 +57,7 @@ "Envoy Openmetrics Overview": "assets/dashboards/openmetrics_overview.json" }, "monitors": { - "Envoy - connected state": "assets/monitors/connected_state.json" + "Envoy instance disconnected from control plane": "assets/monitors/connected_state.json" }, "saved_views": { "envoy_overview": "assets/saved_views/envoy_overview.json", diff --git a/fluxcd/manifest.json b/fluxcd/manifest.json index ce5e3df79e61b..91564e72549f6 100644 --- a/fluxcd/manifest.json +++ b/fluxcd/manifest.json @@ -64,7 +64,7 @@ "Fluxcd": "assets/dashboards/fluxcd.json" }, "monitors": { - "Active Workers": "assets/monitors/active_workers.json", + "Active Workers Count": "assets/monitors/active_workers.json", "Error Count": "assets/monitors/error_count.json" }, "saved_views": { diff --git a/fly_io/manifest.json b/fly_io/manifest.json index 2005c6ae25a17..461c6e998c6d5 100644 --- a/fly_io/manifest.json +++ b/fly_io/manifest.json @@ -48,7 +48,7 @@ } }, "monitors": { - "app_suspended": "assets/monitors/app_suspended.json" + "Fly.io App Suspended": "assets/monitors/app_suspended.json" }, "dashboards": { "Fly.io Overview ": "assets/dashboards/overview.json" diff --git a/foundationdb/manifest.json b/foundationdb/manifest.json index 1df8225331f76..b1c7f22836967 100644 --- a/foundationdb/manifest.json +++ b/foundationdb/manifest.json @@ -56,15 +56,15 @@ }, "monitors": { "FoundationDB Status Check": "assets/monitors/service_check.json", - "FoundationDB Errors Logged": "assets/monitors/errors_logged.json", - "FoundationDB High Durability Lag": "assets/monitors/high_durability_lag.json", - "FoundationDB Log Queue Reaching Spill Threshold": "assets/monitors/log_queue_spill.json", - "FoundationDB Low Disk Space": "assets/monitors/low_disk_space.json", - "FoundationDB High Level Of Conflicted Transactions": "assets/monitors/conflicts.json", - "FoundationDB High Level Of Rejected Transactions": "assets/monitors/rejections.json", - "FoundationDB Read Latency Probe": "assets/monitors/read_latency_probe.json", - "FoundationDB Transaction Commit Latency Probe": "assets/monitors/transaction_commit_latency.json", - "FoundationDB Transaction Start Latency Probe": "assets/monitors/transaction_start_latency.json" + "High severity errors logs are found": "assets/monitors/errors_logged.json", + "High durability lag is detected": "assets/monitors/high_durability_lag.json", + "Log queue is approaching the limit": "assets/monitors/log_queue_spill.json", + "Disk space is low": "assets/monitors/low_disk_space.json", + "Transactions are conflicting": "assets/monitors/conflicts.json", + "Transactions are rejected": "assets/monitors/rejections.json", + "Read operation took a long time": "assets/monitors/read_latency_probe.json", + "Transaction commit latency is high": "assets/monitors/transaction_commit_latency.json", + "Transaction start latency is high": "assets/monitors/transaction_start_latency.json" }, "saved_views": { "errors": "assets/saved_views/errors.json", diff --git a/glusterfs/manifest.json b/glusterfs/manifest.json index 5d498bc6574c7..74ce3331423ae 100644 --- a/glusterfs/manifest.json +++ b/glusterfs/manifest.json @@ -52,7 +52,7 @@ "Red Hat Gluster Storage": "assets/dashboards/red_hat_gluster_storage.json" }, "monitors": { - "brick status": "assets/monitors/brick_status.json" + "Number of offline bricks is high": "assets/monitors/brick_status.json" }, "saved_views": { "glusterfs_processes": "assets/saved_views/glusterfs_processes.json" diff --git a/haproxy/manifest.json b/haproxy/manifest.json index a442ef2d7bb0b..4ea4ac14967c5 100644 --- a/haproxy/manifest.json +++ b/haproxy/manifest.json @@ -78,17 +78,17 @@ "HAProxy - Overview (OpenMetrics)": "assets/dashboards/openmetrics_overview.json" }, "monitors": { - "[HAProxy] Anomalous number of frontend 4xx HTTP responses for host: {{host.name}}": "assets/monitors/frontend_5xx.json", - "[HAProxy] Anomalous number of frontend 5xx HTTP responses for host: {{host.name}}": "assets/monitors/frontend_4xx.json", - "[HAProxy] High amount of frontend session usage for host: {{host.name}}": "assets/monitors/frontend_sessions.json", - "[HAProxy] High amount of backend session usage for host: {{host.name}}": "assets/monitors/backend_sessions.json", - "[HAProxy] High number of frontend denied requests for host: {{host.name}}": "assets/monitors/frontend_dreq.json", - "[HAProxy] High number of backend denied responses for host: {{host.name}}": "assets/monitors/backend_dreq.json", - "[HAProxy] Anomalous frontend request rate for host {{host.name}}": "assets/monitors/request_rate.json", - "[HAProxy] Number of client-side request error for {{host.name}} is above normal.": "assets/monitors/frontend_ereq.json", - "[HAProxy] Number of backend connection failures for host: {{host.name}} is above normal.": "assets/monitors/backend_econ.json", - "[HAProxy] Backend queue time went above 500ms for host: {{host.name}}": "assets/monitors/backend_queue_time.json", - "[HAProxy] Backend response time is above 500ms for host: {{host.name}}": "assets/monitors/backend_rtime.json" + "Number of frontend 5xx HTTP responses is high": "assets/monitors/frontend_5xx.json", + "Number of frontend 4xx HTTP responses is high": "assets/monitors/frontend_4xx.json", + "Frontend sessions usage is high": "assets/monitors/frontend_sessions.json", + "Backend sessions usage is high": "assets/monitors/backend_sessions.json", + "Number of frontend denied requests is high": "assets/monitors/frontend_dreq.json", + "Number of denied response is high": "assets/monitors/backend_dreq.json", + "Frontend request rate is anomalous": "assets/monitors/request_rate.json", + "Number of client-side request error is high": "assets/monitors/frontend_ereq.json", + "Number of backend connection failures is high": "assets/monitors/backend_econ.json", + "Backend queue time is high": "assets/monitors/backend_queue_time.json", + "Response time is high": "assets/monitors/backend_rtime.json" }, "saved_views": { "4xx_errors": "assets/saved_views/4xx_errors.json", diff --git a/helm/manifest.json b/helm/manifest.json index 4f03ead7e996b..605c8e24f67f7 100644 --- a/helm/manifest.json +++ b/helm/manifest.json @@ -54,7 +54,7 @@ "Helm - Overview": "assets/dashboards/overview.json" }, "monitors": { - "[helm] Monitor Helm failed releases": "assets/monitors/monitor_failed_releases.json" + "Release is failed": "assets/monitors/monitor_failed_releases.json" } } } \ No newline at end of file diff --git a/hudi/manifest.json b/hudi/manifest.json index a74c50e5da3b1..3ae50d4c77619 100644 --- a/hudi/manifest.json +++ b/hudi/manifest.json @@ -49,7 +49,7 @@ "Hudi Overview": "assets/dashboards/overview.json" }, "monitors": { - "commit_duration": "assets/monitors/commit_duration.json" + "Commit duration is high": "assets/monitors/commit_duration.json" }, "saved_views": { "hudi_error_logs": "assets/saved_views/error_logs.json", diff --git a/iis/manifest.json b/iis/manifest.json index 07eb85eb8982e..88ce018d27f73 100644 --- a/iis/manifest.json +++ b/iis/manifest.json @@ -49,9 +49,9 @@ "IIS-Overview": "assets/dashboards/iis_overview.json" }, "monitors": { - "[IIS] Anomalous amount of requests for site: {{site.name}}": "assets/monitors/req.json", - "[IIS] Increase of not found error per second for site: {{site.name}}": "assets/monitors/err.json", - "[IIS] Increase of locked error per second for site: {{site.name}}": "assets/monitors/lock.json" + "Request number is high": "assets/monitors/req.json", + "404 errors is high": "assets/monitors/err.json", + "Locked errors is high": "assets/monitors/lock.json" }, "saved_views": { "4xx_errors": "assets/saved_views/4xx_errors.json", diff --git a/istio/manifest.json b/istio/manifest.json index cfba14151ac87..b4e7e6f146537 100644 --- a/istio/manifest.json +++ b/istio/manifest.json @@ -79,8 +79,8 @@ "Istio Overview": "assets/dashboards/overview.json" }, "monitors": { - "Failed sidecar injections": "assets/monitors/failed_sidecar_injection.json", - "xDS Push Error Rate": "assets/monitors/xds_push_error_rate.json", + "Number of failed Istio sidecar injection is high": "assets/monitors/failed_sidecar_injection.json", + "Istio xDS Push Error Rate": "assets/monitors/xds_push_error_rate.json", "Istio Proxy Requests Error Percentage": "assets/monitors/request_error_rate.json" }, "saved_views": { diff --git a/kafka/manifest.json b/kafka/manifest.json index a9f240477cf26..07b453265a8db 100644 --- a/kafka/manifest.json +++ b/kafka/manifest.json @@ -76,9 +76,9 @@ "kafka": "assets/dashboards/kafka_dashboard.json" }, "monitors": { - "[Kafka] High produce latency on broker": "assets/monitors/broker_produce_latency.json", - "[Kafka] High producer request rate": "assets/monitors/kafka_high_producer_request_rate.json", - "[Kafka] Offline partition": "assets/monitors/kafka_offline_partition.json" + "Produce latency is high": "assets/monitors/broker_produce_latency.json", + "Produce request rate is high": "assets/monitors/kafka_high_producer_request_rate.json", + "Partition is offline": "assets/monitors/kafka_offline_partition.json" }, "saved_views": { "error_warning_status": "assets/saved_views/error_warning_status.json", diff --git a/karpenter/manifest.json b/karpenter/manifest.json index 100dc46bd92b2..6c010996a7fe4 100644 --- a/karpenter/manifest.json +++ b/karpenter/manifest.json @@ -54,7 +54,7 @@ "Karpenter Overview": "assets/dashboards/karpenter_overview.json" }, "monitors": { - "pod states": "assets/monitors/pod_state.json" + "High percentage of pods reporting in a non Running or non Succeeded state": "assets/monitors/pod_state.json" }, "saved_views": { "Karpenter Overview": "assets/saved_views/karpenter_overview.json", diff --git a/kubernetes/manifest.json b/kubernetes/manifest.json index 0221fdb7ca10c..8e5fb885118d7 100644 --- a/kubernetes/manifest.json +++ b/kubernetes/manifest.json @@ -66,13 +66,13 @@ "Kubernetes CPU & Memory usage": "assets/dashboards/kubernetes_cpu_memory.json" }, "monitors": { - "[kubernetes] Monitor Kubernetes Deployments Replica Pods": "assets/monitors/monitor_deployments_replicas.json", - "[kubernetes] Monitor Unschedulable Kubernetes Nodes": "assets/monitors/monitor_node_unavailable.json", - "[kubernetes] Pod {{pod_name.name}} is CrashloopBackOff on namespace {{kube_namespace.name}}": "assets/monitors/monitor_pod_crashloopbackoff.json", - "[kubernetes] Pod {{pod_name.name}} is ImagePullBackOff on namespace {{kube_namespace.name}}": "assets/monitors/monitor_pod_imagepullbackoff.json", - "[kubernetes] Monitor Kubernetes Failed Pods in Namespaces": "assets/monitors/monitor_pods_failed_state.json", - "[kubernetes] Monitor Kubernetes Pods Restarting": "assets/monitors/monitor_pods_restarting.json", - "[kubernetes] Monitor Kubernetes Statefulset Replicas": "assets/monitors/monitor_statefulset_replicas.json" + "Kubernetes Deployment Replicas are failing": "assets/monitors/monitor_deployments_replicas.json", + "Nodes are unavailable": "assets/monitors/monitor_node_unavailable.json", + "Pod is in a CrashloopBackOff state": "assets/monitors/monitor_pod_crashloopbackoff.json", + "Pod is in an ImagePullBackOff state": "assets/monitors/monitor_pod_imagepullbackoff.json", + "Pods are failing": "assets/monitors/monitor_pods_failed_state.json", + "Pods are restarting": "assets/monitors/monitor_pods_restarting.json", + "Kubernetes Statefulset Replicas are failing": "assets/monitors/monitor_statefulset_replicas.json" }, "saved_views": { "non_ok_pods": "assets/saved_views/non_ok_pods.json", diff --git a/kubernetes_cluster_autoscaler/manifest.json b/kubernetes_cluster_autoscaler/manifest.json index 871930f3f5cf9..aed49b0a4830d 100644 --- a/kubernetes_cluster_autoscaler/manifest.json +++ b/kubernetes_cluster_autoscaler/manifest.json @@ -51,9 +51,9 @@ "source": "kubernetes_cluster_autoscaler" }, "monitors": { - "Not safe to autoscale": "assets/monitors/KCA_not_safe_to_autosclae.json", - "Reporting Errors": "assets/monitors/KCA_reporting_errors.json", - "Unused Nodes Forcast": "assets/monitors/KCA_unused_nodes_forecast.json" + "Kubernetes Cluster Autoscaler is not safe to autoscale": "assets/monitors/KCA_not_safe_to_autosclae.json", + "Kubernetes Cluster Autoscaler too many unused nodes forecast": "assets/monitors/KCA_reporting_errors.json", + "Kubernetes Cluster Autoscaler reporting errors": "assets/monitors/KCA_unused_nodes_forecast.json" } }, "author": { diff --git a/kyverno/manifest.json b/kyverno/manifest.json index 00c1073bb2816..ecebe26230f25 100644 --- a/kyverno/manifest.json +++ b/kyverno/manifest.json @@ -49,7 +49,7 @@ } }, "monitors": { - "metadata_path": "assets/monitors/controller_drops.json" + "Controller element is dropped": "assets/monitors/controller_drops.json" }, "saved_views": { "Kyverno Logs Overview": "assets/saved_views/logs_overview.json", diff --git a/langchain/manifest.json b/langchain/manifest.json index 4a352abb4d2f2..3fb4643885031 100644 --- a/langchain/manifest.json +++ b/langchain/manifest.json @@ -46,8 +46,8 @@ "LangChain Overview Dashboard": "assets/dashboards/overview_dashboard.json" }, "monitors": { - "Request Latency": "assets/monitors/request_duration.json", - "Error Rate": "assets/monitors/error_rate.json" + "Request duration is increasing": "assets/monitors/request_duration.json", + "Error rate is high": "assets/monitors/error_rate.json" } }, "author": { diff --git a/marklogic/manifest.json b/marklogic/manifest.json index fbb1e400587cc..e78867f25a0e8 100644 --- a/marklogic/manifest.json +++ b/marklogic/manifest.json @@ -53,9 +53,9 @@ "MarkLogic - Overview": "assets/dashboards/overview.json" }, "monitors": { - "Marklogic low cache": "assets/monitors/marklogic_low_cache.json", - "Marklogic high load": "assets/monitors/marklogic_high_load.json", - "Marklogic long requests": "assets/monitors/marklogic_long_requests.json" + "Cache is not large enough": "assets/monitors/marklogic_low_cache.json", + "Forest processing load is high": "assets/monitors/marklogic_high_load.json", + "Active requests are taking too long": "assets/monitors/marklogic_long_requests.json" }, "saved_views": { "marklogic_processes": "assets/saved_views/marklogic_processes.json" diff --git a/mongo/manifest.json b/mongo/manifest.json index 828353bbff96d..bce35ffdf47a5 100644 --- a/mongo/manifest.json +++ b/mongo/manifest.json @@ -63,7 +63,7 @@ "mongodb": "assets/dashboards/overview.json" }, "monitors": { - "[MongoDB] High incoming connections": "assets/monitors/high_connections.json" + "Connection pool is reaching saturation": "assets/monitors/high_connections.json" }, "saved_views": { "operations_by_type_overview": "assets/saved_views/operations_by_type_overview.json", diff --git a/mysql/manifest.json b/mysql/manifest.json index 8c85851c8c62e..6a1fa8356e9de 100644 --- a/mysql/manifest.json +++ b/mysql/manifest.json @@ -60,8 +60,8 @@ "mysql-screenboard": "assets/dashboards/overview-screenboard.json" }, "monitors": { - "select query rate": "assets/monitors/select_query_rate.json", - "replica running": "assets/monitors/replica_running.json" + "SELECT query volume is dropping": "assets/monitors/select_query_rate.json", + "MySQL database replica is not running properly": "assets/monitors/replica_running.json" }, "saved_views": { "operations": "assets/saved_views/operations.json", diff --git a/nginx/manifest.json b/nginx/manifest.json index 0c85b01ed20bd..c017ebcc3d7bf 100644 --- a/nginx/manifest.json +++ b/nginx/manifest.json @@ -72,9 +72,9 @@ "NGINX-Overview": "assets/dashboards/NGINX-Overview_dashboard.json" }, "monitors": { - "[NGINX] Upstream peers fails": "assets/monitors/upstream_peer_fails.json", - "[NGINX] 4xx Errors higher than usual": "assets/monitors/4xx.json", - "[NGINX] 5xx Errors higher than usual": "assets/monitors/5xx.json" + "Upstream peers are failing": "assets/monitors/upstream_peer_fails.json", + "Upstream 4xx errors are high": "assets/monitors/4xx.json", + "Upstream 5xx errors are high": "assets/monitors/5xx.json" }, "saved_views": { "4xx_errors": "assets/saved_views/4xx_errors.json", diff --git a/nvidia_triton/manifest.json b/nvidia_triton/manifest.json index 0a6b732e89a6b..c03353cc160cd 100644 --- a/nvidia_triton/manifest.json +++ b/nvidia_triton/manifest.json @@ -48,8 +48,8 @@ "Nvidia Triton Overview": "assets/dashboards/nvidia_triton_overview.json" }, "monitors": { - "[Nvidia Triton] GPU utilization is high": "assets/monitors/gpu_utilization.json", - "[Nvidia Triton] CPU Memory Usage is high": "assets/monitors/cpu_memory.json" + "Nvidia Triton GPU Utilization is high!": "assets/monitors/gpu_utilization.json", + "Nvidia Triton CPU memory usage is high!": "assets/monitors/cpu_memory.json" } }, "author": { diff --git a/openai/manifest.json b/openai/manifest.json index c2a1da9fbf6d2..42405170ca05e 100644 --- a/openai/manifest.json +++ b/openai/manifest.json @@ -76,9 +76,9 @@ "OpenAI Usage Overview": "assets/dashboards/usage_overview_dashboard.json" }, "monitors": { - "Request Limits": "assets/monitors/request_limits.json", - "Token per min Limits": "assets/monitors/tokens_limits.json", - "Abnormally High Token Usage": "assets/monitors/api_token_usage.json" + "OpenAI API usage is approaching rate limit": "assets/monitors/request_limits.json", + "OpenAI tokens usage is approaching rate limit": "assets/monitors/tokens_limits.json", + "Token usage is abnormally high": "assets/monitors/api_token_usage.json" } }, "author": { diff --git a/otel/manifest.json b/otel/manifest.json index 253c604c9f411..e7ce3e035cca9 100644 --- a/otel/manifest.json +++ b/otel/manifest.json @@ -53,7 +53,7 @@ "OpenTelemetry Collector Metrics Dashboard": "assets/dashboards/otel_collector_metrics_dashboard.json" }, "monitors": { - "OpenTelemetry Refused Spans": "assets/monitors/otel_refused_spans.json" + "Refused Spans": "assets/monitors/otel_refused_spans.json" } } } \ No newline at end of file diff --git a/postgres/manifest.json b/postgres/manifest.json index 8013c6c83c432..e6a459bb6fcd6 100644 --- a/postgres/manifest.json +++ b/postgres/manifest.json @@ -83,8 +83,8 @@ "postgresql_screenboard": "assets/dashboards/postgresql_screenboard_dashboard.json" }, "monitors": { - "percent_usage_connections": "assets/monitors/percent_usage_connections.json", - "replication_delay": "assets/monitors/replication_delay.json" + "Connection pool is reaching saturation point": "assets/monitors/percent_usage_connections.json", + "Replication delay is high": "assets/monitors/replication_delay.json" }, "saved_views": { "operations": "assets/saved_views/operations.json", diff --git a/rabbitmq/manifest.json b/rabbitmq/manifest.json index 38177b53b6efc..b8e7944ede747 100644 --- a/rabbitmq/manifest.json +++ b/rabbitmq/manifest.json @@ -69,12 +69,12 @@ "rabbitmq": "assets/dashboards/rabbitmq_dashboard.json" }, "monitors": { - "disk_usage": "assets/monitors/disk_usage.json", - "message_unacknowledge_rate_anomaly": "assets/monitors/message_unacknowledge_rate_anomaly.json", - "disk_usage_prometheus": "assets/monitors/disk_usage_prometheus.json", - "message_unack_prometheus": "assets/monitors/message_unack_prometheus.json", - "consumers_at_zero": "assets/monitors/consumers_at_zero.json", - "message_ready": "assets/monitors/message_ready.json" + "Level of disk usage is too high for host": "assets/monitors/disk_usage.json", + "Messages unacknowledged rate is higher than usual": "assets/monitors/message_unacknowledge_rate_anomaly.json", + "Disk space is low": "assets/monitors/disk_usage_prometheus.json", + "Unacknowledged Messages are higher than usual": "assets/monitors/message_unack_prometheus.json", + "RabbitMQ queue has 0 consumers": "assets/monitors/consumers_at_zero.json", + "Messages are ready in RabbitMQ queue": "assets/monitors/message_ready.json" }, "saved_views": { "pid_overview": "assets/saved_views/status_overview.json", diff --git a/ray/manifest.json b/ray/manifest.json index c60d4cbd237a2..910bd5c3469fe 100644 --- a/ray/manifest.json +++ b/ray/manifest.json @@ -48,10 +48,10 @@ "auto_install": true }, "monitors": { - "high cpu utilization": "assets/monitors/cpu_utilization.json", - "low GPU utilization": "assets/monitors/gpu_utilization.json", - "high memory utilization": "assets/monitors/mem_utilization.json", - "high failed tasks": "assets/monitors/failed_task.json" + "High CPU Utilization on Ray.io node": "assets/monitors/cpu_utilization.json", + "Low GPU Utilization low on Ray.io Node": "assets/monitors/gpu_utilization.json", + "High Memory Usage": "assets/monitors/mem_utilization.json", + "High Number of Failed Tasks on Ray.io Node": "assets/monitors/failed_task.json" }, "dashboards": { "Ray Overview Dashboard": "assets/dashboards/overview_dashboard.json" diff --git a/redisdb/manifest.json b/redisdb/manifest.json index 3b96ee935bd41..713fd096f17c9 100644 --- a/redisdb/manifest.json +++ b/redisdb/manifest.json @@ -61,7 +61,7 @@ "redis": "assets/dashboards/overview.json" }, "monitors": { - "[Redis] High memory consumption": "assets/monitors/high_mem.json" + "Memory consumption is high": "assets/monitors/high_mem.json" }, "saved_views": { "error_warning_status": "assets/saved_views/error_warning_status.json", diff --git a/scylla/manifest.json b/scylla/manifest.json index ac89a3ae2b9ae..a6ad2b3c6f6dc 100644 --- a/scylla/manifest.json +++ b/scylla/manifest.json @@ -51,7 +51,7 @@ "Scylla Overview": "assets/dashboards/overview.json" }, "monitors": { - "[Scylla] Server is shutting down": "assets/monitors/instance_down.json" + "Node State is abnormal": "assets/monitors/instance_down.json" } } } \ No newline at end of file diff --git a/silk/manifest.json b/silk/manifest.json index bfc3949624542..597e9410fea3c 100644 --- a/silk/manifest.json +++ b/silk/manifest.json @@ -51,7 +51,7 @@ "Silk - Overview": "assets/dashboards/silk_overview.json" }, "monitors": { - "Latency high": "assets/monitors/latency_high.json" + "Latency is high": "assets/monitors/latency_high.json" } } } \ No newline at end of file diff --git a/singlestore/manifest.json b/singlestore/manifest.json index e538565624088..c926f4b75089f 100644 --- a/singlestore/manifest.json +++ b/singlestore/manifest.json @@ -54,9 +54,9 @@ "Singlestore Overview": "assets/dashboards/overview.json" }, "monitors": { - "[SingleStore] License expiration": "assets/monitors/license_expiration.json", - "[SingleStore] Read failures rate": "assets/monitors/read_failures.json", - "[SingleStore] Write failures rate": "assets/monitors/write_failures.json" + "License will expire soon": "assets/monitors/license_expiration.json", + "Read queries failure rate is high": "assets/monitors/read_failures.json", + "Write queries failure rate is high": "assets/monitors/write_failures.json" } } } \ No newline at end of file diff --git a/snmp/assets/monitors/traps_linkDown.json b/snmp/assets/monitors/traps_linkDown.json index 4d96982cc5ee7..8167d48768b8c 100644 --- a/snmp/assets/monitors/traps_linkDown.json +++ b/snmp/assets/monitors/traps_linkDown.json @@ -2,7 +2,7 @@ "version": 2, "created_at": "2023-06-15", "last_updated_at": "2023-06-27", - "title": "Interface is down on SNMP device", + "title": "LinkDown Trap Interface is down on SNMP device", "tags": [ "integration:snmp" ], diff --git a/snmp/manifest.json b/snmp/manifest.json index 40d1432b49a96..da32f20277c7c 100644 --- a/snmp/manifest.json +++ b/snmp/manifest.json @@ -65,15 +65,15 @@ "BGP & OSPF Overview": "assets/dashboards/bgp_ospf_overview.json" }, "monitors": { - "[SNMP] Device Down Alert": "assets/monitors/device_down.json", - "[SNMP] Device Unreachable Alert": "assets/monitors/device_unreachable.json", - "[SNMP] Interface Down Alert": "assets/monitors/interface_down.json", - "[SNMP] LinkDown Trap Alert": "assets/monitors/traps_linkDown.json", - "[SNMP] CPU usage high for {{snmp_device.name}} in namespace {{device_namespace.name}}": "assets/monitors/high_cpu.json", - "[SNMP] High memory usage for device {{snmp_device.name}} in namespace {{device_namespace.name}}": "assets/monitors/high_memory.json", - "[SNMP] High interface bandwidth usage for incoming traffic for device {{snmp_device.name}} on interface {{interface.name}} in {{device_namespace.name}}": "assets/monitors/high_interface_bandwidth_usage_in.json", - "[SNMP] High interface bandwidth usage for outgoing traffic for device {{snmp_device.name}} on interface {{interface.name}} in {{device_namespace.name}}": "assets/monitors/high_interface_bandwidth_usage_out.json", - "[SNMP] BGP peer state between {{snmp_device.name}} and neighbor {{neighbor.name}} is stuck in an unestablished state": "assets/monitors/bgp_peer_state_stuck.json" + "Device is down": "assets/monitors/device_down.json", + "SNMP Device is unreachable": "assets/monitors/device_unreachable.json", + "Interface is down on SNMP device": "assets/monitors/interface_down.json", + "LinkDown Trap Interface is down on SNMP device": "assets/monitors/traps_linkDown.json", + "SNMP device CPU usage is high": "assets/monitors/high_cpu.json", + "SNMP device memory usage is high": "assets/monitors/high_memory.json", + "Interface bandwidth usage for incoming traffic is high": "assets/monitors/high_interface_bandwidth_usage_in.json", + "Interface bandwidth usage for outgoing traffic is high": "assets/monitors/high_interface_bandwidth_usage_out.json", + "BGP peer state is stuck in an unestablished state": "assets/monitors/bgp_peer_state_stuck.json" } } } \ No newline at end of file diff --git a/snowflake/manifest.json b/snowflake/manifest.json index 73d14bf1c8daa..c80eb30e3ce8b 100644 --- a/snowflake/manifest.json +++ b/snowflake/manifest.json @@ -58,7 +58,7 @@ "Snowflake Organization Metrics": "assets/dashboards/organization_metrics.json" }, "monitors": { - "Snowflake failed logins": "assets/monitors/snowflake_failed_logins.json" + "Failed login attempts are increasing": "assets/monitors/snowflake_failed_logins.json" } } } \ No newline at end of file diff --git a/sonarqube/manifest.json b/sonarqube/manifest.json index aadb34fc3d16e..fc2314ef7ed2e 100644 --- a/sonarqube/manifest.json +++ b/sonarqube/manifest.json @@ -55,7 +55,7 @@ "Sonarqube Overview": "assets/dashboards/overview.json" }, "monitors": { - "SonarQube vulnerabilities": "assets/monitors/vulnerabilities.json" + "Sonarqube has vulnerabilities": "assets/monitors/vulnerabilities.json" }, "saved_views": { "status_overview": "assets/saved_views/status_overview.json" diff --git a/sqlserver/manifest.json b/sqlserver/manifest.json index 4725aa264c7ba..532c6f633a759 100644 --- a/sqlserver/manifest.json +++ b/sqlserver/manifest.json @@ -78,11 +78,11 @@ "sqlserver": "assets/dashboards/sqlserver_dashboard.json" }, "monitors": { - "SQLServer ao not healthy": "assets/monitors/sqlserver_ao_not_healthy.json", - "SQLServer high processes blocked": "assets/monitors/sqlserver_high_processes_blocked.json", - "SQLServer high failed auto param": "assets/monitors/sqlserver_high_number_failed_auto_param.json", - "SQLServer db not online": "assets/monitors/sqlserver_db_not_online.json", - "SQLServer db not in sync": "assets/monitors/sqlserver_db_not_sync.json" + "Availability Group is not healthy": "assets/monitors/sqlserver_ao_not_healthy.json", + "Processes are blocked": "assets/monitors/sqlserver_high_processes_blocked.json", + "Auto-parameterization attempts are failing": "assets/monitors/sqlserver_high_number_failed_auto_param.json", + "Database is not online": "assets/monitors/sqlserver_db_not_online.json", + "Database not in sync": "assets/monitors/sqlserver_db_not_sync.json" } } } \ No newline at end of file diff --git a/strimzi/manifest.json b/strimzi/manifest.json index fd6fe36862266..cd907bc34f614 100644 --- a/strimzi/manifest.json +++ b/strimzi/manifest.json @@ -58,8 +58,8 @@ "auto_install": true }, "monitors": { - "cluster_operate_resource_state": "assets/monitors/cluster_operator_resource.json", - "topic_operate_resource_state": "assets/monitors/topic_operator_resource.json" + "Strimzi Cluster Operator Resource on host is in a \"fail\" state\"": "assets/monitors/cluster_operator_resource.json", + "Strimzi Topic Operator Resource on host is in a \"fail\" state\"": "assets/monitors/topic_operator_resource.json" }, "dashboards": { "strimzi": "assets/dashboards/overview.json" diff --git a/teamcity/manifest.json b/teamcity/manifest.json index cc048ab80412b..bb20efd5a693b 100644 --- a/teamcity/manifest.json +++ b/teamcity/manifest.json @@ -64,7 +64,7 @@ "TeamCity Overview": "assets/dashboards/overview.json" }, "monitors": { - "Build Status": "assets/monitors/build_status.json" + "Builds are failing": "assets/monitors/build_status.json" }, "saved_views": { "teamcity_processes": "assets/saved_views/teamcity_processes.json" diff --git a/tekton/manifest.json b/tekton/manifest.json index c07bc7d7c8349..02c5062d7eead 100644 --- a/tekton/manifest.json +++ b/tekton/manifest.json @@ -47,9 +47,9 @@ "Tekton Overview": "assets/dashboards/overview.json" }, "monitors": { - "[Tekton] High number of throttled TaskRuns": "assets/monitors/throttled_taskruns.json", - "[Tekton] Increasing number of failed TaskRuns": "assets/monitors/increasing_failed_taskruns.json", - "[Tekton] Increasing number of failed PieplineRuns": "assets/monitors/increasing_failed_pipelineruns.json" + "TaskRuns are throttled": "assets/monitors/throttled_taskruns.json", + "Increasing number of failed TaskRuns": "assets/monitors/increasing_failed_taskruns.json", + "Increasing number of failed PipelineRuns": "assets/monitors/increasing_failed_pipelineruns.json" }, "saved_views": { "tekton_overview": "assets/saved_views/tekton_overview.json", diff --git a/temporal/manifest.json b/temporal/manifest.json index 9d4e94e873c83..befbab6e47f74 100644 --- a/temporal/manifest.json +++ b/temporal/manifest.json @@ -55,10 +55,10 @@ "Temporal Server Overview": "assets/dashboards/server_overview.json" }, "monitors": { - "frontend latency": "assets/monitors/FrontendLatency.json", - "matching latency": "assets/monitors/MatchingLatency.json", - "history latency": "assets/monitors/HistoryLatency.json", - "persistence latency": "assets/monitors/PersistenceLatency.json" + "Frontend latency is elevated": "assets/monitors/FrontendLatency.json", + "Matching Service latency is elevated": "assets/monitors/MatchingLatency.json", + "History Service latency is elevated": "assets/monitors/HistoryLatency.json", + "Persistence latency is elevated": "assets/monitors/PersistenceLatency.json" } }, "author": { diff --git a/teradata/manifest.json b/teradata/manifest.json index c08c5d7edc74d..6be908259c71e 100644 --- a/teradata/manifest.json +++ b/teradata/manifest.json @@ -49,8 +49,8 @@ "Teradata Overview": "assets/dashboards/teradata_overview.json" }, "monitors": { - "High disk space": "assets/monitors/high_disk_space.json", - "Low ready threads": "assets/monitors/low_ready_threads.json" + "Datadase disk space usage is high": "assets/monitors/high_disk_space.json", + "Database ready thread count is too low": "assets/monitors/low_ready_threads.json" } } } \ No newline at end of file diff --git a/tibco_ems/manifest.json b/tibco_ems/manifest.json index b06d2c795df93..e34cf35f75037 100644 --- a/tibco_ems/manifest.json +++ b/tibco_ems/manifest.json @@ -48,7 +48,7 @@ "Tibco EMS Overview": "assets/dashboards/overview.json" }, "monitors": { - "Server Uptime": "assets/monitors/server_uptime.json" + "Tibco EMS server uptime": "assets/monitors/server_uptime.json" }, "saved_views": { "Tibco EMS Error Logs Overview": "assets/saved_views/error_logs_overview.json", diff --git a/tomcat/manifest.json b/tomcat/manifest.json index 69a2640a06151..eba09765d5e01 100644 --- a/tomcat/manifest.json +++ b/tomcat/manifest.json @@ -68,12 +68,12 @@ "tomcat": "assets/dashboards/metrics.json" }, "monitors": { - "[Tomcat] Anomalous request rate for host {{host.name}}": "assets/monitors/req_count.json", - "[Tomcat] Anomalous max processing time for host {{host.name}}": "assets/monitors/max_proc_time.json", - "[Tomcat] Anomalous average processing time for host {{host.name}}": "assets/monitors/processing_time.json", - "[Tomcat] % of thread count managed by the thread pool is high for host: {{host.name}}": "assets/monitors/thread_count_max.json", - "[Tomcat] % of busy threads is high for host: {{host.name}}": "assets/monitors/thread_busy.json", - "[Tomcat] Increase of the errors/second rate for host: {{host.name}}": "assets/monitors/error_count.json" + "Request rate is anomalous": "assets/monitors/req_count.json", + "Processing time has a spike": "assets/monitors/max_proc_time.json", + "Processing time is anomalous": "assets/monitors/processing_time.json", + "All threads are busy": "assets/monitors/thread_count_max.json", + "Busy threads number is high": "assets/monitors/thread_busy.json", + "Error rate is high": "assets/monitors/error_count.json" }, "saved_views": { "tomcat_processes": "assets/saved_views/tomcat_processes.json", diff --git a/torchserve/manifest.json b/torchserve/manifest.json index 76ed7d31d110d..5823f90bc1d01 100644 --- a/torchserve/manifest.json +++ b/torchserve/manifest.json @@ -50,7 +50,7 @@ "auto_install": true }, "monitors": { - "error_ratio": "assets/monitors/error_ratio.json" + "Request error ratio is high": "assets/monitors/error_ratio.json" }, "dashboards": { "torchserve_overview": "assets/dashboards/overview.json" diff --git a/traefik_mesh/manifest.json b/traefik_mesh/manifest.json index 702e5a630b759..21b9d26437b60 100644 --- a/traefik_mesh/manifest.json +++ b/traefik_mesh/manifest.json @@ -51,7 +51,7 @@ "Traefik Mesh Overview": "assets/dashboards/traefik_mesh_overview.json" }, "monitors": { - "High Request Count": "assets/monitors/high_request_count.json" + "Traefik Mesh entrypoint request count failures are high.": "assets/monitors/high_request_count.json" }, "saved_views": { "Traefik Mesh Logs Overview": "assets/saved_views/traefik_mesh_log_overview.json", diff --git a/traffic_server/manifest.json b/traffic_server/manifest.json index 93f45df8b543a..c595ff30fb3bd 100644 --- a/traffic_server/manifest.json +++ b/traffic_server/manifest.json @@ -56,8 +56,8 @@ "Traffic Server - Overview": "assets/dashboards/overview.json" }, "monitors": { - "[Traffic Server] 4xx Errors higher than usual": "assets/monitors/4xx.json", - "[Traffic Server] 5xx Errors higher than usual": "assets/monitors/5xx.json" + "4xx errors number is high": "assets/monitors/4xx.json", + "5xx errors number is high": "assets/monitors/5xx.json" }, "saved_views": { "traffic_server_error_logs": "assets/saved_views/traffic_server_error_logs.json", diff --git a/vault/manifest.json b/vault/manifest.json index f074a42cda499..d5df935052c5b 100644 --- a/vault/manifest.json +++ b/vault/manifest.json @@ -72,7 +72,7 @@ "Vault - Overview (OpenMetricsV2)": "assets/dashboards/vault_overview.json" }, "monitors": { - "[Vault] S3 time to access secrets is high": "assets/monitors/vault_S3_time_high.json" + "Time to access secrets is high": "assets/monitors/vault_S3_time_high.json" }, "saved_views": { "error_warning_status": "assets/saved_views/error_warning_status.json", diff --git a/vertica/manifest.json b/vertica/manifest.json index 6919aa2e99371..1ecc134515195 100644 --- a/vertica/manifest.json +++ b/vertica/manifest.json @@ -50,7 +50,7 @@ "Vertica Overview": "assets/dashboards/overview.json" }, "monitors": { - "[Vertica] Nodes down above K-safety level": "assets/monitors/vertica_replication_safety.json" + "Vertica Nodes down above K-safety level": "assets/monitors/vertica_replication_safety.json" } } } \ No newline at end of file diff --git a/vllm/manifest.json b/vllm/manifest.json index 919303a8d1922..c81c4669a8f8b 100644 --- a/vllm/manifest.json +++ b/vllm/manifest.json @@ -45,8 +45,8 @@ ] }, "monitors": { - "token_throughput": "assets/monitors/token_throughput.json", - "latency": "assets/monitors/latency.json" + "vLLM application token usage is high": "assets/monitors/token_throughput.json", + "Average Request Latency is High": "assets/monitors/latency.json" }, "dashboards": { "vLLM Overview": "assets/dashboards/overview.json" diff --git a/voltdb/manifest.json b/voltdb/manifest.json index 1c1c5efa92b45..77d3766fc7ee6 100644 --- a/voltdb/manifest.json +++ b/voltdb/manifest.json @@ -53,7 +53,7 @@ "VoltDB - Overview": "assets/dashboards/voltdb_overview.json" }, "monitors": { - "CPU load": "assets/monitors/cpu_load.json" + "Voltdb Node CPU is high": "assets/monitors/cpu_load.json" }, "saved_views": { "voltdb_processes": "assets/saved_views/voltdb_processes.json" diff --git a/weaviate/manifest.json b/weaviate/manifest.json index 8821449963b1d..4b44c983350ba 100644 --- a/weaviate/manifest.json +++ b/weaviate/manifest.json @@ -52,7 +52,7 @@ "auto_install": true }, "monitors": { - "node_status": "assets/monitors/node_status.json" + "Weaviate Node in unhealthy state": "assets/monitors/node_status.json" }, "dashboards": { "Weaviate Overview Dashboard": "assets/dashboards/overview_dashboard.json" diff --git a/weblogic/manifest.json b/weblogic/manifest.json index 4e4a29a42c144..37d0a2404d968 100644 --- a/weblogic/manifest.json +++ b/weblogic/manifest.json @@ -54,8 +54,8 @@ "metrics": "assets/dashboards/metrics.json" }, "monitors": { - "active_threads": "assets/monitors/active_threads.json", - "stuck_threads": "assets/monitors/stuck_threads.json" + "Number of active thread is high": "assets/monitors/active_threads.json", + "Number of stuck thread is high": "assets/monitors/stuck_threads.json" }, "saved_views": { "weblogic_error_logs": "assets/saved_views/error_logs.json", diff --git a/wincrashdetect/manifest.json b/wincrashdetect/manifest.json index 9abef8f15b1a9..681efef23fd89 100644 --- a/wincrashdetect/manifest.json +++ b/wincrashdetect/manifest.json @@ -37,7 +37,7 @@ "auto_install": true }, "monitors": { - "windows_crash": "assets/monitors/windows_crash.json" + "Windows Crash Detection": "assets/monitors/windows_crash.json" } } }