Only match on ...State.Host not the namespace

Matching on the ...State.Host namespace includes matching on
sub-interfaces such as ...State.Host.Foo.  We don't need that
here, so just match on the exact interface.

Tested:
Confirmed that PropertiesChanged events on sub-interfaces no
longer match.

Change-Id: I9ea0d145bb16551adc59ba105726ee1535f8c4bf
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
1 file changed
tree: 97f870766115bbfc64db6a2b3d24f0386f402b7d
  1. service_files/
  2. src/
  3. .clang-format
  4. cmake-format.json
  5. CMakeLists.txt
  6. LICENSE
  7. MAINTAINERS
  8. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.