I'm trying to intercept application specific syslog log traffic from a custom UDP server in ubuntu. For testing purposes, I stopped the default syslogd daemon running in port 514 and configured a UDP server to listen to UDP traffic on port 514. I…
I have a custom application running on client which uses php, whose log's are controlled by log4php.properties ( say DEBUG or INFO ) however, in addtion existing logging setup, i would like to send these logs to syslog-ng running server.
Below is…
Question: I'm trying to search a syslog (Linux server) for the first entry of an specific event and then execute a command (future development) and then log the information. I'm not sure if I have approached this the right way.
Problem: not sure…
We have a site which is powered by spring mvc. I've added a bean that is Initalizing and ServletContextAware in which I modify the pattern to our syslog appender, adding database server, name, username etc.
I want to add something to the pattern…
I have a simple iPhone App that uses an NSLog and several printf statements. The app is a simple test app that I created to test serial communication on the iPhone (3GS). Obviously I can not test serial com with the iOS Simulator, so I have my…
I would like to create logs to a Syslog Server (Kiwi Syslog Server, to be more precise) from ruby.
I don't want to log ruby or rails stuff to the syslog server. I want to create a pre-define log message when an event occurrs and log this to a remote…
I'm trying to get a PHP command line script to write informational messages to a custom file. I'm working on a MacBook with OSX Lion installed. I (now) have this in my syslog.conf file:
local2.error /var/log/myapp/error.log
local2.=warning …
I have syslog-ng installed on CentOS 5.7 system with SELinux enforcing.
i cannot startup syslog-ng service by "service syslog-ng start", because of the error:
[root@localhost ~]# service syslog-ng start
Starting syslog-ng:
GThread-ERROR **: file…
Working on CentOS (specifically the Amazon EC2 Linux AMI). I have 2 virtual host on my apache, and I would like them to log on different rsyslog facilities, so I configured my hosts like this:
DocumentRoot /var/www/site1
…
I am analyzing a syslog files that have been created as a result of a DDOS attack and would like to a create a list of unique ip connections.Any assistance is greatly appreciated.
I'm trying to test an installation of Windows Kiwi Syslog Server by logging to it using the syslog function in PHP as follows:
syslog(LOG_WARNING, "test123");
The function returns true but the log doesn't show up in Kiwi which is running on the…
I need to store Syslog messages to a database like MySQL for one of my application. but i only want to store those messages which contains a specific pattern. I don't want to store all the lines which are logged to Syslog. Is it possible to specify…
I have a python script that is looging to syslog without an issue. On the same box I have a python script running via apache and WSGI and I can not get it to log to syslog. The logging configuration is almost identical and here is the section from…
This is a huge annoyance.
Whilst in older wget versions (even stated so in the man page) the whole error code functionality had never worked reliably, current wget versions appear to have it working TOO reliably.
I have a cron job that might be…
I have configured a remote logging from one of my servers to the central log server via rsyslog TCP/SSL
Everything worked fine until yesterday where most of the files just stop being transmitted while some are still sent/updated in the log server.
I…