Unsolved
This post is more than 5 years old
1 Message
0
920
January 26th, 2007 10:00
Syslog messages not showing up in notification log
I am running smarts version 6.5 on solaris. My syslog adapter starts and seems to be running. I append text to the syslog file but nothing show up in the notification log. The syslog message shows up in INCHARGE-OI.audit for some reason.
No Events found!
dany-8ZB8q
3 Posts
0
February 6th, 2007 22:00
Do you have any filter in your notification log?
Lekan1
2 Posts
0
February 16th, 2007 01:00
Are you tailing the right log file?
Lekan1
2 Posts
0
March 5th, 2007 08:00
smarts3
6 Posts
0
August 24th, 2007 00:00
Use the command "sm_service show --cmdline "
"--tail" option is the file which the syslog-adapter watches.
2.Check the file "rules/icoi-syslog/my_hook_syslog.asl"
In default, 'DISCARD="TRUE"'.it means "Don't nortify syslog messages".
In the "MODIFY_ATTRIBUTES" paragraph,modify the parameter DISCARD="FALSE",and all syslog messages show up in notification log.
#You had better use the filter!!