[FROG] Log rotation - newsyslog
Rudy Rucker
rudy at monkeybrains.net
Tue May 12 14:37:21 EDT 2020
On 5/12/20 11:00 AM, Chriztoffer Hansen wrote:
> Donald,
>
> On Tue, 12 May 2020 at 14:21, Donald Sharp <sharpd at cumulusnetworks.com> wrote:
>> Send a SIGUSR1 to each individual daemon to have the log files
>> auto-rotated from FRR's perspective.
> Cool, was not aware of that knob existing. Thank you for the hint.
>
> https://www.google.com/search?q=SIGUSR1+site%3Adocs.frrouting.org
> https://readthedocs.org/projects/frrouting/downloads/pdf/latest/
>
> Hmm, SIGUSR1 only documentated under eigrp, pim, rip daemons. Could
> possible use a dedicated section within the documentation?
>
> Cheers,
> Chriztoffer
Thanks! Like apache, should have guessed. I was hesitant as I don't
want to send a signal and accidentally clear all routes or anything like
that. Cronjob updated! New fancy oneline cronjob:
@daily killall -USR1 zebra ospfd bgpd ospf6d
Rudy
More information about the frog
mailing list