Since the wp-cron did not work for me and almost no crons were executed, I have now entered all crons individually via crontab.
I have set up the following crons, can you tell me if I have done all of them or if there are important crons that are still missing?
* */12 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/updatescheck.php"
0 7 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/pingchilds.php"
* * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/checkstatuschilds.php"
0 * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/sitehealthmonitoring.php"
0 * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/stats.php"
0 1 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-client-reports-extension/cron/notice_reports.php"
0 7 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-client-reports-extension/cron/send_reports.php"
* * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-client-reports-extension/cron/continue_reports.php"
0 1 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-maintenance-extension/cron/cron_job_start.php"
* * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-maintenance-extension/cron/cron_job_continue.php"
php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-lighthouse-extension/cron/lighthouse_cron.php"
php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-lighthouse-extension/cron/lighthouse_cron_start.php"
php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-lighthouse-extension/cron/lighthouse_cron_sync.php"
Thank you very much for your help.
Greetings
