parent
7675ea0514
commit
a58c933a29
|
@ -645,6 +645,11 @@ class CommandPipe
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Start obsessing over provided services/hosts
|
||||
*
|
||||
* @param array $objects An array of hosts and/or services
|
||||
*/
|
||||
public function startObsessing($objects)
|
||||
{
|
||||
foreach ($objects as $object) {
|
||||
|
@ -658,6 +663,11 @@ class CommandPipe
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Stop obsessing over provided services/hosts
|
||||
*
|
||||
* @param array $objects An array of hosts and/or services
|
||||
*/
|
||||
public function stopObsessing($objects)
|
||||
{
|
||||
foreach ($objects as $object) {
|
||||
|
|
|
@ -74,7 +74,6 @@ class PropertyModifier
|
|||
*/
|
||||
const FRESHNESS = "%s_FRESHNESS_CHECKS";
|
||||
|
||||
|
||||
/**
|
||||
* Template for enabling/disabling event handler
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue