<div dir="ltr">Hello,<div><br></div><div>On my Lenovo ThinkPad E430, </div><div>RAM : 6 GB</div><div>CPU: Intel Core i3-2328M CPU @ 2.20GHz</div><div>OS: "Ubuntu 13.04", x86_64</div><div>Kernel: 3.8.0-27-generic</div>
<div><br></div><div>I am trying to get the notifications to generate for four plugins.</div><div>Memory, Swap, CPU, Load</div><div><br></div><div>Two out four plugins viz., Memory and Load, notifications are not being generated.</div>
<div>But notifications work for the other two, Swap and CPU.</div><div><br></div><div>The relevant section of collectd.conf</div><div><div>###Configuration for memory plugin, inside threshold configuration section</div><div>
<Host "localhost"></div><div> <Plugin "memory"></div><div>      <Type "memory"></div><div>#       FailureMax 4000000000<br></div><div>#       WarningMin 10</div><div>#       FailureMax 80</div>
<div>#       Percentage true</div><div>        Instance "cached"</div><div>        WarningMin 100</div><div>        Persist true</div><div>      </Type></div><div>    </Plugin></div><div>###Configuration for load plugin, inside threshold configuration section</div>
<div>   <Plugin "load"></div><div>    <Type "load"></div><div>        DataSource "shortterm"</div><div>        FailureMax 4</div><div>        WarningMax 1.5</div><div>        Hits 3</div>
<div>        Hysteresis 3</div><div>        Persist true</div><div>    </Type></div><div>  </Plugin></div><div></Host></div><div><br></div><div>###Configuration for cpu plugin, THIS IS WORKING</div><div>
<Type "cpu"></div><div>      Instance "idle"</div><div>##      Instance "steal"  #Is this possible, two instance in a single plugin config section</div><div>      WarningMax 50<br></div>
<div>      FailureMax 90<br></div><div>#      </div><div>Percentage true</div><div>      Persist true</div><div>    </Type></div><div><br></div><div>###Plugin SWAP config, THIS IS WORKING</div><div>  <Plugin "swap"></div>
<div>        <Type "swap"></div><div>                     WarningMax 100</div><div>                    FailureMax 100000000</div><div>#               Percentage true</div><div>                Persist true</div>
<div>        </Type></div><div>  </Plugin></div></div><div><br></div><div>Is there something wrong with the configuration?</div><div><br></div><div><br></div><div>I had two more queries,</div><div>1) Is it possible to have multiple "Instance" key value pair in config of plugin (Please see CPU config above, for an example)</div>
<div>What about "Datasource"?</div><div><br></div><div>2) The memory plugin config, the threshold value is interpreted as bytes?</div><div><br></div><div>Please find the relevant section of collectd.conf attached here with.</div>
<div><br></div><div>--</div><div>Prakhar Gaur</div><div><br></div><div><br><div><br></div><div><br></div></div></div>