libpcp_web: JSON API coding consistency, small improvements and fixes
[pcp.git] / src / pmdas / docker / Remove
blob1ccbde90a66378bb21158b423ea5d1a888042cf7
1 #! /bin/sh
3 # Copyright (c) 2016 Red Hat.
4 #
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2 of the License, or (at your
8 # option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
15 # Remove the docker PMDA
18 # source the PCP configuration environment variables
19 . $PCP_DIR/etc/pcp.env
21 # Get the common procedures and variable assignments
23 . $PCP_SHARE_DIR/lib/pmdaproc.sh
25 # The name of the PMDA
27 iam=docker
29 # Do it
31 pmdaSetup
32 pmdaRemove
34 exit 0