/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/Install (756B)
#! /bin/sh # # Copyright (c) 2018 Fujitsu. # Copyright (c) 2018 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. # # Install the kvm PMDA and/or PMNS # . $PCP_DIR/etc/pcp.env . $PCP_SHARE_DIR/lib/pmdaproc.sh iam=kvm daemon_opt=true pipe_opt=true pmns_source=root_kvm pmdaSetup pmdaInstall exit 0