Skip to main content
Question

Critical : UpdateOrchestrator/Reboot 267014

  • May 19, 2026
  • 2 replies
  • 7 views

Forum|alt.badge.img+6

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,

2 replies

lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • May 19, 2026

Hi ​@sadekalom, the OS and version are the same on all servers?

There is something particular with those 3 servers?


Forum|alt.badge.img+6
  • Author
  • Steward ***
  • May 19, 2026

Hi ​@sadekalom, the OS and version are the same on all servers?

There is something particular with those 3 servers?

yes , Windows server 2019 for those 3 servers and nothing in particular.

they all 3 have the task to reboot.

We have about 80 vm with windows server 2019 and only those 3 showing this critical error.

Best regards,