salt.runners.manage

General management functions for salt, tools like seeing what hosts are up and what hosts are down

salt.runners.manage.down()

Print a list of all the down or unresponsive salt minions

salt.runners.manage.status(output=True)

Print the status of all known salt minions

salt.runners.manage.up()

Print a list of all of the minions that are up

salt.runners.manage.versions()

Check the version of active minions

Parent topic

Previous topic

salt.runners.launchd

Next topic

salt.runners.network