mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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