[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with CLASS definition
- To: hobbit (at) hswn.dk
- Subject: problem with CLASS definition
- From: Charles Jones <jonescr (at) cisco.com>
- Date: Fri, 05 Oct 2007 16:21:53 -0700
- Authentication-results: sj-dkim-3; header.From=jonescr (at) cisco.com; dkim=pass ( sig from cisco.com/sjdkim3002 verified; );
- Dkim-signature: v=0.5; a=rsa-sha256; q=dns/txt; l=762; t=1191626555; x=1192490555; c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=jonescr (at) cisco.com; z=From:=20Charles=20Jones=20<jonescr (at) cisco.com> |Subject:=20problem=20with=20CLASS=20definition |Sender:=20; bh=IUQ7Jc7/3QPmqv2KcWRgebAqoa3XVT2Pm2wYIlCC9hk=; b=JCuKaMd+i+BCW/3DMeWq7jA7StdxHX2Qj7Ofr76Hi2tYrTOjNZyycgbKe3240q/szCtYj5pA W1NSz2M/toDE/j85a8fKNTM4CYRUzyLyAyUlXe8lU1AkbRIiYlY1QeYY;
- User-agent: Thunderbird 2.0.0.5 (X11/20070727)
I have a host whose client was started via: "./runclient.sh
--class=APP_PRIMARY start"
In the hobbit servers hobbit-clients.cfg, I have something similar to:
CLASS=APP_PRIMARY
PROC "someproc"
PROC "/some/other/proc"
....
DEFAULT
PROC sshd
The problem is that only the default proc "sshd" is being checked on the
host. The expected behavior is that the CLASS would be used and other
other procs checked instead. I know this has nothing to do with the
DEFAULT setting, as using HOST=hostname works fine. I just cant get it
to check the procs by CLASS. Is there any way to debug this? Shouldn't
the CLASS show up in the "info" section? Do I need to put the class
name in quotes on the command line?
Thanks,
-Charles