/var/lib/pcp/pmdas/kvm
NameSizeModeActions
domain.h550644editdlrm
help41120644editdlrm
help.dir5400644editdlrm
help.pag31470644editdlrm
Install7560755editdlrm
kvm.conf2170644editdlrm
pmdakvm311280755editdlrm
pmda_kvm.so262960755editdlrm
Remove8060755editdlrm
root1010644editdlrm
root_kvm18850644editdlrm
Upgrade8160755editdlrm
Edit: /usr/libexec/pcp/pmdas/kvm/Upgrade (816B)
#! /bin/sh # # Copyright (c) 2019 Red Hat. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # Upgrade an older (perl) KVM PMDA to latest (C) version # . $PCP_DIR/etc/pcp.env if grep -q '^kvm.*perl.*' "$PCP_PMCDCONF_PATH" 2>/dev/null then sed -i -e "s,perl $PCP_PMDAS_DIR/kvm/pmdakvm.pl,$PCP_PMDAS_DIR/kvm/pmdakvm -d 95,g" $PCP_PMCDCONF_PATH 2>/dev/null fi exit 0