Hello,<br>I currently have a set of config files which are factored as much as possible, so there are a few commonly-used conf files for checks that occur on many machines, and then there are machine-specific configs which &quot;Include&quot; the common parts depending on what functionality they want.  For example, database machines include a &quot;db-common.conf&quot; which configures the mysql plugin.<br>
<br>The catch that I&#39;ve just run into is that I now want to define two different &quot;Exec&quot;s, one of which is used everywhere, and one which is only used on database machines.  Is there a way I can define two &lt;Exec&gt; sections without having one clobber the other?  Is there another way to solve this problem?<br>
<br>-Neal<br><br>