From b10737017d34569756f5b5ba58fa82b18cd615f0 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 23 Sep 2014 17:36:15 -0700 Subject: [PATCH] monitoring/commands: Default 'reschedule all service checks on the hosts' to false refs #6593 --- .../forms/Command/Object/ScheduleHostCheckCommandForm.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php b/modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php index e7d71b9f2..89d39716c 100644 --- a/modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php @@ -26,10 +26,9 @@ class ScheduleHostCheckCommandForm extends ScheduleServiceCheckCommandForm 'all_services', array( 'label' => mt('monitoring', 'All Services'), - 'value' => true, 'description' => mt( 'monitoring', - 'Schedule check for all services on the hosts and the hosts themself.' + 'Schedule check for all services on the hosts and the hosts themselves.' ) ) )