Skip to content
  • Robert Ricci's avatar
    New perl event system functions: EventSend{,Warn,Fatal}() These · e58adf16
    Robert Ricci authored
    basically work like the libdb.pm functions of the same name (and in
    fact much of the code was stolen from there.)
    
    Provides a simple single function call to send events. Intended for
    use in scripts whose primary purpose is _not_ to interface with the
    event system, like power and node_reboot. If more control/efficiency
    is required (for example, these functions reconnect to the event
    system every time they're called) , it's better to use the C-like API.
    
    Example call:
    EventSendFatal(objtype   => "TBEXAMPLE",
                   eventtype => $ARGV[0],
                   host      => "*" );
    e58adf16