configuration.php: Introduce permission `monitoring/command/schedule-check/active-only`
refs #3665
This commit is contained in:
parent
9571d1059f
commit
b275a1383d
|
@ -11,6 +11,10 @@ $this->providePermission(
|
||||||
'monitoring/command/schedule-check',
|
'monitoring/command/schedule-check',
|
||||||
$this->translate('Allow scheduling host and service checks')
|
$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(
|
$this->providePermission(
|
||||||
'monitoring/command/acknowledge-problem',
|
'monitoring/command/acknowledge-problem',
|
||||||
$this->translate('Allow acknowledging host and service problems')
|
$this->translate('Allow acknowledging host and service problems')
|
||||||
|
|
Loading…
Reference in New Issue