⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syslog-ng.conf.solaris

📁 syslog-ng日志服务器源码
💻 SOLARIS
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -