diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2015-02-11 21:17:11 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-02-11 21:20:07 +0000 |
commit | 9cf393ac27728287927d2c1400e046a8c16679e7 (patch) | |
tree | ec2f27cc4a50d0e9374bad6524c55aef9180dbe3 | |
parent | b47a81276aef68f3851f29647950866ab15124b3 (diff) | |
download | sos-9cf393ac27728287927d2c1400e046a8c16679e7.tar.gz |
[pcp] collect /etc/pcp.conf
The file /etc/pcp.conf is added to list of lists that will be collected.
Signed-off-by: Shane Bradley <sbradley@redhat.com>
Fixes #465.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/pcp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/pcp.py b/sos/plugins/pcp.py index a696908e..69872a3c 100644 --- a/sos/plugins/pcp.py +++ b/sos/plugins/pcp.py @@ -89,6 +89,7 @@ class Pcp(Plugin, RedHatPlugin, DebianPlugin): var_conf_dir = os.path.join(self.pcp_var_dir, 'config') self.add_copy_spec([ self.pcp_sysconf_dir, + self.pcp_conffile, var_conf_dir ]) |