the collectors section within in the systemd service file checks if
mongodb_exporter_collectors is iterable. Since string is iterable the
elif block does not trigger. If I change the if to check if the
variable is from type list, it works.
Signed-off-by: Spirit-act <16631523+Spirit-act@users.noreply.github.com>