Hi;
Just want to know if there are any to do list/procedure if there is a request for preventive maintenance or housekeeping for Nagios XI? or is there a script that we can use?
Thank you.
nagios xi preventive maintenance/housekeeping
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nagios xi preventive maintenance/housekeeping
Generally speaking no, all of that is already handled via cron with the settings in Admin -> Performance Settings -> Databases Tab
The exception to this would be routine updates to the OS and packages, which on a CentOS/RHEL system can be done via
The exception to this would be routine updates to the OS and packages, which on a CentOS/RHEL system can be done via
Code: Select all
yum update -y