Collectd-client.rb error after upgrade to 5.10.1

Since upgrading to version 5.10.1, one of my hosts has been reporting this error when I log in.

ABRT has detected 1 problem(s). For more info run: abrt-cli list --since 1589551501

Executing

abrt-cli-list

shows:

id ef14c1276fd2a0ae4e0ddc97a3ee5357424bb5db
reason:         ruby killed by SIGABRT
time:           Fri 15 May 2020 12:34:52 PM EDT
cmdline:        ruby /var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores 4124 60 7 node2
package:        ruby-2.0.0.648-36.el7
uid:            9869 (oneadmin)
count:          1
Directory:      /var/spool/abrt/ccpp-2020-05-15-12:34:52-30053

When I manully try to execute

ruby /var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores 4124 60 7 node2

I get:

/var/tmp/one/im/kvm.d/collectd-client.rb:123:in <main>': undefined method split’ for nil:NilClass (NoMethodError)

The opennebula server is not reporting any errors - just this other host. That said all of the VM’s running on this host appear to be working fine.

Any suggestion as to where I should investigate?