# Checks not running after introducing splay to the definition

**URL:** https://discourse.sensu.io/t/checks-not-running-after-introducing-splay-to-the-definition/1428
**Category:** Sensu Go
**Created:** [November 4, 2019, 9:08pm UTC](https://discourse.sensu.io/t/checks-not-running-after-introducing-splay-to-the-definition/1428 "2019-11-04T21:08:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jtenzer](https://avatars.discourse-cdn.com/v4/letter/j/ecccb3/32.png) [@jtenzer](https://discourse.sensu.io/u/jtenzer)
#### Post date: [November 4, 2019, 9:08pm UTC](https://discourse.sensu.io/t/checks-not-running-after-introducing-splay-to-the-definition/1428/1 "2019-11-04T21:08:00Z")

</div>

i have a group of proxy checks… when i add splay to them, they don’t run. when i remove the splay they do run. the spec is:

```
"spec":{
  "command":"COMMAND",
  "subscriptions":[
    "aws"
  ],
  "publish":true,
  "interval":120,
  "proxy_requests": {
    "splay": true,
    "splay_coverage": 65
  },
  "handlers":[
    "mailer"
  ],
  "proxy_entity_name":"proxy-entity-name",
  "timeout":60
}

```

if i remove the `proxy_requests` block, they will run fine when added back, i get the following in the backed logs:

{“check”:“CHECKNAME”,“component”:“schedulerd”,“level”:“warning”,“msg”:“no matching entities, check will not be published”,“namespace”:“default”,“time”:“2019-11-04T21:10:19Z”}

1. What have you already tried? removing the splay option
2. Sensu backend/agent version 5.13.1 - amazon linux

---

<div class="post-metadata">

### Author: ![jspaleta](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.sensu.io/jspaleta/32/141_2.png) [@jspaleta](https://discourse.sensu.io/u/jspaleta)
#### Post date: [November 4, 2019, 11:05pm UTC](https://discourse.sensu.io/t/checks-not-running-after-introducing-splay-to-the-definition/1428/2 "2019-11-04T23:05:02Z")

</div>

Hey!  
Related question, are you using token substitution in your check command?

---

<div class="post-metadata">

### Author: ![jtenzer](https://avatars.discourse-cdn.com/v4/letter/j/ecccb3/32.png) [@jtenzer](https://discourse.sensu.io/u/jtenzer)
#### Post date: [November 4, 2019, 11:18pm UTC](https://discourse.sensu.io/t/checks-not-running-after-introducing-splay-to-the-definition/1428/3 "2019-11-04T23:18:09Z")

</div>

I am not. However I got my answer on the slack, In order to use splay with proxy checks, I need to specify some entity attributes to match. This isn’t perfect for me and my use case, but it makes sense in how it’s implemented. I might just stagger my intervals, to create my own “splay”
