Add reference link for CPU steal time

pull/323/head
Alessio Sergi 2014-01-05 18:17:59 +01:00
parent 638a5b55b1
commit 0ba2cfa6c3
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ iowait_warning=60
iowait_critical=80 iowait_critical=80
# Limit values for CPU steal in % # Limit values for CPU steal in %
# Default values if not defined: 10/15/20 # Default values if not defined: 10/15/20
# Source: http://blog.scoutapp.com/articles/2013/07/25/understanding-cpu-steal-time-when-should-you-be-worried
steal_careful=10 steal_careful=10
steal_warning=15 steal_warning=15
steal_critical=20 steal_critical=20

View File

@ -20,6 +20,7 @@ iowait_warning=60
iowait_critical=80 iowait_critical=80
# Limit values for CPU steal in % # Limit values for CPU steal in %
# Default values if not defined: 10/15/20 # Default values if not defined: 10/15/20
# Source: http://blog.scoutapp.com/articles/2013/07/25/understanding-cpu-steal-time-when-should-you-be-worried
steal_careful=10 steal_careful=10
steal_warning=15 steal_warning=15
steal_critical=20 steal_critical=20