Print this page
NEX-17796 libfmd_snmp performance is awful
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-17829 libfmd_snmp and snmp-notify should provide FMRIs for all fault types
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
        
*** 19,28 ****
--- 19,29 ----
  # CDDL HEADER END
  #
  
  #
  # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2018 Nexenta Systems, Inc.
  #
  
  include ../Makefile.lib
  
  common_SUBDIRS = \
*** 46,56 ****
  i386_SUBDIRS =
  
  SUBDIRS = $(common_SUBDIRS) $($(MACH)_SUBDIRS)
  
  libldom: libmdesc libfmd_agent
  
- libfmd_snmp: libfmd_adm topo
- 
  topo: $($(MACH)_SUBDIRS) libfmd_agent libdiskstatus
  
  include ./Makefile.subdirs
--- 47,57 ----
  i386_SUBDIRS =
  
  SUBDIRS = $(common_SUBDIRS) $($(MACH)_SUBDIRS)
  
  libldom: libmdesc libfmd_agent
+ libfmd_snmp: libfmd_adm topo libfmevent
+ libfmnotify: topo
  
  topo: $($(MACH)_SUBDIRS) libfmd_agent libdiskstatus
  
  include ./Makefile.subdirs