updateChecks: function() {
      var update = function() {
        backendService.getChecks()
          .then(function (response) {
            sensu.checks = response.data;