Invoke-IcingaCheckUsedPartitionSpace with JEA aktiv

Hi everyone,

I’m having an issue on a server with Invoke-IcingaCheckUsedPartitionSpace

When I run the command directly on the server, I get the correct data for all drives:

[INFO] Partition C: 58.81GiB _

[INFO] Partition E: 682.09GiB _

[INFO] Partition F: 374.60GiB

However, on my Icinga server, an error is displayed. Specifically, drive E: cannot be read:

Free Partition Space: 3 Ok

_ Partition C: 58.81GiB (62.13%)

_ Partition E: 0B (0%)

Partition F: 374.60GiB (24.39%)

For your information, I have JEA enabled for Icinga. All other checks are working fine.

Where would you recommend I start troubleshooting this?

Thank you very much

regards

Stefan

  • versions of icinga powershell framework
  • versions of icinga powershell plugins
  • permissions on drive E?
    • I think the jea profile only takes care of powershell permissions not partition access
    • Is E super restricted, has the icinga user access to E?

and there is this magic icinga powershell command:

Test-IcingaForWindows -ResolveProblems

that fixed a lot of problems