1PMDAZIMBRA(1) General Commands Manual PMDAZIMBRA(1)
2
3
4
6 pmdazimbra - Zimbra Collaboration Suite (ZCS) PMDA
7
9 pmdazimbra is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values from several subsystems of the Zimbra Suite.
11
12 Further details on Zimbra can be found at http://www.zimbra.com/.
13
15 Install the zimbra PMDA by using the Install script as root:
16
17 # cd $PCP_PMDAS_DIR/zimbra
18 # ./Install
19
20 To uninstall, do the following as root:
21
22 # cd $PCP_PMDAS_DIR/zimbra
23 # ./Remove
24
25 pmdazimbra is launched by pmcd(1) and should never be executed
26 directly. The Install and Remove scripts notify pmcd(1) when the agent
27 is installed or removed.
28
30 /opt/zimbra/zmstat/*
31 comma-separated value files containing Zimbra performance data
32
33 $PCP_PMDAS_DIR/zimbra/Install
34 installation script for the pmdazimbra agent
35
36 $PCP_PMDAS_DIR/zimbra/Remove
37 undo installation script for the pmdazimbra agent
38
39 $PCP_LOG_DIR/pmcd/zimbra.log
40 default log file for error messages from pmdazimbra
41
43 Environment variables with the prefix PCP_ are used to parameterize the
44 file and directory names used by PCP. On each installation, the file
45 /etc/pcp.conf contains the local values for these variables. The
46 $PCP_CONF variable may be used to specify an alternative configuration
47 file, as described in pcp.conf(5).
48
50 PCPIntro(1) and pmcd(1).
51
52
53
54Performance Co-Pilot PCP PMDAZIMBRA(1)