logger.conf.source
来自「监控大型网络的软件。能够自动发现拓扑结构」· SOURCE 代码 · 共 42 行
SOURCE
42 行
[start]# enable syslog parsingenable: 1[paths]# path to syslog file# the file needs to exist and the navcron user needs write access to the filesyslog:@localstatedir@/log/cisco.log# Logengine needs to know charset the above file is encoded with, so that it# may properly encode it for storage in the database.charset: iso-8859-1[deletepriority]# deletes messages of the given priority older than a limited number of days0:7301:7302:903:904:905:306:307:1[priorityexceptions]# defines new priorities for messages## syntax:# FAC-0-MNEM@x-gsw.university.net:7# gives the FAC-0-MNEM type new priority 7 (low) for x-gsw## FAC-0-MNEM:7# FAC-0-MNEM@ANY:7# gives all FAC-0-MNEM messages new priority 7## unit-gsw.university.net:5# ANY@unit-gsw.university.net:5# gives priority 5 to all messages from x-gsw # # the most specific exceptions are considered most important#
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?