mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
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
|
* 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;
|
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
|
* Set the time when the next check of a host or service is to be scheduled
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user