logs on the SD sent off box
Hi!,
I've configured an ACME Net-Net 3820 with Firmware SCX6.2.0 MR-11 Patch 2 in order to send all the logging to a basic syslog server(the freeware edition of the kiwi syslog server), and get the logs without having to log into the SBC every time I want to check 'em (that's kind of the idea behind a syslog, right? ).
I configured the following on the Net-Net:
system-config
.
.
snmp-syslog-level INFO
system-log-level INFO
syslog-server
address 172.18.1.50
port 514
facility 4
process-log-level INFO
process-log-ip-address 172.18.1.50
process-log-port 1025
collect
sample-interval 5
push-interval 15
boot-state disabled
start-time now
end-time never
red-collect-state disabled
red-max-trans 1000
red-sync-start-time 5000
red-sync-comp-time 1000
push-success-trap-state disabled
this should do the trick, right?