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 · search scope
27 · search base
28 · search filter
29 · query interval
30
31 Once this is setup, you can access the names and values for the 389 DS
32 performance metrics by doing the following as root:
33
34 # cd $PCP_PMDAS_DIR/ds389
35 # ./Install
36
37
38 To uninstall, do the following as root:
39
40 # cd $PCP_PMDAS_DIR/ds389
41 # ./Remove
42
43
44 pmdads389 is launched by pmcd(1) and should never be executed directly.
45 The Install and Remove scripts notify pmcd(1) when the agent is
46 installed or removed.
47
49 $PCP_PMDAS_DIR/ds389/ds389.conf
50 configuration file for the pmdads389 agent
51
52 $PCP_PMDAS_DIR/ds389/Install
53 installation script for the pmdads389 agent
54
55 $PCP_PMDAS_DIR/ds389/Remove
56 undo installation script for the pmdads389 agent
57
58 $PCP_LOG_DIR/pmcd/ds389.log
59 default log file for error messages from pmdads389
60
62 Environment variables with the prefix PCP_ are used to parameterize the
63 file and directory names used by PCP. On each installation, the file
64 /etc/pcp.conf contains the local values for these variables. The
65 $PCP_CONF variable may be used to specify an alternative configuration
66 file, as described in pcp.conf(5).
67
69 PCPIntro(1), ldapsearch(1), pmcd(1) and ns-slapd(8).
70
71
72
73Performance Co-Pilot PCP PMDADS389(1)