Monitord error - No such file or directory

When adding a host to onehost, I receive the below error:

onehost create fqdn.host.name --im kvm --vm kvm

Tue Apr 16 14:33:54 2024 [Z0][MDP][I]: Error executing monitord-client_control.sh: /var/lib/one/.asdf/installs/ruby/3.3.0/lib/ruby/3.3.0/open3.rb:534:in `spawn’: No such file or directory - /var/tmp/one/im/kvm.d/…/kvm-probes.d/host/system/wild_vm.rb (Errno::ENOENT)

oneadmin@hs-virt2:~$ ruby -v
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [x86_64-linux]

Sunstone 6.8.0

The wild_vm.rb file doesn’t exist in the host synced driver directory. That directory is supposed to be created once a host is added as part of the host creation process is syncing the drivers on the fronted by issuing onehost sync .

Check if the file exists, otherwise run onehost sync --force as oneadmin in the frontend. That should force the creation of said file.