Skip to content

sergiopatino/collectd-plugins

Repository files navigation

collectd-plugins

Some plugins for Collectd:

  • write_socket_keyval sends collected values across the network where the data is encoded in key=value format. UDP unicast/multicast and TCP are implemented.
  • write_socket_json sends collected values across the network where the data is encoded in JSON format. UDP unicast/multicast and TCP are implemented.