diff --git a/sa/profiles/NAG/SNR/get_interfaces.py b/sa/profiles/NAG/SNR/get_interfaces.py index 36f15ad3d0c3545c84866c84732fa87b0d8733d7..c05e47a2828ba8eccd5796ccf43c7147ce021fe0 100644 --- a/sa/profiles/NAG/SNR/get_interfaces.py +++ b/sa/profiles/NAG/SNR/get_interfaces.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------- # NAG.SNR.get_interfaces # --------------------------------------------------------------------- -# Copyright (C) 2007-2020 The NOC Project +# Copyright (C) 2007-2021 The NOC Project # See LICENSE for details # --------------------------------------------------------------------- @@ -30,7 +30,7 @@ class Script(BaseScript): re.MULTILINE, ) rx_hw = re.compile( - r"^\s+Hardware is (?P\S+)(, active is \S+)?" + r"^\s+Hardware is (?P\S+)(\(card not installed\))?(, active is \S+)?" r"(,\s+address is (?P\S+))?\s*\n", re.MULTILINE, )