Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[os::windows::local::plugin] --mode=time - process centreon_plugins.exe is hanging #3127

Closed
joschi99 opened this issue Sep 22, 2021 · 1 comment
Labels

Comments

@joschi99
Copy link
Contributor

Found a problem with centreon_plugins.exe, which in certain cases is hanging and causing critical problems on the host, because the process is not terminating. So on the affected hosts we have a lot of centreon_plugins.exe processes (maybe 100 processes or even more) which are consuming the memory.

One reason which is causing this problem should be this command:
centreon_plugins.exe --plugin=os::windows::local::plugin --mode=time --warning=-3:3 --critical=-5:5

This command launch:

w32tm /query /status
The following error occurred: Access is denied. (0x80070005)

If the execution of w32tm is not possible or has the Access denied error (also system user cannot access), then the process will hang and on every new service command request a new process will be created and hangs.

We have found another reason for the same problem using the veeam plugin, where the system user was not able to snapin the PS Veeam plugin with same behavior.

@garnier-quentin
Copy link
Contributor

It's a known issue:
centreon/centreon-nsclient-build#28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants