libservicelog is a library for logging service-related events to the servicelog database, and a number of command-line utilities for viewing the contents of the database.
The concept of a serviceable event is introduced; if an event occurs that requires a service action to repair (such as a hardware failure that requires the replacement of a Field Replaceable Unit (FRU), or an issue that requires a firmware update to fix), the event is considered serviceable. When a repair action occurs (such as the replacement of a FRU), all of the open serviceable events that are repaired by that action are considered to be "closed".
Requirements:
· sqlite-devel
Installation:
# ./configure
# make
# make install
What's New in This Release:
· Create /var/lib/servicelog/servicelog.db at install time
· Additional comments and code cleanup
· Fix issue with notification tools not being started
· Beautify printing of notification tools
Product's homepage