summaryrefslogtreecommitdiff
path: root/qa/pmdas/dynamic/Remove
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/pmdas/dynamic/Remove
downloadpcp-debian/3.9.10.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/pmdas/dynamic/Remove')
-rwxr-xr-xqa/pmdas/dynamic/Remove14
1 files changed, 14 insertions, 0 deletions
diff --git a/qa/pmdas/dynamic/Remove b/qa/pmdas/dynamic/Remove
new file mode 100755
index 0000000..c29b0a7
--- /dev/null
+++ b/qa/pmdas/dynamic/Remove
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# Copyright (c) 1997-2002 Silicon Graphics, Inc. All Rights Reserved.
+#
+# Remove the dynamic PMDA
+#
+
+. /etc/pcp.env
+. $PCP_SHARE_DIR/lib/pmdaproc.sh
+
+iam=dynamic
+pmdaSetup
+pmdaRemove
+exit 0