monitoring/commands: Remove false property from the schedule service check command
refs #6593
This commit is contained in:
parent
051c9691a9
commit
e847770135
|
@ -9,4 +9,6 @@ use Icinga\Exception\IcingaException;
|
|||
/**
|
||||
* Exception thrown if a command was not sent
|
||||
*/
|
||||
class TransportException extends IcingaException {}
|
||||
class TransportException extends IcingaException
|
||||
{
|
||||
}
|
||||
|
|
|
@ -38,13 +38,6 @@ class ScheduleServiceCheckCommand extends ObjectCommand
|
|||
*/
|
||||
protected $forced = false;
|
||||
|
||||
/**
|
||||
* Whether to schedule a check of all services associated with a particular host
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $ofAllServices = false;
|
||||
|
||||
/**
|
||||
* Set the time when the next check of a host or service is to be scheduled
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue