You could just do it by agent name: <agent_config name=”agent1|agent2|agent3″>
I know there's also been some talk about agent groups. Something like this: <agent_group webservers> <agents>agent1|agent6|agent10</agents> </agent_group> <agent_group dnsservers> <agents>agent3|agent4|agent11</agents> </agent_group> I know I would rather see role classification then more granular OS classification. -cnk On Fri, Jul 3, 2009 at 12:33 PM, tm<[email protected]> wrote: > > Is it possible to specify different values for the "os" shown below? > We have different varients of Linux that require different agent > configuration files. If we are restricted to just "Linux" it won't do > us any good. > > <agent_config os=”Linux|OpenBSD”> > <localfile> > <location>/var/log/my.log2</location> > <logtype>syslog</logtype> > </localfile> > </agent_config> > > Cheers! > TM >
