Closed wilfriedroset closed 7 years ago
Could you post the configuration you used for this test?
From conf/samples/example.yaml
[root@nikka1 conf]# cat milkcheck.yaml services: ping: desc: Ping all needed servers mode: delegate target: "nikka[0-16]" actions: status: cmd: nodeset -S "\n" -e %TARGET | fping -r1 -u power: cmd: ipmipower -h %TARGET --stat
In this case, Milkcheck has no clue to guess that some nodes failed and other ran fine. delegate mode run an external command and milkcheck could not know what is really done by it.
However this could be done for regular services.
Closed by e5f60cf781a1e2e9d7210086547248c095a2f940
Currently the output of milkcheck (with the summary flag) looks like this:
This output doesn't provide easy to read failed targets (nodes) per service. IMHO, the output would be better like this: