1PMDASNMP(1) Performance Co-Pilot PMDASNMP(1)
2
3
4
6 pmdasnmp - Gateway from SNMP to PCP (PMDA)
7
9 pmdasnmp is a Performance Metrics Domain Agent (PMDA) which provides a
10 generic gateway from PCP queries from a PCP client to SNMP queries to
11 one or more SNMP agents.
12
14 If you want access to the SNMP gateway performance metrics, do the
15 following as root:
16
17 # cd $PCP_PMDAS_DIR/snmp
18 # ./Install
19
20 If you want to undo the installation, do the following as root:
21
22 # cd $PCP_PMDAS_DIR/snmp
23 # ./Remove
24
25 pmdasnmp is launched by pmcd(1) and should never be executed directly.
26 The Install and Remove scripts notify pmcd(1) when the agent is
27 installed or removed.
28
30 TODO: define config file format here - map/set/host/... etc
31
33 $PCP_PMDAS_DIR/snmp/snmp.conf
34 optional configuration file for pmdasnmp
35
36 $PCP_PMDAS_DIR/snmp/Install
37 installation script for the pmdasnmp agent
38
39 $PCP_PMDAS_DIR/snmp/Remove
40 undo installation script for the pmdasnmp agent
41
42 $PCP_LOG_DIR/pmcd/snmp.log
43 default log file for error and warn() messages from pmdasnmp
44
46 pmcd(1) and SNMP
47
48
49
506.1.1 Performance Co-Pilot PMDASNMP(1)