Icinga / icinga-powershell-hyperv

A collection of Hyper-V plugins for the Icinga Powershell Framework
GNU General Public License v2.0
5 stars 0 forks source link

Feature Request - monitoring of the host status from the view of the virtual machine manager #40

Closed K0nne closed 2 years ago

K0nne commented 3 years ago

Hello,

we need to monitor the host status from the view of the hyperv virtual machine manager. we want to know if a host is in a state like Needs Attention, Not Responding, or Access Denied:

https://docs.microsoft.com/en-us/troubleshoot/system-center/vmm/troubleshoot-host-status-errors https://docs.microsoft.com/en-us/powershell/module/virtualmachinemanager/get-scvmhost?view=systemcenter-ps-2019

This can be archieved by using the following command:

Get-SCVMHost -vmmserver "%vmm_hostname%" | select-object computername, overallstate

ComputerName      OverallState
------------      ------------
%hyperv_host1%              OK
%hyperv_host2%  NeedsAttention
K0nne commented 2 years ago

Are there any news on this topic?

LordHepipud commented 2 years ago

Yes, we are working on this plugin and will provide a test version as soon as possible :)

LordHepipud commented 2 years ago

Can you please test the linked PR? The plugin should be ready now.

K0nne commented 2 years ago

That's awesome 🥳 I will test this week.

LordHepipud commented 2 years ago

Hello,

any update on this? This is the last pending item for releasing v1.1.0 😁

LordHepipud commented 2 years ago

Hello,

did you had the chance to test the plugin already? The next release is still depending on the feedback of this.

Thank you in advance!

LordHepipud commented 2 years ago

Hello,

is there an update on this? Does the plugin work?

K0nne commented 2 years ago

Hello, We still have to test it. There were some problems on our side. I will try to get the results this week. Sorry for the delay!

Am 25. Jan. 2022, 14:57, um 14:57, Lord Hepipud @.***> schrieb:

Hello,

is there an update on this? Does the plugin work?

-- Reply to this email directly or view it on GitHub: https://github.com/Icinga/icinga-powershell-hyperv/issues/40#issuecomment-1021208166 You are receiving this because you authored the thread.

Message ID: @.***>

K0nne commented 2 years ago

Hello! There were some problems on our side. I will test it this week. Sorry for the delay!