parent
ddc8dd5d4c
commit
df3d81e181
|
@ -9,20 +9,20 @@ namespace Icinga\Module\Monitoring\Command\Object;
|
||||||
class SendCustomNotificationCommand extends WithCommentCommand
|
class SendCustomNotificationCommand extends WithCommentCommand
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* (non-PHPDoc)
|
* {@inheritdoc}
|
||||||
* @see \Icinga\Module\Monitoring\Command\Object\ObjectCommand::$allowedObjects For the property documentation.
|
|
||||||
*/
|
*/
|
||||||
protected $allowedObjects = array(
|
protected $allowedObjects = array(
|
||||||
self::TYPE_HOST,
|
self::TYPE_HOST,
|
||||||
self::TYPE_SERVICE
|
self::TYPE_SERVICE
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether a notification is forced to send
|
* Whether a notification is forced to send
|
||||||
*
|
*
|
||||||
* Forced notifications are send regardless of time and if notifications
|
* Forced notifications are send regardless of time and if notifications
|
||||||
* are enabled.
|
* are enabled.
|
||||||
*
|
*
|
||||||
* @type bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
protected $forced;
|
protected $forced;
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ class SendCustomNotificationCommand extends WithCommentCommand
|
||||||
* If broadcast is true, the notification is send to all normal and
|
* If broadcast is true, the notification is send to all normal and
|
||||||
* escalated contacts for the object
|
* escalated contacts for the object
|
||||||
*
|
*
|
||||||
* @type bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
protected $broadcast;
|
protected $broadcast;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue