22 Feb
2007
22 Feb
'07
8:30 p.m.
On Thu, 2007-02-22 at 11:40 -0600, Ravi Papisetti -X (rpapiset - HCL at Cisco) wrote:
Hi,
Is there any way to append some text to syslog message in syslog-ng.conf and forward to NMS system. I would like to append a pre-defined text for every syslog message coming to syslog-ng and forward to NMS. Could you tell me the possible ways of doing it.
use template, such as: destination d_nms { tcp("ipaddress" template("<$PRI> $HOST $MSG predefined text\n")); };
-- Bazsi