syslog-ng.conf.solaris
来自「syslog-ng日志服务器源码」· SOLARIS 代码 · 共 16 行
SOLARIS
16 行
## Syslog-ng example configuration file for Solaris## Copyright (c) 1999 Balazs Scheidler# $Id: syslog-ng.conf.solaris,v 1.2 1999/11/15 12:30:41 bazsi Exp $## Solaris 2.5.1 and below uses the STREAMS driver, above extends it# with doors. For 2.5.1 remove the door() option from the source declaration.#source local { sun-streams("/dev/log" door("/etc/.syslog_door")); internal(); };destination all { file("/var/log/messages"); };log { source(local); destination(all); };
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?