diff --git a/algorithmia/assets/monitors/algorithm_duration.json b/algorithmia/assets/monitors/algorithm_duration.json index 82d03bc7a0..2138b14651 100644 --- a/algorithmia/assets/monitors/algorithm_duration.json +++ b/algorithmia/assets/monitors/algorithm_duration.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": "0", "require_full_window": false, "thresholds": { diff --git a/emnify/assets/monitors/emnify_data_usage_forecast.json b/emnify/assets/monitors/emnify_data_usage_forecast.json index d4481d92f5..f2336dc677 100644 --- a/emnify/assets/monitors/emnify_data_usage_forecast.json +++ b/emnify/assets/monitors/emnify_data_usage_forecast.json @@ -14,7 +14,7 @@ "include_tags": true, "new_host_delay": 300, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/emnify/assets/monitors/emnify_data_usage_high_rx.json b/emnify/assets/monitors/emnify_data_usage_high_rx.json index aaf4bf3baa..d6148a1f7e 100644 --- a/emnify/assets/monitors/emnify_data_usage_high_rx.json +++ b/emnify/assets/monitors/emnify_data_usage_high_rx.json @@ -14,7 +14,7 @@ "include_tags": true, "new_group_delay": 60, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/emnify/assets/monitors/emnify_data_usage_high_tx.json b/emnify/assets/monitors/emnify_data_usage_high_tx.json index 58a18dc5dd..18f964f358 100644 --- a/emnify/assets/monitors/emnify_data_usage_high_tx.json +++ b/emnify/assets/monitors/emnify_data_usage_high_tx.json @@ -14,7 +14,7 @@ "include_tags": true, "new_group_delay": 60, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/emnify/assets/monitors/emnify_data_usage_host_stopped.json b/emnify/assets/monitors/emnify_data_usage_host_stopped.json index 819947cb8b..f296654220 100644 --- a/emnify/assets/monitors/emnify_data_usage_host_stopped.json +++ b/emnify/assets/monitors/emnify_data_usage_host_stopped.json @@ -14,7 +14,7 @@ "include_tags": true, "new_group_delay": 60, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "threshold_windows": { diff --git a/federatorai/assets/monitors/federatorai_node_cpu_prediction.json b/federatorai/assets/monitors/federatorai_node_cpu_prediction.json index 01ef238e4e..093a3b2e16 100644 --- a/federatorai/assets/monitors/federatorai_node_cpu_prediction.json +++ b/federatorai/assets/monitors/federatorai_node_cpu_prediction.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/federatorai/assets/monitors/federatorai_node_mem_prediction.json b/federatorai/assets/monitors/federatorai_node_mem_prediction.json index edb5716b5d..f4e4ae0889 100644 --- a/federatorai/assets/monitors/federatorai_node_mem_prediction.json +++ b/federatorai/assets/monitors/federatorai_node_mem_prediction.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/mongodb_atlas/assets/monitors/high_cpu.json b/mongodb_atlas/assets/monitors/high_cpu.json index 0827bf9229..844271fa3f 100644 --- a/mongodb_atlas/assets/monitors/high_cpu.json +++ b/mongodb_atlas/assets/monitors/high_cpu.json @@ -13,9 +13,8 @@ "options": { "escalation_message": "", "new_group_delay": 60, - "no_data_timeframe": 10, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "threshold_windows": { diff --git a/mongodb_atlas/assets/monitors/memory.json b/mongodb_atlas/assets/monitors/memory.json index 5d4d2ec954..6ddd916d25 100644 --- a/mongodb_atlas/assets/monitors/memory.json +++ b/mongodb_atlas/assets/monitors/memory.json @@ -13,9 +13,8 @@ "options": { "escalation_message": "", "new_group_delay": 60, - "no_data_timeframe": 10, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "threshold_windows": { diff --git a/mongodb_atlas/assets/monitors/query_efficiency.json b/mongodb_atlas/assets/monitors/query_efficiency.json index ff0ca8503f..405964d7b6 100644 --- a/mongodb_atlas/assets/monitors/query_efficiency.json +++ b/mongodb_atlas/assets/monitors/query_efficiency.json @@ -12,9 +12,8 @@ "name": "[MongoDB Atlas] Efficiency of queries is degrading", "options": { "escalation_message": "", - "no_data_timeframe": 10, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "threshold_windows": { diff --git a/mongodb_atlas/assets/monitors/read_latency.json b/mongodb_atlas/assets/monitors/read_latency.json index 48970b72c0..819deb6d5b 100644 --- a/mongodb_atlas/assets/monitors/read_latency.json +++ b/mongodb_atlas/assets/monitors/read_latency.json @@ -13,9 +13,8 @@ "options": { "escalation_message": "", "new_group_delay": 60, - "no_data_timeframe": 10, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "threshold_windows": { diff --git a/mongodb_atlas/assets/monitors/write_latency.json b/mongodb_atlas/assets/monitors/write_latency.json index a83b33bd2e..9877cb07c7 100644 --- a/mongodb_atlas/assets/monitors/write_latency.json +++ b/mongodb_atlas/assets/monitors/write_latency.json @@ -13,9 +13,8 @@ "options": { "escalation_message": "", "new_group_delay": 60, - "no_data_timeframe": 10, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "threshold_windows": { diff --git a/nn_sdwan/assets/monitors/high-latency-monitor.json b/nn_sdwan/assets/monitors/high-latency-monitor.json index 9829719454..3744ba0b87 100644 --- a/nn_sdwan/assets/monitors/high-latency-monitor.json +++ b/nn_sdwan/assets/monitors/high-latency-monitor.json @@ -13,7 +13,7 @@ "options": { "escalation_message": "", "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "thresholds": { diff --git a/nn_sdwan/assets/monitors/packet-loss-monitor.json b/nn_sdwan/assets/monitors/packet-loss-monitor.json index a8800bc013..98ceed5584 100644 --- a/nn_sdwan/assets/monitors/packet-loss-monitor.json +++ b/nn_sdwan/assets/monitors/packet-loss-monitor.json @@ -13,7 +13,7 @@ "options": { "escalation_message": "", "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "thresholds": { diff --git a/nomad/assets/monitors/nomad_excessive_leadership_losses.json b/nomad/assets/monitors/nomad_excessive_leadership_losses.json index b02340920c..8285376583 100644 --- a/nomad/assets/monitors/nomad_excessive_leadership_losses.json +++ b/nomad/assets/monitors/nomad_excessive_leadership_losses.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 60, "require_full_window": false, "silenced": {}, diff --git a/nomad/assets/monitors/nomad_heartbeats_received.json b/nomad/assets/monitors/nomad_heartbeats_received.json index 39ad865caf..c80574a180 100644 --- a/nomad/assets/monitors/nomad_heartbeats_received.json +++ b/nomad/assets/monitors/nomad_heartbeats_received.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 60, "require_full_window": true, "thresholds": { diff --git a/nomad/assets/monitors/nomad_job_is_failing.json b/nomad/assets/monitors/nomad_job_is_failing.json index ba33fa4fd5..54801bc60d 100644 --- a/nomad/assets/monitors/nomad_job_is_failing.json +++ b/nomad/assets/monitors/nomad_job_is_failing.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 60, "require_full_window": true, "thresholds": { diff --git a/nomad/assets/monitors/nomad_no_jobs_running.json b/nomad/assets/monitors/nomad_no_jobs_running.json index c3faa02702..90e2ddb5bf 100644 --- a/nomad/assets/monitors/nomad_no_jobs_running.json +++ b/nomad/assets/monitors/nomad_no_jobs_running.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 60, "require_full_window": true, "thresholds": { diff --git a/nomad/assets/monitors/nomad_pending_jobs.json b/nomad/assets/monitors/nomad_pending_jobs.json index 7676f0691d..d90b0eb005 100644 --- a/nomad/assets/monitors/nomad_pending_jobs.json +++ b/nomad/assets/monitors/nomad_pending_jobs.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 60, "require_full_window": true, "thresholds": { diff --git a/php_apcu/assets/monitors/php-apcu_expunges.json b/php_apcu/assets/monitors/php-apcu_expunges.json index 97e165b98e..9896e860f0 100644 --- a/php_apcu/assets/monitors/php-apcu_expunges.json +++ b/php_apcu/assets/monitors/php-apcu_expunges.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "thresholds": { diff --git a/php_apcu/assets/monitors/php-apcu_high_usage.json b/php_apcu/assets/monitors/php-apcu_high_usage.json index cf82014a4f..b523a4c9d4 100644 --- a/php_apcu/assets/monitors/php-apcu_high_usage.json +++ b/php_apcu/assets/monitors/php-apcu_high_usage.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "thresholds": { diff --git a/php_opcache/assets/monitors/php-opcache_expunges.json b/php_opcache/assets/monitors/php-opcache_expunges.json index 8439105a48..e122cf1a69 100644 --- a/php_opcache/assets/monitors/php-opcache_expunges.json +++ b/php_opcache/assets/monitors/php-opcache_expunges.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "thresholds": { diff --git a/sigsci/assets/monitors/excessiveblockedHTTP.json b/sigsci/assets/monitors/excessiveblockedHTTP.json index 1a8ca1dcc1..05b7c758b7 100644 --- a/sigsci/assets/monitors/excessiveblockedHTTP.json +++ b/sigsci/assets/monitors/excessiveblockedHTTP.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_host_delay": 300, - "no_data_timeframe": null, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": true, "silenced": {}, diff --git a/syncthing/assets/monitors/syncthing_folder_error.json b/syncthing/assets/monitors/syncthing_folder_error.json index 3c27451ede..ebff1f6252 100644 --- a/syncthing/assets/monitors/syncthing_folder_error.json +++ b/syncthing/assets/monitors/syncthing_folder_error.json @@ -15,7 +15,7 @@ "include_tags": true, "new_host_delay": 300, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/syncthing/assets/monitors/syncthing_out_of_sync.json b/syncthing/assets/monitors/syncthing_out_of_sync.json index aa03ae1fcd..752e6a6f5f 100644 --- a/syncthing/assets/monitors/syncthing_out_of_sync.json +++ b/syncthing/assets/monitors/syncthing_out_of_sync.json @@ -15,7 +15,7 @@ "include_tags": true, "new_host_delay": 300, "notify_audit": true, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 30, "renotify_statuses": [ "alert", diff --git a/syncthing/assets/monitors/syncthing_system_error.json b/syncthing/assets/monitors/syncthing_system_error.json index 23a278ce1e..c06ddddcda 100644 --- a/syncthing/assets/monitors/syncthing_system_error.json +++ b/syncthing/assets/monitors/syncthing_system_error.json @@ -15,7 +15,7 @@ "include_tags": true, "new_host_delay": 300, "notify_audit": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/upbound_uxp/assets/monitors/controller_runtime_reconcile_error.json b/upbound_uxp/assets/monitors/controller_runtime_reconcile_error.json index fd9af2e8df..c13c133941 100644 --- a/upbound_uxp/assets/monitors/controller_runtime_reconcile_error.json +++ b/upbound_uxp/assets/monitors/controller_runtime_reconcile_error.json @@ -20,7 +20,7 @@ }, "notify_audit": false, "require_full_window": false, - "notify_no_data": false, + "on_missing_data": "show_no_data", "renotify_interval": 0, "include_tags": false, "escalation_message": "",