All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gmond.ctest.conf Maven / Gradle / Ivy

The newest version!
/* The host section describes attributes of the host, like the location */
host {
  location = "unspecified"
}

/* Feel free to specify as many udp_send_channels as you like.  Gmond
   used to only support having a single channel */
udp_send_channel {
  bind_hostname = no 
  host = "ldm01.clearspring.local"
  port = 8649
  ttl = 1
}

udp_send_channel {
  bind_hostname = no 
  // foo
  host = "ldm1e.clearspring.local"
  port = 8649 // qux
  // bar
  ttl = 1
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy