1PMDADS389(1) General Commands Manual PMDADS389(1)
2
3
4
6 pmdads389 - 389 Directory Server PMDA
7
9 pmdads389 is a Performance Metrics Domain Agent (PMDA) which extracts
10 live performance data from a running 389 Directory Server instance.
11
12 See the Red Hat Directory Server Administration Guide for description
13 for each metric.
14
16 pmdads389 reads an optional configuration file
17
18 • $PCP_PMDAS_DIR/ds389/ds389.conf
19
20 This file can contain overridden values (Perl code) for the settings
21 listed at the start of pmdads389.pl, namely:
22
23 • LDAP server
24 • bind DN
25 • bind password
26 • default search scope
27 • default search base
28 • default search filter
29 • query interval
30 • List of sources
31 • List of attributes to display for each source
32
33 Please use the provided ds389.conf.example as a starting point. Once
34 this is setup, you can access the names and values for the 389 DS per‐
35 formance metrics by doing the following as root:
36
37 # cd $PCP_PMDAS_DIR/ds389
38 # ./Install
39
40
41 To uninstall, do the following as root:
42
43 # cd $PCP_PMDAS_DIR/ds389
44 # ./Remove
45
46
47 pmdads389 is launched by pmcd(1) and should never be executed directly.
48 The Install and Remove scripts notify pmcd(1) when the agent is in‐
49 stalled or removed.
50
52 $PCP_PMDAS_DIR/ds389/ds389.conf.example
53 example configuration file for the pmdads389 agent
54
55 $PCP_PMDAS_DIR/ds389/ds389.conf
56 configuration file for the pmdads389 agent
57
58 $PCP_PMDAS_DIR/ds389/Install
59 installation script for the pmdads389 agent
60
61 $PCP_PMDAS_DIR/ds389/Remove
62 undo installation script for the pmdads389 agent
63
64 $PCP_LOG_DIR/pmcd/ds389.log
65 default log file for error messages from pmdads389
66
68 Environment variables with the prefix PCP_ are used to parameterize the
69 file and directory names used by PCP. On each installation, the file
70 /etc/pcp.conf contains the local values for these variables. The
71 $PCP_CONF variable may be used to specify an alternative configuration
72 file, as described in pcp.conf(5).
73
75 PCPIntro(1), ldapsearch(1), pmcd(1) and ns-slapd(8).
76
77
78
79Performance Co-Pilot PCP PMDADS389(1)