From 7f8df51a4169588e677a8fcca9482ac3e764f0da Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 19 Jun 2009 12:51:59 +0000 Subject: [PATCH] Added small description for the logging services (contrib/README) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13743 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/log/contrib/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 gosa-plugins/log/contrib/README diff --git a/gosa-plugins/log/contrib/README b/gosa-plugins/log/contrib/README new file mode 100644 index 000000000..f801a2804 --- /dev/null +++ b/gosa-plugins/log/contrib/README @@ -0,0 +1,27 @@ +GOsa supports two completely different logging services/plugins. + +GOsa Log View +============= +This service logs GOsa related actions, like viewing, editing or removing of ldap objects. +In other words, nearly every mouse click in the GOsa ui, will be logged and can then be viewed. + +-The database schema is in file 'logging.sql' +-The service plugin is named 'GOsa mysql logging service'. + (Can be configured in: Administration->Server->Services) + + +Syslog view +=========== +This plugin displays logged system messages, which are stored in a mysql database. +For example, you can configure syslog-ng to log into a database and use GOsa to display +those messages. This plugin has to be used toghether with the 'Syslog Server' service. + +-The database schema is in file 'logging.sql' +-The service plugin is named 'Syslog service database'. + (Can be configured in: Administration->Server->Services) + + +For more information visit gosa-project.org + + + -- 2.30.2