Skip to content

collectors IPVSCollector

Rob Smith edited this page Oct 29, 2012 · 10 revisions

IPVSCollector

Shells out to get ipvs statistics, which may or may not require sudo access

Dependencies

  • /usr/sbin/ipvsadmin

Options

  • Generic Options
  • bin: Path to ipvsadm binary
  • sudo_cmd: Path to sudo
  • use_sudo: Use sudo?
  • enabled: Enable collecting these metrics
  • byte_unit: Default numeric output(s)

Example Output

servers.hostname.ipvs.172_16_1_56:443.10_68_15_66:443.conns 59
servers.hostname.ipvs.172_16_1_56:443.10_68_15_66:443.outbytes 216873
servers.hostname.ipvs.172_16_1_56:443.total.conns 59
servers.hostname.ipvs.172_16_1_56:80.total.conns 116
Clone this wiki locally