1PMDARABBITMQ(1) General Commands Manual PMDARABBITMQ(1)
2
3
4
6 pmdarabbitmq - Rabbit Message Queue subsystem PMDA
7
9 pmdarabbitmq is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values for each RabbitMQ queue configured on the local system.
11
13 Install the Rabbitmq PMDA by using the Install script as root:
14
15 # cd $PCP_PMDAS_DIR/rabbitmq
16 # ./Install
17
18 To uninstall, do the following as root:
19
20 # cd $PCP_PMDAS_DIR/rabbitmq
21 # ./Remove
22
23 pmdarabbitmq is launched by pmcd(1) and should never be executed
24 directly. The Install and Remove scripts notify pmcd(1) when the agent
25 is installed or removed.
26
28 $PCP_PMDAS_DIR/rabbitmq/Install
29 installation script for the pmdarabbitmq agent
30
31 $PCP_PMDAS_DIR/rabbitmq/Remove
32 undo installation script for the pmdarabbitmq agent
33
34 $PCP_LOG_DIR/pmcd/rabbitmq.log
35 default log file for error messages from pmdarabbitmq
36
38 Environment variables with the prefix PCP_ are used to parameterize the
39 file and directory names used by PCP. On each installation, the file
40 /etc/pcp.conf contains the local values for these variables. The
41 $PCP_CONF variable may be used to specify an alternative configuration
42 file, as described in pcp.conf(5).
43
45 PCPIntro(1), pmcd(1), pminfo(1) and pmpython(1).
46
47
48
49Performance Co-Pilot PCP PMDARABBITMQ(1)