syslog-ng Questions
4
Solved
My application will send out syslog local0 messages.
When I move my application into docker, I found it is difficult to show the syslog.
I've tried to run docker as --log-dirver as syslog or journ...
2
I would like to log files from a switch to a mysql database. I am using syslog-ng and in the configuration file, i have done the following amendments
filter f_no_debug { not level(debug); };
dest...
2
I am a bit confused about syslog message format. I have to write a program that parses syslog messages. When I read what I get in my syslog-ng instance I get messages like this:
Jan 12 06:30:00 1.2...
1
Solved
I have a problem with python's logging lib. With the code below I create a "logger":
logger = logging.getLogger()
def logger_init(level):
try:
syslog = SysLogHandler(address=LOG_DESTINATION)
ex...
1
Solved
There is a script, written in Python, which parse sensors data and events from number of servers by IPMI. Then it sends graph data to one server and error logs to the other. Logging server is Syslo...
1
© 2022 - 2024 — McMap. All rights reserved.