Track failure of command on a Salt minion
问题 I am using salt for last one month. Whenever I run a command say sudo salt '*' test.ping , then the master pings all the minions and the response being the list of all the minions which are up and running. Output looks something like: { "minion_1": true } { "minion_2": true } { "minion_3": true } In the master's conf file, return type is configured to JSON. But if I execute an incorrect command through salt master say sudo salt '*' test1.ping , then the master returns something like this {