1PMDAPDNS(1) Performance Co-Pilot PMDAPDNS(1)
2
3
4
6 pmdapdns - PowerDNS performance metrics domain agent (PMDA)
7
9 pmdapdns is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values from the PowerDNS authoritative daemon as well as the
11 recursive resolver.
12
14 If you want access to the names and values for the PowerDNS performance
15 metrics, do the following as root:
16
17 # cd $PCP_PMDAS_DIR/pdns
18 # ./Install
19
20 If you want to undo the installation, do the following as root:
21
22 # cd $PCP_PMDAS_DIR/pdns
23 # ./Remove
24
25 pmdapdns is launched by pmcd(1) and should never be executed directly.
26 The Install and Remove scripts notify pmcd(1) when the agent is
27 installed or removed.
28
30 $PCP_PMDAS_DIR/pdns/Install
31 installation script for the pmdapdns agent
32
33 $PCP_PMDAS_DIR/pdns/Remove
34 undo installation script for the pmdapdns agent
35
36 $PCP_LOG_DIR/pmcd/pdns.log
37 default log file for error messages from pmdapdns
38
40 pmcd(1), pdns_control(8), and rec_control(1).
41
42
43
446.1.1 Performance Co-Pilot PMDAPDNS(1)