rsyslog

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Post Reply
mister_monitor
Posts: 6
Joined: Thu Nov 17, 2022 10:03 am

rsyslog

Post by mister_monitor »

How do I get rsyslog to start every time I reboot?
weevessels
Posts: 4
Joined: Tue Jun 20, 2023 10:09 am
Contact:

Re: rsyslog

Post by weevessels »

you can see details how to start rsyslog every time i reboot here: https://unix.stackexchange.com/questio ... r-a-reboot
ssunga
Posts: 32
Joined: Wed Aug 09, 2023 10:38 am

Re: rsyslog

Post by ssunga »

Hey @weevessels,

Thanks for reaching out. Keep us updated on this - I'd love to see if you got this resolved.
User avatar
eloyd
Cool Title Here
Posts: 2129
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: rsyslog

Post by eloyd »

mister_monitor wrote: Thu Dec 01, 2022 4:07 pm How do I get rsyslog to start every time I reboot?
Hire EverWatch to set up a Nagios monitor on your box with an event handler to restart the service if it's not running. :lol:
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoydI'm a Nagios Fanatic!
kvang
Posts: 32
Joined: Wed Aug 23, 2023 11:28 am

Re: rsyslog

Post by kvang »

Assuming you have (sudo) super user privileges.

Run this command to enable start at boot

Code: Select all

systemctl enable rsyslog
Reboot and run the following command to check rsyslog status.

Code: Select all

systemctl status rsyslog
Check logs to identify any potential issues.

Code: Select all

journalctl -xe | grep rsyslog
Thanks!
Post Reply