monitoring/commands: Remove false property from the schedule service check command

refs #6593
This commit is contained in:
Eric Lippmann 2014-09-23 22:19:35 -07:00
parent 051c9691a9
commit e847770135
2 changed files with 3 additions and 8 deletions

View File

@ -9,4 +9,6 @@ use Icinga\Exception\IcingaException;
/**
* Exception thrown if a command was not sent
*/
class TransportException extends IcingaException {}
class TransportException extends IcingaException
{
}

View File

@ -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
*