Add the nfsclient pmda to pcp makefiles.
---
src/pmdas/GNUmakefile | 2 +-
src/pmns/stdpmid.pcp | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/pmdas/GNUmakefile b/src/pmdas/GNUmakefile
index 3c4dfd4..73cc324 100644
--- a/src/pmdas/GNUmakefile
+++ b/src/pmdas/GNUmakefile
@@ -24,7 +24,7 @@ SUBDIRS = pmcd linux solaris aix darwin windows etw \
dbping memcache systemtap mysql vmware kvm \
bonding lustrecomm mmv netfilter zimbra \
named news pdns samba dtsrun postfix gpsd \
- rsyslog elasticsearch
+ rsyslog elasticsearch nfsclient
LDIRT = pmcd.conf
diff --git a/src/pmns/stdpmid.pcp b/src/pmns/stdpmid.pcp
index 0aa6601..fb24770 100644
--- a/src/pmns/stdpmid.pcp
+++ b/src/pmns/stdpmid.pcp
@@ -85,6 +85,7 @@ GPSD 105
LOGGER 106
RSYSLOG 107
ELASTICSEARCH 108
+NFSCLIENT 111
### NEXT FREE SLOT ###
DBPING 244
PMI_DOMAIN 245
--
1.7.6.1
|