On Sat, Nov 6, 2010 at 11:28 PM, Clint Byrum <[email protected]> wrote: > On Sat, 2010-11-06 at 23:18 +0530, Kaushal Shriyan wrote: >> >> Hi >> >> Got it fixed. Anyways thanks a lot for all the support. >> > > Can you share what the problem was?
Hi Clint Have compiled collectd 4.10.1 from source and tried running collectd by hand using /opt/collectd/sbin/collectd. It worked like a charm. The issue was the init script of collectd, The /etc/default/collectd file was pointing to value of 1 instead of value of 0. # 0: start collectd in stand-alone mode, 1: monitor collectd using collectdmon # default: 1 USE_COLLECTDMON=0 That fixed the issue. Thanks Kaushal -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
