mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
as default do not send emails for down ports, but print them on the front page (for mmoerman)
git-svn-id: http://www.observium.org/svn/observer/trunk@2922 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -370,7 +370,7 @@ foreach ($ports as $port)
|
||||
/// End Update Database
|
||||
|
||||
/// Send alerts for interface flaps.
|
||||
if ($config['warn']['ifdown'] && ($port['ifOperStatus'] != $this_port['ifOperStatus']) && $port['ignore'] == 0)
|
||||
if ($config['alerts']['port']['ifdown'] && ($port['ifOperStatus'] != $this_port['ifOperStatus']) && $port['ignore'] == 0)
|
||||
{
|
||||
if ($this_port['ifAlias'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user