func NetworkPoll(config *poll.Settings) {
    // Override the default pollSettings for `network` resource here ...
    config.Timeout = 30 * time.Second
    config.Delay = 100 * time.Millisecond