1PMDASMART(1) General Commands Manual PMDASMART(1)
2
3
4
6 pmdasmart - S.M.A.R.T Data PMDA
7
9 pmdasmart is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values for Device Mapper on the local system.
11
12 This PMDA collects its data through the smartctl(8) utility and
13 requires that the program is installed in order to function.
14
15 Further details on smartctl and smartmontools can be found at
16 https://smartmontools.org.
17
19 Install the SMART PMDA by using the Install script as root:
20
21 # cd $PCP_PMDAS_DIR/smart
22 # ./Install
23
24
25 To uninstall, do the following as root:
26
27 # cd $PCP_PMDAS_DIR/smart
28 # ./Remove
29
30 pmdasmart is launched by pmcd(1) and should never be executed directly.
31 The Install and Remove scripts notify pmcd when the agent is installed
32 or removed.
33
35 $PCP_PMDAS_DIR/smart/help
36 default help text file for the smart metrics
37
38 $PCP_PMDAS_DIR/smart/Install
39 installation script for the pmdasmart agent
40
41 $PCP_PMDAS_DIR/smart/Remove
42 undo installation script for the pmdasmart agent
43
44 $PCP_LOG_DIR/pmcd/smart.log
45 default log file for error messages from pmdasmart
46
48 Environment variables with the prefix PCP_ are used to parameterize the
49 file and directory names used by PCP. On each installation, the file
50 /etc/pcp.conf contains the local values for these variables. The
51 $PCP_CONF variable may be used to specify an alternative configuration
52 file, as described in pcp.conf(5).
53
55 PCPIntro(1), pmcd(1) and smartctl(8).
56
57
58
59Performance Co-Pilot PCP PMDASMART(1)