puppet: Update tuning for load average monitoring.

This commit is contained in:
Tim Abbott 2020-04-16 16:47:05 -07:00
parent 20ac4e1fba
commit 8e5a866122
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ define service {
use generic-service
hostgroup_name not_pageable_servers
service_description remote load
check_command check_remote_load!22!5.0,4.0,3.0!10.0,6.0,4.0
check_command check_remote_load!22!7.0,6.0,5.0!10.0,8.0,6.0
contact_groups admins
}
@ -72,7 +72,7 @@ define service {
use generic-service
hostgroup_name pageable_servers
service_description remote load - pageable
check_command check_remote_load!22!5.0,4.0,3.0!10.0,6.0,4.0
check_command check_remote_load!22!7.0,6.0,5.0!10.0,8.0,6.0
contact_groups admins
}