pmdanamed(1) - Linux man page

Name

pmdanamed - BIND (named) PMDA

Description

pmdanamed is a Performance Metrics Domain Agent ( PMDA ) which exports metric values from the BIND DNS server. Further details on BIND can be found at http://isc.org/. Currently, only BIND version 9.4 is supported.

Installation

If you want access to the names and values for the named performance metrics, do the following as root:

# cd $PCP_PMDAS_DIR/named
# ./Install
If you want to undo the installation, do the following as root:
# cd $PCP_PMDAS_DIR/named
# ./Remove
pmdanamed is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed.

Files

/var/named/data

statistics file showing values exported from named
/var/named/chroot/var/named/data
chroot variant of statistics file showing values exported from named
$PCP_PMDAS_DIR/named/Install
installation script for the pmdanamed agent
$PCP_PMDAS_DIR/named/Remove
undo installation script for the pmdanamed agent
$PCP_LOG_DIR/pmcd/named.log
default log file for error messages from pmdanamed

See Also

pmcd(1).