<div dir="ltr">Did you try loading other plugins with any success ?  Are you hitting SELinux or other security issues? </div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="background-color:rgb(255,255,255)"><font color="#6fa8dc">Jerry Lombardo</font></span></div><div><p style="margin:0in 0in 0pt"><span style="font-family:"Arial Narrow","sans-serif";font-size:12pt">Ld. Infrastructure Engineer | Infrastructure Services.</span></p><p style="margin:0in 0in 0pt"><span style="font-family:"Arial Narrow","sans-serif";font-size:12pt">Columbia University Information Technology</span></p><span style="font-family:"Arial Narrow","sans-serif";font-size:12pt"><p style="margin:0in 0in 0pt">Office: 212-85<b>3-0485</b></p></span><p style="margin:0in 0in 0pt"><img src="http://cuit.columbia.edu/sites/all/themes/ias/ascuit/images/logo.png" width="200" height="35"><br></p><p style="margin:0in 0in 0pt"><br></p></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Feb 3, 2016 at 7:27 PM, Joshua J. Kugler <span dir="ltr"><<a href="mailto:joshua@azariah.com" target="_blank">joshua@azariah.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My plugin config file is at the bottom. Collectd 5.5.1<br>
<br>
Nothing I can do seems to activate the plugin. I constantly see this in the<br>
logs:<br>
<br>
Feb  3 23:59:02 member-0-ubuntu-1404 collectd[24206]: Filter subsystem: Built-<br>
in target `write': Dispatching value to all write plugins failed with status 2<br>
(ENOENT). Most likely this means you didn't load any write plugins.<br>
Feb  3 23:59:02 member-0-ubuntu-1404 collectd[24206]: Available write targets:<br>
[none]<br>
<br>
The odd thing, when collectd starts, I see this (I've removed all logging<br>
plugins so it will spit to stdout, and I run it with -f):<br>
<br>
Initialization complete, entering read-loop.<br>
plugin_dispatch_values: No write callback has been registered. Please load at<br>
least one output plugin, if you want the collected data to be stored.<br>
Filter subsystem: Built-in target `write': Dispatching value to all write<br>
plugins failed with status 2 (ENOENT). Most likely this means you didn't load<br>
any write plugins.<br>
<br>
I know there are WARNING and ERROR logging calls in the write_sensu.c. If it<br>
was hitting some error that prevented initialization, it should be spitting<br>
out messages.<br>
<br>
I see the write_sensu.so file opened during the run when I strace collectd, so<br>
I know its finding it. Sensu is running on the host, and I can connect to it<br>
(verified via 'telnet 127.0.0.1 3030')<br>
<br>
Any tips as to what else I should look at would be great! Thanks!<br>
<br>
Config file:<br>
LoadPlugin "write_sensu"<br>
<Plugin "write_sensu"><br>
  <Node "member-0-ubuntu-1404"><br>
    Host "127.0.0.1"<br>
    Port "3030"<br>
    EventServicePrefix "collectd/"<br>
    Separator "/"<br>
    StoreRates true<br>
    AlwaysAppendDS false<br>
    Metrics false<br>
    Notifications true<br>
    NotificationHandler "pagerduty"<br>
    NotificationHandler "irc"<br>
  </Node><br>
  Attribute "production" "true"<br>
  Tag "cassandra"<br>
</Plugin><br>
<span class="HOEnZb"><font color="#888888">--<br>
Joshua J. Kugler - Fairbanks, Alaska<br>
Azariah Enterprises - Programming and Website Design<br>
<a href="mailto:joshua@azariah.com">joshua@azariah.com</a> - Jabber: <a href="mailto:pedahzur@gmail.com">pedahzur@gmail.com</a><br>
PGP Key: <a href="http://pgp.mit.edu/" rel="noreferrer" target="_blank">http://pgp.mit.edu/</a>  ID 0x73B13B6A<br>
<br>
_______________________________________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" rel="noreferrer" target="_blank">http://mailman.verplant.org/listinfo/collectd</a><br>
</font></span></blockquote></div><br></div>