The rsyslog tag has no wiki summary.
2
votes
0answers
25 views
Preventing output to /var/log/syslog
I have rules such as:
if $hostname startswith 'd.42ba7373' and $programname == 'app' then /var/log/applog
and don't want to output messages that go into that log to /var/log/syslog as well. Is ...
2
votes
0answers
147 views
rsyslog: how to bind rulesets to unix sockets (imuxsock)
I'm using the imuxsock module to listen to additional local log sockets (i.e., with the $AddUnixListenSocket directive).
After reading the awesome http://www.rsyslog.com/doc/multi_ruleset.html page, ...
1
vote
0answers
12 views
Nested filtering in rsyslogd
I'm using rsyslogd and trying to figure out why things like
if $hostname startswith 'd.42ba7373' and $programname == 'app' then /var/log/bla2app
work just fine, but
if $hostname startswith ...
1
vote
0answers
125 views
really basic bootstrap logger - (preferably syslog, cascade to http/raw)
I have a bootstrap shell script that is run as the very first thing when a fresh Linux server is booted up to multi-user mode with networking.
Once it is complete, I would like to report the error ...
0
votes
0answers
98 views
Seagate external hard disk creating problems
I've bought a new hard disk, a Seagate (Backup Plus), but I'm having problems with it.
Firstly, it doesn't mounts every time I plug it in. In such cases, I've got to restart the machine to work with ...