syslog
send a log message to remote syslogd server in my own c code
all experts, I\'m writing my own daemon that has similar function as the standard syslogd. Below is my c code to send a log message to remote syslogd server 10.0.0.3. The remote syslogd server 10.0.0[详细]
2023-04-12 20:43 分类:问答How can I change localhost.localdomain in the messages written by Log4j to the Linux syslog
I\'m writing messages to the Linux syslog using Log4j and its SyslogAppender. The outputted messages look like this:[详细]
2023-04-12 09:08 分类:问答Need suggestion for SysLog with Node.js
I have jus开发者_开发问答t npm install node-syslogbut it doesn\'t work. I have a syslog server (IP address , and local0).[详细]
2023-04-09 05:14 分类:问答Lost syslog packets
I wrote a program that listens on UDP port 514 for syslog messages and writes any incoming packets to a log file. On one of the servers where this program is deployed, it has suddenly stopped writing[详细]
2023-04-06 10:33 分类:问答Logging: Syslog for standalone applications?
For a toy commandline application in linux, I decided to go the syslog way. With the LOG_PERROR option (which I understand is widely supported within the *nixes), I can also redirect log messages to s[详细]
2023-03-28 08:28 分类:问答Parsing a syslog entry
This is what an entry looks like: Jan 26 20:53:31 hostname logger: System rebooted for hard disk upgrade[详细]
2023-03-26 23:21 分类:问答Making a Perl daemon that runs 24/7 and reads from named pipes
I\'m trying to make a log analyser using perl. The analyser would run 24/7 in the background on an AIX server and read from pipes that syslog directs logs to (from the entire network). Basically:[详细]
2023-03-23 10:28 分类:问答How to get data from Syslog-NG / Syslog
I am looking to create a C++ socket app that will listen on a port, and receive data from Syslog and Syslog-NG.Is there documentation anywhere about how i开发者_如何学Pythont will come through the soc[详细]
2023-03-21 16:17 分类:问答Howto: Using syslog for user created shell script
Information abound about syslog开发者_如何学C, but I can\'t find anything very concise for my interest.[详细]
2023-03-19 20:04 分类:问答CherryPy: Log access and error events to syslog
I have created a REST interface using CherryPy. I prefer using syslog, instead of individual files to log messages for each of my applications. So, currently, the application uses the Python logging f[详细]
2023-03-15 04:59 分类:问答