I have just noticed that the Solaris network metrics including bytes_in and bytes_out appear to be missing from the 2.6.0 snapshot. They do not appear in the solaris default configuration when I run "gmond -t" but they are in the Linux version.

I tried to add the following collection group myself but gmond fails:

collection_group {
  collect_every = 40
  time_threshold = 300
  metric {
    name = "bytes_out"
    value_threshold = 4096
  }
  metric {
    name = "bytes_in"
    value_threshold = 4096
  }
}

------
Yemi



Reply via email to