Result String
rec_list {{event frequency string 0}, {log freq str 1}, ...}
Where each event frequency string is:
time_sec %ld time_msec %ld match_count %u raise_count %u occurs %u
period_sec %ld period_msec %ld pattern {%s}
time_sec
time_msec
|
Seconds and milliseconds in POSIX timer units since January 1, 1970, which represent the time the last event was raised.
|
match_count
|
Number of times that a syslog message matches the pattern specified by this syslog event specification since event registration.
|
raise_count
|
Number of times that this syslog event was raised.
|
occurs
|
Number of occurrences needed in order to raise the event; if not specified, the event is raised on the first occurrence.
|
period_sec
period_msec
|
Number of occurrences must occur within this number of POSIX timer units in order to raise the event; if not specified, the period check does not apply.
|
pattern
|
Regular expression used to perform syslog message pattern matching.
|
Set _cerrno
Yes
(_cerr_sub_err = 2) FH_ESYSERR (generic/unknown error from OS/system)
This error means that the operating system reported an error. The POSIX errno value that is reported with the error should be used to determine the cause of the operating system error.
(_cerr_sub_err = 9) FH_EMEMORY (insufficient memory for request)
This error means that an internal EEM request for memory failed.
(_cerr_sub_err = 22) FH_ENULLPTR (event detector internal error - ptr is null)
This error means that an internal EEM event detector pointer was null when it should have contained a value.
(_cerr_sub_err = 45) FH_ESEQNUM (sequence or workset number out of sync)
This error means that the event detector sequence or workset number was invalid.
(_cerr_sub_err = 46) FH_EREGEMPTY (registration list is empty)
This error means that the event detector registration list was empty.
(_cerr_sub_err = 54) FH_EFDUNAVAIL (connection to event detector unavailable)
This error means that the event detector was unavailable.