diff --git a/checks/network.py b/checks/network.py index 00f79f2..bd02f8c 100644 --- a/checks/network.py +++ b/checks/network.py @@ -5,7 +5,7 @@ def checkDrop(lines): - drops = search('insufficient bandwidth', lines) + drops = searchExclude('insufficient bandwidth', lines, ['test_stream']) val = 0 severity = 9000 for drop in drops: