check_docker icon indicating copy to clipboard operation
check_docker copied to clipboard

fix ignore_paused

Open ezkrg opened this issue 5 years ago • 0 comments

fix these:

  • typo in pause node state
  • shouldn't raise error when found service in not running state because if a global service have updated there will be one running and one shutdown service on node, need to do when we can't find running service on node
  • disable check tasks on excluded nodes
  • ignore_paused should be allowed with service, but it raise this error: check_swarm: error: argument --service: not allowed with argument --ignore_paused
  • print the number of nodes where error exist not the number of all nodes

ezkrg avatar Sep 29 '20 11:09 ezkrg