NodePing.Checks.find_by_state

You're seeing just the function find_by_state, go back to NodePing.Checks module for more information.
Link to this function

find_by_state(check_map, status \\ :passing)

View Source

Find passing or failing checks in an already fetched map of NodePing checks

Parameters

  • check_map - a map of checks already fetched from the NodePing API
  • status - an atom with the values :passing or :failing