Hello,
I have a script to verify that the reboot tasks are running properly on certain virtual machines. For most of the VM fleet, this script works, but for three VMs, I’m seeing this message in Centreon.

So I logged into those machines and saw that there was indeed a reboot task, and that it h
ad even been executed the night before.
Here is the script in question
filter=enabled eq 1 and has_run eq 1 and title in ('Shutdown','shutdown','reboot','Reboot')
warning=task_status = 'running' and most_recent_run_time < -60m
critical=task_status not in ('running') and exit_code > 0
perf-config=*(ignored:true)
show-all
Does anyone know why the script does not recognize the reboot task?
Best regards,
