# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. ibm_tivoli_netview = { plugin_version = "1.0" # 2007-04-15 - 1.0beta - KBB - Initial creation # 2007-09-14 - 1.0 - KBB - renumbered per new beta policy # The name of the log format log.format.format_label = "IBM Tivoli NetView Log Format" log.miscellaneous.log_format_type = "network_device" log.miscellaneous.log_data_type = "network" info.1.manufacturer = "IBM" info.1.device = "Tivoli NetView" info.1.version.1 = "" #2007/3/30 ¤U¤È 02:44:55,Indeterminate,,SNMP Data Collector started,,1.3.6.1.4.1.2.6.3,50790440,Netmon-related, #2007/3/30 ¤U¤È 02:44:56,Indeterminate,10.64.192,Network 10.64.192 Added.,,1.3.6.1.4.1.2.6.3,50790407,Netmon-related, #2007/3/30 ¤U¤È 02:53:21,Major,10.64.190.10,Inconsistent subnet mask 255.255.240.0 on interface 10.64.190.10; a more probable mask is 255.255.255.0,1.3.6.1.4.1.2.6.3,58982414,Netmon-related, # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = '^[0-9]{4}/[0-9]{1,2}/[0-9]{1,2} [^ ]+ [0-9]{2}:[0-9]{2}:[0-9]{2},[A-Za-z]+,([a-z0-9]|[0-9.]+|),[^,]*,[^,]*,*[^,]*,[^,]*,[^,]*,[^,]*$' # This regular expression is used to parse the log fields out of the log entry # Note that most lines have two commas after the fifth field, as if there is a field # that is always empty. Some don't, indicating a bug in the logging, therefore, don't # try to capture the field. log.format.parsing_regular_expression = "^([^ ]+) [^ ]* *([^ ,]+),([^,]*),([^,]*),([^,]*),{1,2}([^,]*),([^,]*),([^,]*),([^,]*)$" # The format of dates and times in this log log.format.date_format = "auto" log.format.time_format = "auto" # There can be newlines inside quotes in CSV files-- let them field values across lines log.format.allow_newlines_inside_quotes = "true" log.format.ignore_format_lines = "true" # Log fields log.fields = { date = "" time = "" severity = "" node = "" description = "" enterprise = "" trap = "" source = "" owner = "" } # log.fields # Database fields database.fields = { date_time = "" day_of_week = "" hour_of_day = "" severity = "" node = "" description = "" enterprise = "" trap = "" source = "" owner = "" } # database.fields database.numerical_fields = { events = { default = true requires_log_field = false 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 = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options } # ibm_tivoli_netview