perfsonar / pscheduler

The perfSONAR Scheduler
Apache License 2.0
55 stars 33 forks source link

Make troubleshooter fail nicely when there's no service status #1402

Closed mfeit-internet2 closed 7 months ago

mfeit-internet2 commented 7 months ago

If the services haven't started, pulling the status endpoint sets "services": null, which makes the troubleshooter not give a valid reason why it fails on that step.

Should barf with a "No services running" or "Services were never started" message.