# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. raidiator_error = { plugin_version = "1.1.1" # 16/May/2006 - 1.0beta - GMF - Initial plug-in implementation. # 2007-09-14 - 1.0 - KBB - renumbered per new beta policy # 2007-11-02 - 1.1 - KBB - changed field error to error_messages - fixes bug caused by # recent UI change where fields cannot have the same names as Salang functions # Initial creation - 1.0 # 2011-07-13 - 1.1.1 - MSG - Edited info lines. info.1.manufacturer = "Netgear" info.1.device = "RAIDiator Error" info.1.version.1 = "" # The name of the log format log.format.format_label = "RAIDiator Error Log Format" log.miscellaneous.log_data_type = "error" log.miscellaneous.log_format_type = "other" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^[A-Z][a-z][a-z] [A-Z][a-z][a-z] [ 123][0-9] [012][0-9]:[0-6][0-9]:[0-6][0-9] [0-9][0-9][0-9][0-9]: [A-Z]+:" # This regular expression is used to parse the log fields out of the log entry log.format.parsing_regular_expression = "^[A-Z][a-z][a-z] ([A-Z][a-z][a-z] [ 123][0-9] [012][0-9]:[0-6][0-9]:[0-6][0-9] [0-9][0-9][0-9][0-9]): ([A-Z]+): (.*)$" # The format of dates and times in this log log.format.date_format = "mmm dd hh:mm:ss yyyy" log.format.time_format = "mmm dd hh:mm:ss yyyy" # Log fields log.fields = { date_time = "" type = "" error_message = "" } # log.fields # Database fields database.fields = { date_time = "" day_of_week = "" hour_of_day = "" type = "" error_message = "" } # database.fields database.numerical_fields = { errors = { default = true requires_log_field = false entries_field = true } # errors } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'errors = 1;' } # mark_entry } # log.filters create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options } # raidiator_error