Hello: I have configured syslog-ng on solaris 2.7
and can see syslog messages logged into
the /var/adm directory when I use the logger
command. The perl module which I use in syslogd
does not seem to working with
syslog-ng
the source line in syslog-ng server machine
is
source local { sun-streams("/dev/log"
door("/etc/.syslog_door")); internal(); };
my perl lines are as follows
openlog ($ident, 'ndelay', 'user');
syslog ("user.alert", "PingStatus change: Host %s
is down\n", $host);
Is there anything else I need to do to make this
happen?
Thanks
Ravi