diff --git a/checks/network.py b/checks/network.py index 785ce92..54b06e9 100644 --- a/checks/network.py +++ b/checks/network.py @@ -27,7 +27,7 @@ def checkDrop(lines): def checkKiller(lines): if (len(search('Interface: Killer', lines)) > 0): return [LEVEL_INFO, "Killer NIC", - """Killer's Firewall is known for it's poor performance and issues when trying to stream. Please download the driver pack from the vendor's page , completely uninstall all Killer NIC items and install their Driver only package."""] + """Killer's Software Suite is known for its poor performance and issues when trying to stream. Please download the package from the vendor's page , completely uninstall all Killer NIC items and run the installer, choosing to only install the Hardware Drivers."""] def checkVantage(lines):