If you run scheduled backups or backup your Nagios XI instance manually on a regular basis, I don't think turning off daily (even weekly & monthly) sql backups is a big deal. The nagios xi backups contain the mysql and postgresql backups. You can view what's in the *.tar.gz file by running:
Code: Select all
tar -tvf /store/backups/nagiosxi/<backup>.tar.gz
The sql backups are run on a cron:
You can disable these jobs or make them run less frequently. If you know what you are doing, you can also modify the "/root/scripts/automysqlbackup" and/or the "/root/scripts/autopostgresqlbackup" script.
Hope this helps.