SlideShare uma empresa Scribd logo
1 de 11
Baixar para ler offline
Pandora FMS
Plugin Hyper-V Manual
Plugin Hyper-V Manual
© Artica Soluciones Tecnológicas 2005-2013
Table of contents
1 Changelog.........................................................................................................................................3
2 Introduction to Hyper-V monitoring ............................................................................................... 4
3 Compatibility Matrix........................................................................................................................4
4 Requirements for Plugin execution/configuration............................................................................4
5 Modules provided by plugin Hyper-V ............................................................................................5
5.1. Modules for Local Agent ........................................................................................................ 5
5.2. Modules for Virtual Machine Agents .....................................................................................6
6 Plugin Installation.............................................................................................................................7
7 Configuration file parameters...........................................................................................................7
7.1. VM Modules............................................................................................................................8
7.2. Configuring host modules........................................................................................................9
8 Screenshots and results.....................................................................................................................9
1 CHANGELOG
Date Author Changes Version
08/10/13 M. Pulido First plugin version V1r1
14/10/13 S. Lerena Global revission V1r1.1
Page 3
2 INTRODUCTION TO HYPER-V MONITORING
Virtual environments are very important for IT architectures of companies, because of that their
monitoring is crucial. With Pandora FMS Enterprise you can get the Hyper-V Monitoring
Plugin that allows you to control Hyper-V architectures easily.
3 COMPATIBILITY MATRIX
The compatibility matrix for Hyper-V monitoring is:
Systems where it has been tested • Hyper-V 2012
Systems where it should work • Hyper-V 2008
4 REQUIREMENTS FOR PLUGIN EXECUTION/CONFIGURATION
The requirements for this monitoring could work correctly are the following ones:
• To Install the Pandora FMS agent in the 3.2.1 version or higher.
• A Powershell 2.0 console to execute the plugin. By default, it comes installed in Windows
Server 2008 R2 and Windows 2012 systems, therefore there should be no problems in this
point of the requirements.
• It is necessary that the user with which the Pandora FMS agent is executed, that is the user
that will execute the plugin, has the following system permissions available:
◦ Local Administrator
• WMI and performance counters as well as the Hyper-V Manager remotely using powershell
commands must be enabled (Get-VM, Get-VMMemory, Get-VMHardDiskDrive ....). They
tend to be enabled on computers where Hyper-V is installed, but in the case of error when
Page 4
its execution, review these 3 points.
◦ The Powershell scripts execution policy should be fixed as RemoteSigned or lower.
◦ Set-ExecutionPolicy RemoteSigned.
5 MODULES PROVIDED BY PLUGIN HYPER-V
The available modules for each element of the Hyper-V architecture are the followings:
5.1. Modules for Local Agent
• % Mem Use: RAM use percentage of the Host system. It is defined by default thresholds
can be modified in Pandora Console once they are defined.
• CPU Use: CPU use percentage of the Host system. It is defined by default thresholds can
be modified in Pandora Console once they are defined.
• Avail Dynamic Memory Balancer: Total amount of physical memory on the host in
MBytes, only available when Dinamic Memory Balancer is on in the VM.
• FreeDisk (Volume_Name): Free Disk percentage in Host Volumes. It is defined by
default thresholds can be modified in Pandora Console once they are defined. Be added as
many modules as volumes are on your computer.
• Disk Read Bytes (Volume_Name) : Bytes/sec reading by Disk.
• Disk Write Bytes (Volume_Name) : Bytes/sec writing by Disk.
• Health VM Critical: Number of VM in critical condition. When there is at least one VM
in critical status, the module appear in this status too.
• Bytes Sent (Interfaz): Number of Bytes/sec sent by each network interface. It will be set
in the Pandora intervals depending on the interface speed. If it between 50 and 79% of its
capacity appear in warning state and if it is greater than 80% in critical status.
• Bytes Received (Interfaz): Number of Bytes/sec received by each network interface. It
will be set in the Pandora intervals depending on the interface speed. If it between 50 and
79% of its capacity appear in warning state and if it is greater than 80% in critical status.
• Packets Received: Number of packets received by the network interface at each interval
(Pack/sec)
Page 5
5.2. Modules for Virtual Machine Agents
• VMsUptime: Virtual Machine Uptime.
• Status: Connection status. Description is displayed in the particular state in which it is
located, even if the VM is off, we will see the module in critical condition.
• %Mem Dynamic Use: Percentage of dynamic memory used by the virtual machine, this
module will only be raised if dynamic memory is enabled in the configuration of the Virtual
Machine. It is defined by default thresholds can be modified after the module that defined
the Pandora.
• CPU Usage: % CPU used in the Virtual Machine. It is defined by default thresholds can be
modified in Pandora Console once they are defined.
• Read_Bytes/sec: Read Bytes/sec belonging to Virtual Hard Disk Drive of VM.
• Write_Bytes/sec: Write Bytes/sec belonging to Virtual Hard Disk Drive of VM.
• %Disk used: Percentage free virtual machine disk. (There will be a module for each disk
belonging the virtual machine).
• Bytes Received/sec: Number of Bytes/sec received by each network interface of VM. It
will be set in the Pandora intervals depending on the interface speed. If it between 50 and
79% of its capacity appear in warning state and if it is greater than 80% in critical status.
• Bytes Send/sec: Number of Bytes/sec send by each network interface of VM. It will be set
in the Pandora intervals depending on the interface speed. If it between 50 and 79% of its
capacity appear in warning state and if it is greater than 80% in critical status.
• Number of Snapshots: Number of Snapshots generated of Virtual Machine.
Page 6
6 PLUGIN INSTALLATION
Its a plugin of Agent, so will have to make the call in the module configuration file. The call will be
as follows:
module plugin powershell.exe -command “plugin_hyper-V.ps1 -c hyperV_config.txt“
The example occurs in the case where the plugin is copied into the default plugin folder of windows
agent ( %programfiles%pandora_agentutil).
You need create a temp folder in pandora_agent/util to save XML temp files of virtual
agents(temp), where XML of VM Agents momentarily keep and where you can also save the plugin
configuration file. If execute the plugin without config file, this will look for the file
temphyperV_config.txt If not found there, the plugin will error, so you have to indicate this in the
execution.
To see the help:
plugin_hyper-V.ps1 -h
7 CONFIGURATION FILE PARAMETERS
The following will explain the configuration file parameter
Config example:
ServerIP 192.168.1.50
Interval 300
Agent_Version 5.0
Group Servers
File_Path temp/
Tentacle_Options
# VM Module Configuration (if you don't want to use any module use NO or delete it
of the list)
VM#ALL
VM_Uptime OK
VM_Dinamic_Memory OK
VM_I/O_Disk OK
VM_I/O_Network OK
Page 7
VM_Snapshot OK
# Host Module Configuration
HS#ALL
HS_Dynamic_Memory OK
HS_I/O_Disk OK
HS_I/O_Network OK
HS_Mem OK
HS_CPU OK
HS_Critical NO
HS_FreeDisk OK
Server IP : In this "token" must set the server IP that is pointing to the agent and used to send the
XML of the virtual machines agents.
Interval : Indicate the VM Agents interval, is recommended set an proportional interval to Host
Agent interval. If the agent have 300 seconds, we can set 300, 600, 900, 1200..
Agent_version: Indicate the version of the Pandora's agent where the agent is installed so that it
appears on the Pandora Console.
Group : We can set the agent group with this token. All VM Agent belonging to this group.
File_Path: PATH will have to tell where we want to temporarily save the XML of different agents
to be trained with each virtual machine. The configuration should indicate at the end of everything
"/"
Tentacle_Options : This token indicate send tentacle options. In case you do not need any not
indicate anything like this in the example. These are the options available
-c Enable SSL without a client certificate.
-e cert OpenSSL certificate file. Enables SSL.
-f ca Verify that the peer certificate is signed by a ca.
-k key OpenSSL private key file.
-p port Server port (default 41121).
-x pwd Server password.
-y proxy Proxy server string (http://user:password@address:port).
7.1. VM Modules
VM_ALL : If only is indicated this token (VM_ALL) send the information of all modules available.
If you do not want to send all, we must eliminate this token or as indicated in the example, falsify
(VM # ALL)
VM_Uptime: Through an OK, we will enable this module is sent. To avoid this we have to set up a
NO or remove it from the list.
Page 8
VM_Dinamic_Memory: Through an OK, we will enable this module is sent. To avoid this we
have to set up a NO or remove it from the list.
VM_I/O_Disk: Through an OK, we will enable this module is sent. To avoid this we have to set
up a NO or remove it from the list.
VM_I/O_Network: Through an OK, we will enable this module is sent. To avoid this we have to
set up a NO or remove it from the list.
VM_Snapshot: Through an OK, we will enable this module is sent. To avoid this we have to set
up a NO or remove it from the list.
7.2. Configuring host modules.
HS_ALL: If only is indicated this token (HS_ALL) send the information of all modules available.
If you do not want to send all, we must eliminate this token or as indicated in the example, falsify
(HS#ALL)
HS_Dynamic_Memory: Through an OK, we will enable this module is sent. To avoid this we
have to set up a NO or remove it from the list.
HS_I/O_Disk: Through an OK, we will enable this module is sent. To avoid this we have to set up
a NO or remove it from the list.
HS_I/O_Network: Through an OK, we will enable this module is sent. To avoid this we have to
set up a NO or remove it from the list.
HS_Mem: Through an OK, we will enable this module is sent. To avoid this we have to set up a
NO or remove it from the list.
HS_CPU: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO
or remove it from the list.
HS_Critical: Through an OK, we will enable this module is sent. To avoid this we have to set up a
NO or remove it from the list.
HS_FreeDisk: Through an OK, we will enable this module is sent. To avoid this we have to set up
a NO or remove it from the list.
8 SCREENSHOTS AND RESULTS
Agent configuration:
This agent has copied the plugin in the "util" directory belonging to pandora_agent and config file is inside
the temp folder with the name hyperV_config.txt as indicated above is your standard installation.
Page 9
Inside the temp folder we keep our plugin configuration file and will be saved temporarily also the XML
VM agents and in the case of send failure, be stored here. It is essential to create the temp folder or specify
the path in the configuration file.
Inside the agent configuration, either by remote or local configuration settings would remain so, this is an
example for the 5.0 version in which the call to plugin accepts the following configuration.
module_begin
module_plugin powershell -Command "hyperV_v1r1.ps1 -c tempHyperV-config.txt"
module_interval 2
module_end
Once the plugin is properly configured, this report each range the data and created the first time an agent on
each virtual machine installed, and modules to the host where you are installing the Hyper-V.
Virtual machines that are turned off, initially only report one module, the state of the machine. Until you turn
on virtual machines will not report all the modules that are enabled.
We can create a new group called Hyper-V and in the plugin configuration file indicate that name to create
all agents in in that group.
Page 10
Page 11

Mais conteúdo relacionado

Mais procurados

Project ACRN CSE Virtualization
Project ACRN CSE VirtualizationProject ACRN CSE Virtualization
Project ACRN CSE VirtualizationProject ACRN
 
XPDS16: AMD's virtualization memory encryption technology - Brijesh Singh, A...
XPDS16:  AMD's virtualization memory encryption technology - Brijesh Singh, A...XPDS16:  AMD's virtualization memory encryption technology - Brijesh Singh, A...
XPDS16: AMD's virtualization memory encryption technology - Brijesh Singh, A...The Linux Foundation
 
XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...
XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...
XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...The Linux Foundation
 
XPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, Amazon
XPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, AmazonXPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, Amazon
XPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, AmazonThe Linux Foundation
 
XPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, Huawei
XPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, HuaweiXPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, Huawei
XPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, HuaweiThe Linux Foundation
 
The Theory and Implementation of DVFS on Linux
The Theory and Implementation of DVFS on LinuxThe Theory and Implementation of DVFS on Linux
The Theory and Implementation of DVFS on LinuxPicker Weng
 
Surveon SMR8300 Megapixel RAID NVR Operation Guide
Surveon SMR8300 Megapixel RAID NVR Operation GuideSurveon SMR8300 Megapixel RAID NVR Operation Guide
Surveon SMR8300 Megapixel RAID NVR Operation GuideSurveon Technology Inc.
 
SharePoint 2010 Virtualization - Norway SharePoint User Group
SharePoint 2010 Virtualization - Norway SharePoint User GroupSharePoint 2010 Virtualization - Norway SharePoint User Group
SharePoint 2010 Virtualization - Norway SharePoint User GroupMichael Noel
 
SharePoint 2010 Virtualization - SharePoint Saturday L.A.
SharePoint 2010 Virtualization - SharePoint Saturday L.A.SharePoint 2010 Virtualization - SharePoint Saturday L.A.
SharePoint 2010 Virtualization - SharePoint Saturday L.A.Michael Noel
 
Hypervisor Framework
Hypervisor FrameworkHypervisor Framework
Hypervisor FrameworkEdgar Barbosa
 
Advanced NDISTest options
Advanced NDISTest optionsAdvanced NDISTest options
Advanced NDISTest optionsYan Vugenfirer
 
Xen Euro Par07
Xen Euro Par07Xen Euro Par07
Xen Euro Par07congvc
 
Windows guest debugging presentation from KVM Forum 2012
Windows guest debugging presentation from KVM Forum 2012Windows guest debugging presentation from KVM Forum 2012
Windows guest debugging presentation from KVM Forum 2012Yan Vugenfirer
 
ACRN vMeet-Up EU 2021 - Introduction and Architecture Look Forward
ACRN vMeet-Up EU 2021 - Introduction and Architecture Look ForwardACRN vMeet-Up EU 2021 - Introduction and Architecture Look Forward
ACRN vMeet-Up EU 2021 - Introduction and Architecture Look ForwardProject ACRN
 
Project ACRN Yocto Project meta-acrn layer introduction
Project ACRN Yocto Project meta-acrn layer introductionProject ACRN Yocto Project meta-acrn layer introduction
Project ACRN Yocto Project meta-acrn layer introductionProject ACRN
 
Exadata cell update
Exadata cell updateExadata cell update
Exadata cell updatepat2001
 
Surveon SMR8300 Megapixel RAID NVR Installation Guide -2
Surveon SMR8300 Megapixel RAID NVR Installation Guide -2Surveon SMR8300 Megapixel RAID NVR Installation Guide -2
Surveon SMR8300 Megapixel RAID NVR Installation Guide -2Surveon Technology Inc.
 
XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...
XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...
XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...The Linux Foundation
 
XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.
XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.
XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.The Linux Foundation
 

Mais procurados (20)

Project ACRN CSE Virtualization
Project ACRN CSE VirtualizationProject ACRN CSE Virtualization
Project ACRN CSE Virtualization
 
XPDS16: AMD's virtualization memory encryption technology - Brijesh Singh, A...
XPDS16:  AMD's virtualization memory encryption technology - Brijesh Singh, A...XPDS16:  AMD's virtualization memory encryption technology - Brijesh Singh, A...
XPDS16: AMD's virtualization memory encryption technology - Brijesh Singh, A...
 
XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...
XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...
XPDS13: Performance Optimization on Xen-based Android Device - Jack Ren, Inte...
 
XPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, Amazon
XPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, AmazonXPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, Amazon
XPDSS19: Live-Updating Xen - Amit Shah & David Woodhouse, Amazon
 
XPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, Huawei
XPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, HuaweiXPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, Huawei
XPDS16: Xen Scalability Analysis - Weidong Han, Zhichao Huang & Wei Yang, Huawei
 
The Theory and Implementation of DVFS on Linux
The Theory and Implementation of DVFS on LinuxThe Theory and Implementation of DVFS on Linux
The Theory and Implementation of DVFS on Linux
 
Surveon SMR8300 Megapixel RAID NVR Operation Guide
Surveon SMR8300 Megapixel RAID NVR Operation GuideSurveon SMR8300 Megapixel RAID NVR Operation Guide
Surveon SMR8300 Megapixel RAID NVR Operation Guide
 
SharePoint 2010 Virtualization - Norway SharePoint User Group
SharePoint 2010 Virtualization - Norway SharePoint User GroupSharePoint 2010 Virtualization - Norway SharePoint User Group
SharePoint 2010 Virtualization - Norway SharePoint User Group
 
SharePoint 2010 Virtualization - SharePoint Saturday L.A.
SharePoint 2010 Virtualization - SharePoint Saturday L.A.SharePoint 2010 Virtualization - SharePoint Saturday L.A.
SharePoint 2010 Virtualization - SharePoint Saturday L.A.
 
Hypervisor Framework
Hypervisor FrameworkHypervisor Framework
Hypervisor Framework
 
Windows Server 2012 Virtualization: Notes from the Field
Windows Server 2012 Virtualization: Notes from the FieldWindows Server 2012 Virtualization: Notes from the Field
Windows Server 2012 Virtualization: Notes from the Field
 
Advanced NDISTest options
Advanced NDISTest optionsAdvanced NDISTest options
Advanced NDISTest options
 
Xen Euro Par07
Xen Euro Par07Xen Euro Par07
Xen Euro Par07
 
Windows guest debugging presentation from KVM Forum 2012
Windows guest debugging presentation from KVM Forum 2012Windows guest debugging presentation from KVM Forum 2012
Windows guest debugging presentation from KVM Forum 2012
 
ACRN vMeet-Up EU 2021 - Introduction and Architecture Look Forward
ACRN vMeet-Up EU 2021 - Introduction and Architecture Look ForwardACRN vMeet-Up EU 2021 - Introduction and Architecture Look Forward
ACRN vMeet-Up EU 2021 - Introduction and Architecture Look Forward
 
Project ACRN Yocto Project meta-acrn layer introduction
Project ACRN Yocto Project meta-acrn layer introductionProject ACRN Yocto Project meta-acrn layer introduction
Project ACRN Yocto Project meta-acrn layer introduction
 
Exadata cell update
Exadata cell updateExadata cell update
Exadata cell update
 
Surveon SMR8300 Megapixel RAID NVR Installation Guide -2
Surveon SMR8300 Megapixel RAID NVR Installation Guide -2Surveon SMR8300 Megapixel RAID NVR Installation Guide -2
Surveon SMR8300 Megapixel RAID NVR Installation Guide -2
 
XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...
XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...
XPDS13: Xen in OSS based In–Vehicle Infotainment Systems - Artem Mygaiev, Glo...
 
XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.
XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.
XPDDS18: Real Time in XEN on ARM - Andrii Anisov, EPAM Systems Inc.
 

Semelhante a Pandora FMS: Hyper V Plugin

Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10Phong Nguyễn
 
Pandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS
 
Docker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platformsDocker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platformsFederico Michele Facca
 
Varnish Configuration Step by Step
Varnish Configuration Step by StepVarnish Configuration Step by Step
Varnish Configuration Step by StepKim Stefan Lindholm
 
Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security AssessmentPositive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security AssessmentPositive Hack Days
 
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE PlatformsFIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE PlatformsFIWARE
 
ZertoCON_Support_Toolz.pdf
ZertoCON_Support_Toolz.pdfZertoCON_Support_Toolz.pdf
ZertoCON_Support_Toolz.pdftestslebew
 
Fully Automated Nagios (FAN)
Fully Automated Nagios (FAN)Fully Automated Nagios (FAN)
Fully Automated Nagios (FAN)Kaustubh Padwad
 
Advanced performance troubleshooting using esxtop
Advanced performance troubleshooting using esxtopAdvanced performance troubleshooting using esxtop
Advanced performance troubleshooting using esxtopAlan Renouf
 
Ovms ops manager_admin
Ovms ops manager_adminOvms ops manager_admin
Ovms ops manager_adminsati1981
 
PandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring SystemPandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring SystemEnrique Verdes
 
Power vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & tricksPower vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & trickssolarisyougood
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceCloudian
 
Kvm for ibm_z_systems_v1.1.2_limits
Kvm for ibm_z_systems_v1.1.2_limitsKvm for ibm_z_systems_v1.1.2_limits
Kvm for ibm_z_systems_v1.1.2_limitsKrystel Hery
 
Developing Real-Time Data Pipelines with Apache Kafka
Developing Real-Time Data Pipelines with Apache KafkaDeveloping Real-Time Data Pipelines with Apache Kafka
Developing Real-Time Data Pipelines with Apache KafkaJoe Stein
 
VMware App Volumes Troubleshooting
VMware App Volumes TroubleshootingVMware App Volumes Troubleshooting
VMware App Volumes TroubleshootingDenis Gundarev
 
Install websphere message broker 8 RHEL 6 64 bits
Install websphere message broker 8 RHEL 6 64 bitsInstall websphere message broker 8 RHEL 6 64 bits
Install websphere message broker 8 RHEL 6 64 bitsManuel Vega
 
Protocol
ProtocolProtocol
Protocolm_bahba
 

Semelhante a Pandora FMS: Hyper V Plugin (20)

Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10
 
Pandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise Plugin
 
Docker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platformsDocker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platforms
 
Varnish Configuration Step by Step
Varnish Configuration Step by StepVarnish Configuration Step by Step
Varnish Configuration Step by Step
 
Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security AssessmentPositive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
 
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE PlatformsFIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
 
ZertoCON_Support_Toolz.pdf
ZertoCON_Support_Toolz.pdfZertoCON_Support_Toolz.pdf
ZertoCON_Support_Toolz.pdf
 
Manual Sophos
Manual SophosManual Sophos
Manual Sophos
 
Fully Automated Nagios (FAN)
Fully Automated Nagios (FAN)Fully Automated Nagios (FAN)
Fully Automated Nagios (FAN)
 
Advanced performance troubleshooting using esxtop
Advanced performance troubleshooting using esxtopAdvanced performance troubleshooting using esxtop
Advanced performance troubleshooting using esxtop
 
Ovms ops manager_admin
Ovms ops manager_adminOvms ops manager_admin
Ovms ops manager_admin
 
PandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring SystemPandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring System
 
Power vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & tricksPower vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & tricks
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
Kvm for ibm_z_systems_v1.1.2_limits
Kvm for ibm_z_systems_v1.1.2_limitsKvm for ibm_z_systems_v1.1.2_limits
Kvm for ibm_z_systems_v1.1.2_limits
 
Developing Real-Time Data Pipelines with Apache Kafka
Developing Real-Time Data Pipelines with Apache KafkaDeveloping Real-Time Data Pipelines with Apache Kafka
Developing Real-Time Data Pipelines with Apache Kafka
 
Wissbi osdc pdf
Wissbi osdc pdfWissbi osdc pdf
Wissbi osdc pdf
 
VMware App Volumes Troubleshooting
VMware App Volumes TroubleshootingVMware App Volumes Troubleshooting
VMware App Volumes Troubleshooting
 
Install websphere message broker 8 RHEL 6 64 bits
Install websphere message broker 8 RHEL 6 64 bitsInstall websphere message broker 8 RHEL 6 64 bits
Install websphere message broker 8 RHEL 6 64 bits
 
Protocol
ProtocolProtocol
Protocol
 

Mais de Pandora FMS

Pandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS
 
Pandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS
 
Pandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS
 
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS
 
Pandora FMS: Plugin de exchange de acceso de web
Pandora FMS: Plugin de exchange de acceso  de web Pandora FMS: Plugin de exchange de acceso  de web
Pandora FMS: Plugin de exchange de acceso de web Pandora FMS
 
Pandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS
 
Pandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS
 
Pandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS
 
Pandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS
 
Pandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS
 
Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS
 
Pandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS
 
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS
 
Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS
 
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS
 
Pandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS
 
Pandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo ImapPandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo ImapPandora FMS
 
Pandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL PluginPandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL PluginPandora FMS
 

Mais de Pandora FMS (20)

Pandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DB
 
Pandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS: Raven DB Plugin
Pandora FMS: Raven DB Plugin
 
Pandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache Hbase
 
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modules
 
Pandora FMS: Plugin de exchange de acceso de web
Pandora FMS: Plugin de exchange de acceso  de web Pandora FMS: Plugin de exchange de acceso  de web
Pandora FMS: Plugin de exchange de acceso de web
 
Pandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA Plugin
 
Pandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook Anywhere
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere Plugin
 
Pandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de Exchange
 
Pandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise plugin
 
Pandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de Exchage
 
Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange Plugin
 
Pandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry Exchange
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange Monitoring
 
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSync
 
Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync Plugin
 
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMware
 
Pandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper V
 
Pandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo ImapPandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo Imap
 
Pandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL PluginPandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL Plugin
 

Último

Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 

Último (20)

Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 

Pandora FMS: Hyper V Plugin

  • 2. Plugin Hyper-V Manual © Artica Soluciones Tecnológicas 2005-2013 Table of contents 1 Changelog.........................................................................................................................................3 2 Introduction to Hyper-V monitoring ............................................................................................... 4 3 Compatibility Matrix........................................................................................................................4 4 Requirements for Plugin execution/configuration............................................................................4 5 Modules provided by plugin Hyper-V ............................................................................................5 5.1. Modules for Local Agent ........................................................................................................ 5 5.2. Modules for Virtual Machine Agents .....................................................................................6 6 Plugin Installation.............................................................................................................................7 7 Configuration file parameters...........................................................................................................7 7.1. VM Modules............................................................................................................................8 7.2. Configuring host modules........................................................................................................9 8 Screenshots and results.....................................................................................................................9
  • 3. 1 CHANGELOG Date Author Changes Version 08/10/13 M. Pulido First plugin version V1r1 14/10/13 S. Lerena Global revission V1r1.1 Page 3
  • 4. 2 INTRODUCTION TO HYPER-V MONITORING Virtual environments are very important for IT architectures of companies, because of that their monitoring is crucial. With Pandora FMS Enterprise you can get the Hyper-V Monitoring Plugin that allows you to control Hyper-V architectures easily. 3 COMPATIBILITY MATRIX The compatibility matrix for Hyper-V monitoring is: Systems where it has been tested • Hyper-V 2012 Systems where it should work • Hyper-V 2008 4 REQUIREMENTS FOR PLUGIN EXECUTION/CONFIGURATION The requirements for this monitoring could work correctly are the following ones: • To Install the Pandora FMS agent in the 3.2.1 version or higher. • A Powershell 2.0 console to execute the plugin. By default, it comes installed in Windows Server 2008 R2 and Windows 2012 systems, therefore there should be no problems in this point of the requirements. • It is necessary that the user with which the Pandora FMS agent is executed, that is the user that will execute the plugin, has the following system permissions available: ◦ Local Administrator • WMI and performance counters as well as the Hyper-V Manager remotely using powershell commands must be enabled (Get-VM, Get-VMMemory, Get-VMHardDiskDrive ....). They tend to be enabled on computers where Hyper-V is installed, but in the case of error when Page 4
  • 5. its execution, review these 3 points. ◦ The Powershell scripts execution policy should be fixed as RemoteSigned or lower. ◦ Set-ExecutionPolicy RemoteSigned. 5 MODULES PROVIDED BY PLUGIN HYPER-V The available modules for each element of the Hyper-V architecture are the followings: 5.1. Modules for Local Agent • % Mem Use: RAM use percentage of the Host system. It is defined by default thresholds can be modified in Pandora Console once they are defined. • CPU Use: CPU use percentage of the Host system. It is defined by default thresholds can be modified in Pandora Console once they are defined. • Avail Dynamic Memory Balancer: Total amount of physical memory on the host in MBytes, only available when Dinamic Memory Balancer is on in the VM. • FreeDisk (Volume_Name): Free Disk percentage in Host Volumes. It is defined by default thresholds can be modified in Pandora Console once they are defined. Be added as many modules as volumes are on your computer. • Disk Read Bytes (Volume_Name) : Bytes/sec reading by Disk. • Disk Write Bytes (Volume_Name) : Bytes/sec writing by Disk. • Health VM Critical: Number of VM in critical condition. When there is at least one VM in critical status, the module appear in this status too. • Bytes Sent (Interfaz): Number of Bytes/sec sent by each network interface. It will be set in the Pandora intervals depending on the interface speed. If it between 50 and 79% of its capacity appear in warning state and if it is greater than 80% in critical status. • Bytes Received (Interfaz): Number of Bytes/sec received by each network interface. It will be set in the Pandora intervals depending on the interface speed. If it between 50 and 79% of its capacity appear in warning state and if it is greater than 80% in critical status. • Packets Received: Number of packets received by the network interface at each interval (Pack/sec) Page 5
  • 6. 5.2. Modules for Virtual Machine Agents • VMsUptime: Virtual Machine Uptime. • Status: Connection status. Description is displayed in the particular state in which it is located, even if the VM is off, we will see the module in critical condition. • %Mem Dynamic Use: Percentage of dynamic memory used by the virtual machine, this module will only be raised if dynamic memory is enabled in the configuration of the Virtual Machine. It is defined by default thresholds can be modified after the module that defined the Pandora. • CPU Usage: % CPU used in the Virtual Machine. It is defined by default thresholds can be modified in Pandora Console once they are defined. • Read_Bytes/sec: Read Bytes/sec belonging to Virtual Hard Disk Drive of VM. • Write_Bytes/sec: Write Bytes/sec belonging to Virtual Hard Disk Drive of VM. • %Disk used: Percentage free virtual machine disk. (There will be a module for each disk belonging the virtual machine). • Bytes Received/sec: Number of Bytes/sec received by each network interface of VM. It will be set in the Pandora intervals depending on the interface speed. If it between 50 and 79% of its capacity appear in warning state and if it is greater than 80% in critical status. • Bytes Send/sec: Number of Bytes/sec send by each network interface of VM. It will be set in the Pandora intervals depending on the interface speed. If it between 50 and 79% of its capacity appear in warning state and if it is greater than 80% in critical status. • Number of Snapshots: Number of Snapshots generated of Virtual Machine. Page 6
  • 7. 6 PLUGIN INSTALLATION Its a plugin of Agent, so will have to make the call in the module configuration file. The call will be as follows: module plugin powershell.exe -command “plugin_hyper-V.ps1 -c hyperV_config.txt“ The example occurs in the case where the plugin is copied into the default plugin folder of windows agent ( %programfiles%pandora_agentutil). You need create a temp folder in pandora_agent/util to save XML temp files of virtual agents(temp), where XML of VM Agents momentarily keep and where you can also save the plugin configuration file. If execute the plugin without config file, this will look for the file temphyperV_config.txt If not found there, the plugin will error, so you have to indicate this in the execution. To see the help: plugin_hyper-V.ps1 -h 7 CONFIGURATION FILE PARAMETERS The following will explain the configuration file parameter Config example: ServerIP 192.168.1.50 Interval 300 Agent_Version 5.0 Group Servers File_Path temp/ Tentacle_Options # VM Module Configuration (if you don't want to use any module use NO or delete it of the list) VM#ALL VM_Uptime OK VM_Dinamic_Memory OK VM_I/O_Disk OK VM_I/O_Network OK Page 7
  • 8. VM_Snapshot OK # Host Module Configuration HS#ALL HS_Dynamic_Memory OK HS_I/O_Disk OK HS_I/O_Network OK HS_Mem OK HS_CPU OK HS_Critical NO HS_FreeDisk OK Server IP : In this "token" must set the server IP that is pointing to the agent and used to send the XML of the virtual machines agents. Interval : Indicate the VM Agents interval, is recommended set an proportional interval to Host Agent interval. If the agent have 300 seconds, we can set 300, 600, 900, 1200.. Agent_version: Indicate the version of the Pandora's agent where the agent is installed so that it appears on the Pandora Console. Group : We can set the agent group with this token. All VM Agent belonging to this group. File_Path: PATH will have to tell where we want to temporarily save the XML of different agents to be trained with each virtual machine. The configuration should indicate at the end of everything "/" Tentacle_Options : This token indicate send tentacle options. In case you do not need any not indicate anything like this in the example. These are the options available -c Enable SSL without a client certificate. -e cert OpenSSL certificate file. Enables SSL. -f ca Verify that the peer certificate is signed by a ca. -k key OpenSSL private key file. -p port Server port (default 41121). -x pwd Server password. -y proxy Proxy server string (http://user:password@address:port). 7.1. VM Modules VM_ALL : If only is indicated this token (VM_ALL) send the information of all modules available. If you do not want to send all, we must eliminate this token or as indicated in the example, falsify (VM # ALL) VM_Uptime: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. Page 8
  • 9. VM_Dinamic_Memory: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. VM_I/O_Disk: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. VM_I/O_Network: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. VM_Snapshot: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. 7.2. Configuring host modules. HS_ALL: If only is indicated this token (HS_ALL) send the information of all modules available. If you do not want to send all, we must eliminate this token or as indicated in the example, falsify (HS#ALL) HS_Dynamic_Memory: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. HS_I/O_Disk: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. HS_I/O_Network: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. HS_Mem: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. HS_CPU: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. HS_Critical: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. HS_FreeDisk: Through an OK, we will enable this module is sent. To avoid this we have to set up a NO or remove it from the list. 8 SCREENSHOTS AND RESULTS Agent configuration: This agent has copied the plugin in the "util" directory belonging to pandora_agent and config file is inside the temp folder with the name hyperV_config.txt as indicated above is your standard installation. Page 9
  • 10. Inside the temp folder we keep our plugin configuration file and will be saved temporarily also the XML VM agents and in the case of send failure, be stored here. It is essential to create the temp folder or specify the path in the configuration file. Inside the agent configuration, either by remote or local configuration settings would remain so, this is an example for the 5.0 version in which the call to plugin accepts the following configuration. module_begin module_plugin powershell -Command "hyperV_v1r1.ps1 -c tempHyperV-config.txt" module_interval 2 module_end Once the plugin is properly configured, this report each range the data and created the first time an agent on each virtual machine installed, and modules to the host where you are installing the Hyper-V. Virtual machines that are turned off, initially only report one module, the state of the machine. Until you turn on virtual machines will not report all the modules that are enabled. We can create a new group called Hyper-V and in the plugin configuration file indicate that name to create all agents in in that group. Page 10