reports on 3.0.0 have been mostly positive but there is one annoyance that seems to be effecting many users so i thought i'd report a simple workaround to prevent others from getting frustrated by the same problem.

if you find that gmond truncates the XML output on your tcp_accept_channel, the easiest solution is to set the timeout to -1.
for example,

tcp_accept_channel {
   port = 8649
   timeout = -1
}

this will prevent gmond from timing out writing to the socket since it will use a blocking write if the timeout is negative.

-matt
--
PGP fingerprint 'A7C2 3C2F 8445 AD3C 135E F40B 242A 5984 ACBC 91D3'

   They that can give up essential liberty to obtain a little
      temporary safety deserve neither liberty nor safety.
  --Benjamin Franklin, Historical Review of Pennsylvania, 1759

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to