Stop Nagios Plugin from showing as a service warning

This is probably a pretty simple thing that Im just missing or not putting together in my head.
I’m using check_nrpe to run check_tasksched on a remote host. For some reason I’m not clear on the service is showing as a warning and I’m not sure why its showing that way.

Everything seems fine looking at the results from the service, other than the warning state:

Here is the check_nrpe cmd:

check_nrpe -H REMOTESERVER -c check_tasksched -a “filter=title like ‘Enable’” “detail-syntax=${title}(${status})(${has_run})(${most_recent_run_time})(${exit_code})” “top-syntax=${list}”

Here is the database entry showing service_status as 1:

Thanks for any help.