mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
monitoring/commands: Default 'reschedule all service checks on the hosts' to false
refs #6593
This commit is contained in:
parent
2dd81d12ba
commit
b10737017d
@ -26,10 +26,9 @@ class ScheduleHostCheckCommandForm extends ScheduleServiceCheckCommandForm
|
|||||||
'all_services',
|
'all_services',
|
||||||
array(
|
array(
|
||||||
'label' => mt('monitoring', 'All Services'),
|
'label' => mt('monitoring', 'All Services'),
|
||||||
'value' => true,
|
|
||||||
'description' => mt(
|
'description' => mt(
|
||||||
'monitoring',
|
'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.'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user