Search found 2 matches
- Fri Oct 17, 2025 11:09 pm
- Forum: Nagios XI
- Topic: Using SSH for NCPA Installation on Windows Servers
- Replies: 2
- Views: 9960
Re: Using SSH for NCPA Installation on Windows Servers
Yes, the NCPA deployment script using ansible_connection: ssh is intentional, as it’s designed for Linux-style SSH connections by default. However, Windows servers typically use WinRM, not SSH, for Ansible communication. You don’t need to install OpenSSH unless you specifically want to manage Window...
- Fri Oct 17, 2025 11:07 pm
- Forum: Nagios XI
- Topic: How are you configuring your VMware Cluster's VM's Parent/Child relationship?
- Replies: 11
- Views: 42148
Re: How are you configuring your VMware Cluster's VM's Parent/Child relationship?
In a VMware cluster, since VMs can move between hosts due to vMotion, it’s best to define the parent/child relationship at the vCenter or cluster level instead of individual ESXi hosts. Use the vCenter server or a virtual cluster object as the parent, and link the VMs to it dynamically through your ...