description:_('The exec plugin starts external commands to read values from or to notify external processes when certain threshold values have been reached.'),
addFormOptions:function(s){
varo,ss;
o=s.option(form.Flag,'enable',_('Enable this plugin'));
o.description=_('Here you can define external commands which will be started by collectd in order to read certain values. The values will be read from stdout.');
o.description=_('Here you can define external commands which will be started by collectd when certain threshold values have been reached. The values leading to invocation will be fed to the the called programs stdin.');