On Mon, Mar 13, 2017, at 12:54, [email protected] wrote: > Looks like its not working with compound filters, > > # mco rpc rpcutil ping --do /data/mcollective_inventory/ --dm > registrationmonitor -S "osfamily=Solaris and hostname=/gard/" > Discovering hosts using the mc method for 2 second(s) .... 26 > > And the same working with --nodes and it says, > > The rpc application failed to run, use -v for full error backtrace > details: > Cannot mix --disc-method, --disc-option and --nodes
compound filters can only use the default discovery method as they are interpreted by the nodes and used for things like discovering based on contents of files, states of daemons, load average or whatever. your filter could be -W osfamily=x -W hostname=/xxxx/ I guess -- --- You received this message because you are subscribed to the Google Groups "mcollective-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
