How to list all connected Salt Stack minions

saltstack

Sometimes my saltmaster hangs for a while on salt '*' test.ping waiting for downed minions to reply. Is there a way so see a list of connected minions, regardless of whether they respond to test.ping?

Best Answer

The official answer:

salt-run manage.up

Also useful are:

salt-run manage.status

salt-run manage.down
Related Topic