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