Don't send notifications when within maintenance window. Fixes #2720
This commit is contained in:
committed by
Nico Stapelbroek
parent
8485821491
commit
f53f88f950
@@ -25,6 +25,13 @@ interface System
|
||||
*/
|
||||
public function getStatus();
|
||||
|
||||
/**
|
||||
* Determine if Cachet has any open maintenance windows.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function underMaintenance();
|
||||
|
||||
/**
|
||||
* Get the cachet version.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user