Labsy Posted Sunday at 10:26 PM Posted Sunday at 10:26 PM Hi, I do not know for how long, but I guess it might be related to my recent mandatory migration of my account, I am missing at least those modules: Hyper-V VMWare Active Directory Is it that with migration my account degraded, or is this some bug?
Staff Mariale_Pulseway Posted yesterday at 12:07 PM Staff Posted yesterday at 12:07 PM Hey @Labsy - I think we've talked on Reddit as well, but I'll answer here too so anybody who might need the answer as well has it.  So, as mentioned before, with the new update, you can setup the Vmware/Hyper-V monitoring in Pulseway Webapp -> Integrations -> Connectors. Select the VMware esxi server, test the connectivity -> add. You would see this connector active in All systems -> Active connectors -> You would be able to view your virtual systems here.  This is just the visibility towards the systems. As you were telling me that the modules don't appear, you'll need to activate the Hyper-V monitor registry. Once enabled, it will be visible both in the Pulseway Manager and on the Mobile App (refer to images).  HYPER-V and VMWARE :  On the server, go to the registry editor.  HKEY_LOCAL_MACHINE\SOFTWARE\MMSOFT Design\PC Monitor and check and make sure these four are enabled with 1 data.   DisplayHyperV, MonitorVMware, DisplayVMware, and MonitorVMware.   That will enable Hyper-V and VMware on the Pulseway manager. It is possible to enable this functionality using the script.  Please configure the Hyper-V module on one of your monitored systems.  Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name DisplayHyperV -Value 1 Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name MonitorHyperV -Value 1 Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name PrioritySendNotificationOnHyperVReplicationCritical -Value 3 Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name PrioritySendNotificationOnHyperVReplicationWarning -Value 2 Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name SendNotificationOnHyperVReplicationCritical -Value 1 Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name SendNotificationOnHyperVReplicationWarning -Value 1 Let me know if this works for you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now