forked from nanopack/logvac
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to specify multiple tags
- Loading branch information
Showing
9 changed files
with
87 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# -*- mode: apacheconf; -*- | ||
########### | ||
# general # | ||
########### | ||
|
||
daemonize no | ||
pidfile /var/run/narc.pid | ||
|
||
########### | ||
# logging # | ||
########### | ||
|
||
loglevel notice | ||
#logfile /var/log/narc.log | ||
syslog-enabled no | ||
syslog-ident narc | ||
syslog-facility local0 | ||
|
||
########## | ||
# server # | ||
########## | ||
|
||
# remote syslog | ||
remote-host 127.0.0.1 | ||
remote-port 6361 | ||
remote-proto udp | ||
|
||
# max server connect attempts | ||
max-connect-attempts 12 | ||
# millisecond delay between attempts | ||
connect-retry-delay 5000 | ||
|
||
########### | ||
# streams # | ||
########### | ||
|
||
# max file open attempts | ||
max-open-attempts 12 | ||
# millisecond delay between attempts | ||
open-retry-delay 5000 | ||
|
||
# identifier to prefix all messages with | ||
stream-id web.logvac,12345678900asdfghjkl | ||
|
||
# syslog facility for streams | ||
stream-facility user | ||
|
||
# syslog priority for streams | ||
stream-priority error | ||
|
||
# log streams | ||
stream logvac[daemon] /var/log/gonano/logvac/current | ||
stream mist[daemon] /var/log/gonano/mist/current |