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. Further
11 details on Zimbra can be found at http://www.zimbra.com/.
12
14 Install the zimbra PMDA by using the Install script as root:
15
16 # cd $PCP_PMDAS_DIR/zimbra
17 # ./Install
18
19 To uninstall, do the following as root:
20
21 # cd $PCP_PMDAS_DIR/zimbra
22 # ./Remove
23
24 pmdazimbra is launched by pmcd(1) and should never be executed
25 directly. The Install and Remove scripts notify pmcd(1) when the agent
26 is installed or removed.
27
29 /opt/zimbra/zmstat/*
30 comma-separated value files containing Zimbra performance data
31
32 $PCP_PMDAS_DIR/zimbra/Install
33 installation script for the pmdazimbra agent
34
35 $PCP_PMDAS_DIR/zimbra/Remove
36 undo installation script for the pmdazimbra agent
37
38 $PCP_LOG_DIR/pmcd/zimbra.log
39 default log file for error messages from pmdazimbra
40
42 Environment variables with the prefix PCP_ are used to parameterize the
43 file and directory names used by PCP. On each installation, the file
44 /etc/pcp.conf contains the local values for these variables. The
45 $PCP_CONF variable may be used to specify an alternative configuration
46 file, as described in pcp.conf(5).
47
49 pmcd(1) and PCPIntro(1).
50
51
52
53Performance Co-Pilot PCP PMDAZIMBRA(1)