QueueMetrics forum
QueueMetrics => Running QueueMetrics => Topic started 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?
-
You should set the options in /etc/sysconfig that are passed along....
-
3Q
I see the file /etc/sysconfig/qloaderd
-
Yes that's it.