QueueMetrics forum

QueueMetrics => Running QueueMetrics => Topic started by: coolname on July 10, 2010, 07:43:24

Title: About Qloader
Post by: coolname on July 10, 2010, 07:43:24
I install QM use yum。In user guide,i see that i should modify qloader.pl to suitable host & db.

my files was :
my $mysql_host = $options{h} || "10.10.3.5";
my $mysql_db   = $options{d} || "log_code";
my $mysql_user = $options{u} || "ldap";
my $mysql_pass = $options{p} || "ldappo";

i never modify it ,and it seems work porperly ,why?
Title: Re: About Qloader
Post by: QueueMetrics on July 12, 2010, 10:39:21
You should set the options in /etc/sysconfig that are passed along....
Title: Re: About Qloader
Post by: coolname on July 13, 2010, 04:07:24
3Q
I see the file /etc/sysconfig/qloaderd
Title: Re: About Qloader
Post by: QueueMetrics on July 13, 2010, 14:08:50
Yes that's it.