Remote syslog
I assume it is pretty trivial to write the Kiwi log files to an external server?
I've a basic syslog server here that I point my routers and other devices to so I can see what happened just before a reboot.
I was about to have a go then thought with extensions like "WSPR-autorun" it might be a nice GUI addition?
I've a basic syslog server here that I point my routers and other devices to so I can see what happened just before a reboot.
I was about to have a go then thought with extensions like "WSPR-autorun" it might be a nice GUI addition?
Comments
I tried some unsuccessful options from other sources but will try this.
Thanks
Stu
I do have some fairly strict rules locally on the router so I needed to check those too (due to some Chinese security cameras on a subnet I drop a lot of traffic).
Not saying this is the best way but its what I did and works to some level.
"nano /etc/rsyslog.conf"
Added under the rules part - logging to my server IP (example IP = 192.168.111.111)
#Remote Syslog test
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none @192.168.111.111
Save Ctrl-O
Then "service syslog restart"
I'm not sure if this does anything with WSPR but as I've gone over to a remote Pi for deeper WSPR processing that is no longer my focus, I am interested in people trying to hack the Kiwi.