configuration.php: Introduce permission `monitoring/command/schedule-check/active-only`

refs #3665
This commit is contained in:
Johannes Meyer 2019-02-07 14:31:06 +01:00
parent 9571d1059f
commit b275a1383d
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ $this->providePermission(
'monitoring/command/schedule-check',
$this->translate('Allow scheduling host and service checks')
);
$this->providePermission(
'monitoring/command/schedule-check/active-only',
$this->translate('Allow scheduling host and service checks (Only on objects with active checks enabled)')
);
$this->providePermission(
'monitoring/command/acknowledge-problem',
$this->translate('Allow acknowledging host and service problems')