mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Merge pull request #2385 from laf/issue-2360
Added ability to globally disable sending alerts
This commit is contained in:
@@ -196,6 +196,10 @@ else {
|
||||
$callback = urlencode($callback);
|
||||
|
||||
$general_conf = array(
|
||||
array('name' => 'alert.disable',
|
||||
'descr' => 'Disable alerting',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
array('name' => 'alert.admins',
|
||||
'descr' => 'Issue alerts to admins',
|
||||
'type' => 'checkbox',
|
||||
|
||||
Reference in New Issue
Block a user