diff --git a/etc/modules/logstore_sqlite.cfg b/etc/modules/logstore_sqlite.cfg index 786ba4a..7ad05c1 100644 --- a/etc/modules/logstore_sqlite.cfg +++ b/etc/modules/logstore_sqlite.cfg @@ -4,7 +4,10 @@ define module { module_name logsqlite module_type logstore_sqlite - database_file /usr/local/shinken/var/livelogs.db + # Shinken 1.4 configuration + # database_file /usr/local/shinken/var/livelogs.db + # Shinken 2.0 configuration + database_file /var/log/shinken/livelogs.db # Prefer SQL queries if available instead of internal in-memory lookups # Some corner cases may return invalid or no data. Defaults to 0 if unset. #use_aggressive_sql 1 ; Set to 1 for large installations