aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bindgraph/pkg-message
blob: 7484a16c5def6e7ec02fc8d40d9238c3f14377dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ type: install
  message: <<EOM
To get bindgraph working, you have to set querylog for bind. An example
named.conf will be

  logging {
    channel "querylog" {
      file "/var/log/query.log" versions 50 size 20m;
      print-time yes;
    };
    category queries { querylog; };
  };

Make sure BINDGRAPH_USER (default www) can read this log file.
EOM
}
]