The collectl init script looks in the wrong location for the collectl binary
and calls rc_status and rc_exit before sourcing /etc/rc.status
Therefore it exits with errors when start/stop/status is attempted.
# /etc/init.d/collectl start
Cannot find /usr/bin/collectl/etc/init.d/collectl: line 27: rc_status: command
not found
/etc/init.d/collectl: line 28: rc_exit: command not found
redirecting to systemctl
...
This results in the inability to start/stop/status the collectl service.
patch for collectl-suse issues
This has been fixed