Author Topic: About Qloader  (Read 2886 times)

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
About Qloader
« 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?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: About Qloader
« Reply #1 on: July 12, 2010, 10:39:21 »
You should set the options in /etc/sysconfig that are passed along....

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: About Qloader
« Reply #2 on: July 13, 2010, 04:07:24 »
3Q
I see the file /etc/sysconfig/qloaderd

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: About Qloader
« Reply #3 on: July 13, 2010, 14:08:50 »
Yes that's it.