# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. micro_tech_image_maker_error = { # The name of the log format log.format.format_label = "Microtech ImageMaker Error Log Format" log.miscellaneous.log_data_type = "generic" log.miscellaneous.log_format_type = "application" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^[0-9][0-9]/[0-9][0-9]/[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9], [^,]*, [^,]*, [^,]*, [^,]*, [^,]*, [^,]*, [^,]*, [^,]*$" # All log field parsing will be done using the parsing filters log.format.parse_only_with_filters = "true" # The format of dates and times in this log log.format.date_format = "mm/dd/yy" log.format.time_format = "hh:mm:ss" # An entry in this log is called a "event" in the statistics (not a "hit") statistics.miscellaneous.entry_name = "events" # Log fields log.fields = { date = { label = "$lang_stats.field_labels.date" type = "date" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # date time = { label = "$lang_stats.field_labels.time" type = "time" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # time drive_id = { label = "$lang_stats.field_labels.drive_id" type = "flat" index = 0 subindex = 0 } # drive_id model = { label = "$lang_stats.field_labels.model" type = "flat" index = 0 subindex = 0 } # model bus1 = { label = "$lang_stats.field_labels.bus1" type = "flat" index = 0 subindex = 0 } # bus1 scsi_id = { label = "$lang_stats.field_labels.scsi_id" type = "flat" index = 0 subindex = 0 } # scsi_id activedevsonbus = { label = "$lang_stats.field_labels.activedevsonbus" type = "flat" index = 0 subindex = 0 } # activedevsonbus aborted = { label = "$lang_stats.field_labels.aborted" type = "flat" index = 0 subindex = 0 } # aborted threadstatus = { label = "$lang_stats.field_labels.threadstatus" type = "flat" index = 0 subindex = 0 } # threadstatus threaderror = { label = "$lang_stats.field_labels.threaderror" type = "flat" index = 0 subindex = 0 } # threaderror disc_manufacturer = { label = "$lang_stats.field_labels.disc_manufacturer" type = "flat" index = 0 subindex = 0 } # disc_manufacturer } # log.fields # # Log Parsing Filters log.parsing_filters = { # Parse Date Time line" 1 = { label = "1" comment = "" value = "collect_fields_using_regexp('^()([0-9][0-9]/[0-9][0-9]/[0-9][0-9]) ([0-9][0-9]:[0-9][0-9]:[0-9][0-9]), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*)$', '*KEY*,date,time,drive-id,model,bus1,scsi-id,activedevsonbus,aborted,threadstatus,threaderror')" } # 1 # Parse out Disc manufacturer" 2 = { label = "2" comment = "" value = "collect_fields_using_regexp('()Disc manufacturer: (.*)$', '*KEY*,disc_manufacturer')" } # 2 # Accept on Disc manufacturer collected log entry 3 = { label = "3" comment = "" value = "accept_collected_entry_using_regexp(' ()Disc manufacturer:', false)" } # 3 } # log.parsing_filters # Database fields database.fields = { date_time = { label = "$lang_stats.field_labels.date_time" log_field = "date_time" type = "string" suppress_top = 0 suppress_bottom = 3 display_format_type = "date_time" } # date_time day_of_week = { label = "$lang_stats.field_labels.day_of_week" log_field = "day_of_week" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "day_of_week" } # day_of_week hour_of_day = { label = "$lang_stats.field_labels.hour_of_day" log_field = "hour_of_day" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "hour_of_day" } # hour_of_day drive_id = { label = "$lang_stats.field_labels.drive_id" log_field = "drive_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # drive_id model = { label = "$lang_stats.field_labels.model" log_field = "model" type = "string" suppress_top = 0 suppress_bottom = 2 } # model bus1 = { label = "$lang_stats.field_labels.bus1" log_field = "bus1" type = "string" suppress_top = 0 suppress_bottom = 2 } # bus1 scsi_id = { label = "$lang_stats.field_labels.scsi_id" log_field = "scsi_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # scsi_id activedevsonbus = { label = "$lang_stats.field_labels.activedevsonbus" log_field = "activedevsonbus" type = "string" suppress_top = 0 suppress_bottom = 2 } # activedevsonbus aborted = { label = "$lang_stats.field_labels.aborted" log_field = "aborted" type = "string" suppress_top = 0 suppress_bottom = 2 } # aborted threadstatus = { label = "$lang_stats.field_labels.threadstatus" log_field = "threadstatus" type = "string" suppress_top = 0 suppress_bottom = 2 } # threadstatus threaderror = { label = "$lang_stats.field_labels.threaderror" log_field = "threaderror" type = "string" suppress_top = 0 suppress_bottom = 2 } # threaderror disc_manufacturer = { label = "$lang_stats.field_labels.disc_manufacturer" log_field = "disc_manufacturer" type = "string" suppress_top = 0 suppress_bottom = 2 } # disc_manufacturer } # database.fields database.numerical_fields = { events = { label = "$lang_stats.field_labels.events" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # events } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'events = 1;' } # mark_entry } # log.filters create_profile_wizard_options = { date_time_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" drive_id = true model = true bus1 = true scsi_id = true activedevsonbus = true aborted = true threadstatus = true threaderror = true disc_manufacturer = true } # report_groups } # create_profile_wizard_options not_supported = { visitors = true sessions = true pageviews = true bandwidth = true individualhosts = true } # not_supported } # micro_tech_image_maker_error