Unverified Commit a5172e39 authored by Rani Mounika Kotakadi's avatar Rani Mounika Kotakadi Committed by GitHub
Browse files

Changed Warning Thresholds

Showing with 6 additions and 6 deletions
+6 -6
......@@ -178,19 +178,19 @@ docker_service_replicas_memory_limit: 256MB
prometheus_mount_point: "/root/dockerdata/prometheus/data/"
#################################################### Monitoring limits ################################################
container_cpu_usage_percentage_threshold_Warning: 70
container_cpu_usage_percentage_threshold_Warning: 75
container_cpu_usage_percentage_threshold_Critical: 85
container_cpu_usage_percentage_threshold_Fatal: 95
container_memory_usage_percentage_threshold_Warning: 70
container_memory_usage_percentage_threshold_Warning: 75
container_memory_usage_percentage_threshold_Critical: 85
container_memory_usage_percentage_threshold_Fatal: 95
node_cpu_usage_percentage_threshold_Warning: 70
node_cpu_usage_percentage_threshold_Warning: 75
node_cpu_usage_percentage_threshold_Critical: 85
node_cpu_usage_percentage_threshold_Fatal: 95
node_memory_usage_percentage_threshold_Warning: 70
node_memory_usage_percentage_threshold_Warning: 75
node_memory_usage_percentage_threshold_Critical: 85
node_memory_usage_percentage_threshold_Fatal: 95
......@@ -198,7 +198,7 @@ node_load_avg_threshold_Warning: 85
node_load_avg_threshold_Critical: 95
node_load_avg_threshold_Fatal: 120
node_disk_usage_percentage_threshold_Warning: 70
node_disk_usage_percentage_threshold_Warning: 75
node_disk_usage_percentage_threshold_Critical: 85
node_disk_usage_percentage_threshold_Fatal: 95
......@@ -206,6 +206,6 @@ postgres_number_of_connections_Warning: 100
postgres_number_of_connections_Critical: 110
postgres_number_of_connections_Fatal: 130
elasticsearch_filesystem_data_remaining_threshold_Warning: 20
elasticsearch_filesystem_data_remaining_threshold_Warning: 25
elasticsearch_filesystem_data_remaining_threshold_Critical: 15
elasticsearch_filesystem_data_remaining_threshold_Fatal: 10
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment