github.com/google/cloudprober@v0.11.3/examples/external/cloudprober.cfg (about)

     1  # Run an external probe that executes a command from the current working
     2  # directory.
     3  probe {
     4    name: "redis_probe"
     5    type: EXTERNAL
     6    targets { dummy_targets {} }
     7    external_probe {
     8      mode: ONCE
     9      command: "./redis_probe"
    10    }
    11  }