Skip to content
  • Michal Privoznik's avatar
    Add SNMP trap/notification support. · 310df248
    Michal Privoznik authored
    This patch adds support for domain lifecycle notification support
    over SNMP traps. SNMP subagent monitors any domain events and when
    something interesting happens, it sends a trap.
    
    Monitoring is done in a joinable thread using polling (used
    domain-events example from libvirt) so we won't block the agent itself.
    
    Some debug info can be printed out by setting LIBVIRT_SNMP_VERBOSE
    environment variable.
    310df248