Datasource Catalog

This catalog of specs provides the definitions for each of the specs the Insights Client can collect. The format for this file is name = collection_type(collection_arguments). A detailed description of the collection_types can be found in Data Sources. A summary of the collection_types includes:

  • simple_file - collects the contents of a file

  • simple_command - collects the output from a command

  • glob_file - collects contents of all files matching the glob pattern

  • first_file - collects the contents of the first file detected in a list of files

  • listdir - collects the output of the ls command for the file/glob argument

  • foreach_execute - collects the output of the command for each provider argument

  • foreach_collect - collects the contents of the path created by replacing each element in the provider into the path

  • first_of - collects the contents of datasource that returns data

  • command_with_args - collects the output of the command with each provider argument

  • head - collects the contents of the first item in a list

Some datasources are implemented as functions and each links to the details provided in the function specific documentation. Generally functions are used as a provider to other datasources to, for instance, get a list of running processes of a particular program. Functions implemented as custom datasources can be found in Custom Datasources Catalog.

Python code that implements these datasources is located in the module insights.specs.default. The datasources each have a unique name in the class insights.specs.default.DefaultSpecs.

Datasources

Functions

General Datasources

abrt_ccpp_conf = simple_file("/etc/abrt/plugins/CCpp.conf")
abrt_status_bare = simple_command("/usr/bin/abrt status --bare=True")
alternatives_display_python = simple_command("/usr/sbin/alternatives --display python")
amq_broker = glob_file(['/var/opt/amq-broker/*/etc/broker.xml'])
audispd_conf = simple_file("/etc/audisp/audispd.conf")
audit_log = simple_file("/var/log/audit/audit.log")
auditctl_rules = simple_command("/sbin/auditctl -l")
auditctl_status = simple_command("/sbin/auditctl -s")
auditd_conf = simple_file("/etc/audit/auditd.conf")
aws_instance_id_doc = command_with_args("/usr/bin/curl -s -H "X-aws-ec2-metadata-token: %s" http://169.254.169.254/latest/dynamic/instance-identity/document --connect-timeout 5", provider=aws_imdsv2_token())
aws_instance_id_pkcs7 = command_with_args("/usr/bin/curl -s -H "X-aws-ec2-metadata-token: %s" http://169.254.169.254/latest/dynamic/instance-identity/pkcs7 --connect-timeout 5", provider=aws_imdsv2_token())
aws_public_hostnames = command_with_args("/usr/bin/curl -s -H "X-aws-ec2-metadata-token: %s" http://169.254.169.254/latest/meta-data/public-hostname --connect-timeout 5", provider=aws_imdsv2_token())
aws_public_ipv4_addresses = command_with_args("/usr/bin/curl -s -H "X-aws-ec2-metadata-token: %s" http://169.254.169.254/latest/meta-data/public-ipv4 --connect-timeout 5", provider=aws_imdsv2_token())
awx_manage_check_license = simple_command("/usr/bin/awx-manage check_license")
awx_manage_print_settings = simple_command("/usr/bin/awx-manage print_settings INSIGHTS_TRACKING_STATE SYSTEM_UUID INSTALL_UUID TOWER_URL_BASE AWX_CLEANUP_PATHS AWX_PROOT_BASE_PATH LOG_AGGREGATOR_ENABLED LOG_AGGREGATOR_LEVEL --format json")
azure_instance_id = simple_command("/usr/bin/curl -s -H Metadata:true http://169.254.169.254/metadata/instance/compute/vmId?api-version=2021-12-13&format=text --connect-timeout 5")
azure_instance_plan = simple_command("/usr/bin/curl -s -H Metadata:true http://169.254.169.254/metadata/instance/compute/plan?api-version=2021-12-13&format=json --connect-timeout 5")
azure_instance_type = simple_command("/usr/bin/curl -s -H Metadata:true http://169.254.169.254/metadata/instance/compute/vmSize?api-version=2021-12-13&format=text --connect-timeout 5")
azure_load_balancer = simple_command("/usr/bin/curl -s -H Metadata:true http://169.254.169.254/metadata/loadbalancer?api-version=2021-12-13&format=json --connect-timeout 5")
bdi_read_ahead_kb = glob_file(['/sys/class/bdi/*/read_ahead_kb'])
blkid = simple_command("/sbin/blkid -c /dev/null")
block_devices_by_uuid = listdir("/dev/disk/by-uuid/")
bond = glob_file(['/proc/net/bonding/*'])
bond_dynamic_lb = glob_file(['/sys/class/net/*/bonding/tlb_dynamic_lb'])
boot_loader_entries = glob_file(['/boot/loader/entries/*.conf'])
bootc_status = simple_command("/usr/bin/bootc status --json")
brctl_show = simple_command("/usr/sbin/brctl show")
buddyinfo = simple_file("/proc/buddyinfo")
candlepin_log = simple_file("/var/log/candlepin/candlepin.log")
cciss = glob_file(['/proc/driver/cciss/cciss*'])
cdc_wdm = simple_file("/sys/bus/usb/drivers/cdc_wdm/module/refcnt")
ceph_conf = first_file(['/var/lib/config-data/puppet-generated/ceph/etc/ceph/ceph.conf', '/etc/ceph/ceph.conf'])
ceph_health_detail = simple_command("/usr/bin/ceph health detail -f json")
ceph_insights = simple_command("/usr/bin/ceph insights")
ceph_osd_dump = simple_command("/usr/bin/ceph osd dump -f json")
ceph_osd_tree = simple_command("/usr/bin/ceph osd tree -f json")
ceph_v = simple_command("/usr/bin/ceph -v")
certificates_enddate = simple_command("/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki /etc/ipa /etc/tower/tower.cert -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \; -exec echo 'FileName= {}' \;")
cgroups = simple_file("/proc/cgroups")
chkconfig = simple_command("/sbin/chkconfig --list")
chrony_conf = simple_file("/etc/chrony.conf")
chronyc_sources = simple_command("/usr/bin/chronyc sources")
cib_xml = simple_file("/var/lib/pacemaker/cib/cib.xml")
cinder_conf = first_file(['/var/lib/config-data/puppet-generated/cinder/etc/cinder/cinder.conf', '/etc/cinder/cinder.conf'])
cloud_init_custom_network = simple_file("/etc/cloud/cloud.cfg.d/99-custom-networking.cfg")
cloud_init_log = simple_file("/var/log/cloud-init.log")
cluster_conf = simple_file("/etc/cluster/cluster.conf")
cmdline = simple_file("/proc/cmdline")
cni_podman_bridge_conf = simple_file("/etc/cni/net.d/87-podman-bridge.conflist")
container_cpu_online = foreach_execute("/sys/devices/system/cpu/online", provider=running_rhel_containers())
container_cpuset_cpus = foreach_execute("/sys/fs/cgroup/cpuset/cpuset.cpus", provider=running_rhel_containers())
container_dotnet_version = foreach_execute("/usr/bin/dotnet --version", provider=running_rhel_containers())
container_installed_rpms = foreach_execute("/usr/bin/rpm -qa --qf '\{"name":"%{NAME}","epoch":"%{EPOCH}","version":"%{VERSION}","release":"%{RELEASE}","arch":"%{ARCH}","installtime":"%{INSTALLTIME:date}","buildtime":"%{BUILDTIME}","vendor":"%{VENDOR}","buildhost":"%{BUILDHOST}","sigpgp":"%{SIGPGP:pgpsig}"\}\n'", provider=running_rhel_containers())
container_mssql_api_assessment = foreach_execute("/var/opt/mssql/log/assessments/assessment-latest", provider=running_rhel_containers())
container_nginx_conf = foreach_execute("None", provider=nginx_conf())
container_nginx_error_log = foreach_execute("/var/log/nginx/error.log", provider=running_rhel_containers())
container_ps_aux = foreach_execute("/bin/ps aux", provider=running_rhel_containers())
container_redhat_release = foreach_execute("/etc/redhat-release", provider=running_rhel_containers())
container_vsftpd_conf = foreach_execute("/etc/vsftpd/vsftpd.conf", provider=running_rhel_containers())
convert2rhel_facts = simple_file("/etc/rhsm/facts/convert2rhel.facts")
corosync = simple_file("/etc/sysconfig/corosync")
corosync_cmapctl = foreach_execute("%s", provider=corosync_cmapctl_cmds())
corosync_conf = simple_file("/etc/corosync/corosync.conf")
cpu_cores = glob_file(['sys/devices/system/cpu/cpu[0-9]*/online'])
cpu_siblings = glob_file(['sys/devices/system/cpu/cpu[0-9]*/topology/thread_siblings_list'])
cpu_smt_active = simple_file("sys/devices/system/cpu/smt/active")
cpu_vulns = glob_file(['sys/devices/system/cpu/vulnerabilities/*'])
cpuinfo = simple_file("/proc/cpuinfo")
cpupower_frequency_info = simple_command("/usr/bin/cpupower -c all frequency-info")
cpuset_cpus = simple_file("/sys/fs/cgroup/cpuset/cpuset.cpus")
cron_daily_rhsmd = simple_file("/etc/cron.daily/rhsmd")
cron_foreman = simple_file("/etc/cron.d/foreman")
cron_log = simple_file("/var/log/cron")
crypto_policies_bind = simple_file("/etc/crypto-policies/back-ends/bind.config")
crypto_policies_config = simple_file("/etc/crypto-policies/config")
crypto_policies_opensshserver = simple_file("/etc/crypto-policies/back-ends/opensshserver.config")
crypto_policies_state_current = simple_file("/etc/crypto-policies/state/current")
cups_files_conf = simple_file("/etc/cups/cups-files.conf")
cupsd_conf = simple_file("/etc/cups/cupsd.conf")
current_clocksource = simple_file("/sys/devices/system/clocksource/clocksource0/current_clocksource")
date = simple_command("/bin/date")
date_utc = simple_command("/bin/date --utc")
db2ls_a_c = simple_command("/usr/local/bin/db2ls -a -c")
df__al = simple_command("/bin/df -al -x autofs")
df__alP = simple_command("/bin/df -alP -x autofs")
df__li = simple_command("/bin/df -li -x autofs")
dig_dnssec = simple_command("/usr/bin/dig +dnssec . SOA")
dig_edns = simple_command("/usr/bin/dig +edns=0 . SOA")
dig_noedns = simple_command("/usr/bin/dig +noedns . SOA")
dirsrv_errors = glob_file(['var/log/dirsrv/*/errors*'])
dm_mod_use_blk_mq = simple_file("/sys/module/dm_mod/parameters/use_blk_mq")
dmesg = simple_command("/bin/dmesg")
dmesg_log = simple_file("/var/log/dmesg")
dmidecode = simple_command("/usr/sbin/dmidecode")
dmsetup_info = simple_command("/usr/sbin/dmsetup info -C")
dmsetup_status = simple_command("/usr/sbin/dmsetup status")
dnf_conf = simple_file("/etc/dnf/dnf.conf")
dnf_module_list = simple_command("/usr/bin/dnf -C --noplugins module list")
dnf_modules = glob_file(['/etc/dnf/modules.d/*.module'])
docker_info = simple_command("/usr/bin/docker info")
docker_list_containers = simple_command("/usr/bin/docker ps --all --no-trunc")
docker_list_images = simple_command("/usr/bin/docker images --all --no-trunc --digests")
docker_storage_setup = simple_file("/etc/sysconfig/docker-storage-setup")
docker_sysconfig = simple_file("/etc/sysconfig/docker")
dotnet_version = simple_command("/usr/bin/dotnet --version")
doveconf = simple_command("/usr/bin/doveconf")
dracut_kdump_capture_service = simple_file("/usr/lib/dracut/modules.d/99kdumpbase/kdump-capture.service")
dse_ldif = glob_file(['/etc/dirsrv/*/dse.ldif'])
du_dirs = foreach_execute("/bin/du -s -k %s", provider=du_dir_list())
dumpe2fs_h = foreach_execute("/sbin/dumpe2fs -h %s", provider=dumpdev_list())
eap_json_reports = foreach_collect("%s", provider=eap_report_files())
engine_log = simple_file("/var/log/ovirt-engine/engine.log")
etc_journald_conf = simple_file("etc/systemd/journald.conf")
etc_journald_conf_d = glob_file(['etc/systemd/journald.conf.d/*.conf'])
etc_machine_id = simple_file("/etc/machine-id")
etc_udev_40_redhat_rules = first_file(['/etc/udev/rules.d/40-redhat.rules', '/run/udev/rules.d/40-redhat.rules', '/usr/lib/udev/rules.d/40-redhat.rules', '/usr/local/lib/udev/rules.d/40-redhat.rules'])
etc_udev_oracle_asm_rules = glob_file(['/etc/udev/rules.d/*asm*.rules'])
etcd_conf = simple_file("/etc/etcd/etcd.conf")
ethtool = foreach_execute("/sbin/ethtool %s", provider=interfaces())
ethtool_S = foreach_execute("/sbin/ethtool -S %s", provider=interfaces())
ethtool_T = foreach_execute("/sbin/ethtool -T %s", provider=interfaces())
ethtool_c = foreach_execute("/sbin/ethtool -c %s", provider=interfaces())
ethtool_g = foreach_execute("/sbin/ethtool -g %s", provider=interfaces())
ethtool_i = foreach_execute("/sbin/ethtool -i %s", provider=interfaces())
ethtool_k = foreach_execute("/sbin/ethtool -k %s", provider=interfaces())
falcontcl_backend = simple_command("/opt/CrowdStrike/falconctl -g --backend")
falcontcl_rfm = simple_command("/opt/CrowdStrike/falconctl -g --rfm-state")
fapolicyd_rules = glob_file(['/etc/fapolicyd/rules.d/*.rules'])
fcoeadm_i = simple_command("/usr/sbin/fcoeadm -i")
findmnt_lo_propagation = simple_command("/bin/findmnt -lo+PROPAGATION")
firewall_cmd_list_all_zones = simple_command("/usr/bin/firewall-cmd --list-all-zones")
firewalld_conf = simple_file("/etc/firewalld/firewalld.conf")
foreman_production_log = simple_file("/var/log/foreman/production.log")
fstab = simple_file("/etc/fstab")
fw_devices = simple_command("/bin/fwupdagent get-devices")
fw_security = simple_command("/bin/fwupdagent security --force")
galera_cnf = first_file(['/var/lib/config-data/puppet-generated/mysql/etc/my.cnf.d/galera.cnf', '/etc/my.cnf.d/galera.cnf'])
gcp_instance_type = simple_command("/usr/bin/curl -s -H 'Metadata-Flavor: Google' 'http://metadata.google.internal/computeMetadata/v1/instance/machine-type' --connect-timeout 5")
gcp_license_codes = simple_command("/usr/bin/curl -s -H 'Metadata-Flavor: Google' 'http://metadata.google.internal/computeMetadata/v1/instance/licenses/?recursive=True' --connect-timeout 5")
gcp_network_interfaces = simple_command("/usr/bin/curl -s -H 'Metadata-Flavor: Google' 'http://metadata/computeMetadata/v1/instance/network-interfaces/?recursive=true' --connect-timeout 5")
getcert_list = simple_command("/usr/bin/getcert list")
getconf_page_size = simple_command("/usr/bin/getconf PAGE_SIZE")
getenforce = simple_command("/usr/sbin/getenforce")
getsebool = simple_command("/usr/sbin/getsebool -a")
gluster_v_info = simple_command("/usr/sbin/gluster volume info")
greenboot_status = simple_command("/usr/libexec/greenboot/greenboot-status")
group_info = command_with_args("/usr/bin/getent group %s", provider=group_filters())
grub1_config_perms = simple_command("/bin/ls -lH /boot/grub/grub.conf")
grub2_cfg = simple_file("/boot/grub2/grub.cfg")
grub2_efi_cfg = simple_file("boot/efi/EFI/redhat/grub.cfg")
grub_conf = simple_file("/boot/grub/grub.conf")
grub_config_perms = simple_command("/bin/ls -lH /boot/grub2/grub.cfg")
grub_efi_conf = simple_file("/boot/efi/EFI/redhat/grub.conf")
grubby_default_index = simple_command("/usr/sbin/grubby --default-index")
grubby_default_kernel = simple_command("/sbin/grubby --default-kernel")
grubenv = simple_command("/usr/bin/grub2-editenv list")
haproxy_cfg = first_file(['/var/lib/config-data/puppet-generated/haproxy/etc/haproxy/haproxy.cfg', '/etc/haproxy/haproxy.cfg'])
haproxy_cfg_scl = simple_file("/etc/opt/rh/rh-haproxy18/haproxy/haproxy.cfg")
heat_conf = first_file(['/var/lib/config-data/puppet-generated/heat/etc/heat/heat.conf', '/etc/heat/heat.conf'])
hostname = simple_command("/bin/hostname -f")
hostname_default = simple_command("/bin/hostname")
hostname_short = simple_command("/bin/hostname -s")
hosts = simple_file("/etc/hosts")
hponcfg_g = simple_command("/sbin/hponcfg -g")
httpd24_httpd_error_log = simple_file("/opt/rh/httpd24/root/etc/httpd/logs/error_log")
httpd_M = foreach_execute("%s -M", provider=httpd_cmds())
httpd_V = foreach_execute("%s -V", provider=httpd_cmds())
httpd_cert_info_in_nss = foreach_execute("/usr/bin/certutil -d %s -L -n %s", provider=httpd_certificate_info_in_nss())
httpd_conf = foreach_collect("%s", provider=httpd_configuration_files())
httpd_conf_scl_httpd24 = foreach_collect("%s", provider=httpd24_scl_configuration_files())
httpd_conf_scl_jbcs_httpd24 = foreach_collect("%s", provider=httpd24_scl_jbcs_configuration_files())
httpd_error_log = simple_file("var/log/httpd/error_log")
httpd_limits = foreach_collect("/proc/%s/limits", provider=simple_command("/usr/bin/pgrep -o httpd"))
httpd_pid = simple_command("/usr/bin/pgrep -o httpd")
httpd_ssl_cert_enddate = foreach_execute("/usr/bin/openssl x509 -in %s -enddate -noout", provider=httpd_ssl_certificate_files())
ibm_fw_vernum_encoded = simple_file("/proc/device-tree/openprom/ibm,fw-vernum_encoded")
ibm_lparcfg = simple_file("/proc/powerpc/lparcfg")
ifcfg = glob_file(['/etc/sysconfig/network-scripts/ifcfg-*'])
ifcfg_static_route = glob_file(['/etc/sysconfig/network-scripts/route-*'])
imagemagick_policy = glob_file(['/etc/ImageMagick/policy.xml', '/usr/lib*/ImageMagick-6.5.4/config/policy.xml'])
init_process_cgroup = simple_file("/proc/1/cgroup")
initctl_lst = simple_command("/sbin/initctl --system list")
insights_client_conf = simple_file("/etc/insights-client/insights-client.conf")
installed_rpms = simple_command("/bin/rpm -qa --qf '\{"name":"%{NAME}","epoch":"%{EPOCH}","version":"%{VERSION}","release":"%{RELEASE}","arch":"%{ARCH}","installtime":"%{INSTALLTIME:date}","buildtime":"%{BUILDTIME}","vendor":"%{VENDOR}","buildhost":"%{BUILDHOST}","sigpgp":"%{SIGPGP:pgpsig}"\}\n'")
interrupts = simple_file("/proc/interrupts")
ip6tables = simple_command("/sbin/ip6tables-save")
ip6tables_permanent = simple_file("etc/sysconfig/ip6tables")
ip_addr = simple_command("/sbin/ip addr")
ip_addresses = simple_command("/bin/hostname -I")
ip_route_show_table_all = simple_command("/sbin/ip route show table all")
ip_s_link = simple_command("/sbin/ip -s -d link")
ipaupgrade_log = simple_file("/var/log/ipaupgrade.log")
ipcs_m = simple_command("/usr/bin/ipcs -m")
ipcs_m_p = simple_command("/usr/bin/ipcs -m -p")
ipcs_s = simple_command("/usr/bin/ipcs -s")
ipcs_s_i = foreach_execute("/usr/bin/ipcs -s -i %s", provider=semid())
ipsec_conf = simple_file("/etc/ipsec.conf")
iptables = simple_command("/sbin/iptables-save")
iptables_permanent = simple_file("etc/sysconfig/iptables")
ipv4_neigh = simple_command("/sbin/ip -4 neighbor show nud all")
ipv6_neigh = simple_command("/sbin/ip -6 neighbor show nud all")
iris_cpf = foreach_collect("%s", provider=iris_working_configuration())
iris_list = simple_command("/usr/bin/iris list")
iris_messages_log = foreach_collect("%s", provider=iris_working_messages_log())
ironic_inspector_log = first_file(['/var/log/containers/ironic-inspector/ironic-inspector.log', '/var/log/ironic-inspector/ironic-inspector.log'])
iscsiadm_m_session = simple_command("/usr/sbin/iscsiadm -m session")
jbcs_httpd24_httpd_error_log = simple_file("/opt/rh/jbcs-httpd24/root/etc/httpd/logs/error_log")
journal_header = simple_command("/usr/bin/journalctl --no-pager --header")
kdump_conf = simple_file("/etc/kdump.conf")
kernel_config = glob_file(['/boot/config-*'])
kernel_crash_kexec_post_notifiers = simple_file("/sys/module/kernel/parameters/crash_kexec_post_notifiers")
kexec_crash_size = simple_file("/sys/kernel/kexec_crash_size")
kpatch_list = simple_command("/usr/sbin/kpatch list")
krb5 = glob_file(['etc/krb5.conf', 'etc/krb5.conf.d/*'])
ksmstate = simple_file("/sys/kernel/mm/ksm/run")
lastupload = glob_file(['/etc/redhat-access-insights/.lastupload', '/etc/insights-client/.lastupload'])
libssh_client_config = simple_file("/etc/libssh/libssh_client.config")
libssh_server_config = simple_file("/etc/libssh/libssh_server.config")
libvirtd_log = simple_file("/var/log/libvirt/libvirtd.log")
limits_conf = glob_file(['/etc/security/limits.conf', '/etc/security/limits.d/*.conf'])
localtime = simple_command("/usr/bin/file -L /etc/localtime")
logrotate_conf = glob_file(['/etc/logrotate.conf', '/etc/logrotate.d/*'])
losetup = simple_command("/usr/sbin/losetup -l")
lpfc_max_luns = simple_file("/sys/module/lpfc/parameters/lpfc_max_luns")
lpstat_p = simple_command("/usr/bin/lpstat -p")
ls_R_var_lib_nova_instances = simple_command("/bin/ls -laR /var/lib/nova/instances")
ls_boot = simple_command("/bin/ls -lanR /boot")
ls_dev = simple_command("/bin/ls -lanR /dev")
ls_disk = simple_command("/bin/ls -lanR /dev/disk")
ls_edac_mc = simple_command("/bin/ls -lan /sys/devices/system/edac/mc")
ls_etc = simple_command("/bin/ls -lan /etc /etc/cloud/cloud.cfg.d /etc/nova/migration /etc/pki/ovirt-vmconsole /etc/pki/tls/certs /etc/pki/tls/private /etc/rc.d/init.d /etc/selinux/targeted/policy /etc/sysconfig /etc/watchdog.d/")
ls_etc_ssh = simple_command("/bin/ls -lanL /etc/ssh")
ls_ipa_idoverride_memberof = simple_command("/bin/ls -lan /usr/share/ipa/ui/js/plugins/idoverride-memberof")
ls_la = command_with_args("/bin/ls -la %s", provider=list_with_la())
ls_laRZ = command_with_args("/bin/ls -laRZ %s", provider=list_with_laRZ())
ls_laZ = command_with_args("/bin/ls -laZ %s", provider=list_with_laZ())
ls_la_filtered = command_with_args("/bin/ls -la %s", provider=list_with_la_filtered())
ls_lan = command_with_args("/bin/ls -lan %s", provider=list_with_lan())
ls_lanL = command_with_args("/bin/ls -lanL %s", provider=list_with_lanL())
ls_lanR = command_with_args("/bin/ls -lanR %s", provider=list_with_lanR())
ls_lanRL = command_with_args("/bin/ls -lanRl %s", provider=list_with_lanRL())
ls_lan_filtered = command_with_args("/bin/ls -lan %s", provider=list_with_lan_filtered())
ls_lib_firmware = simple_command("/bin/ls -lanR /lib/firmware")
ls_osroot = simple_command("/bin/ls -lan /")
ls_sys_firmware = simple_command("/bin/ls -lanR /sys/firmware")
ls_systemd_units = simple_command("/bin/ls -lanRL /etc/systemd /run/systemd /usr/lib/systemd /usr/local/lib/systemd /usr/local/share/systemd /usr/share/systemd")
ls_tmp = simple_command("/bin/ls -la /tmp")
ls_usr_bin = simple_command("/bin/ls -lan /usr/bin")
ls_usr_lib64 = simple_command("/bin/ls -lan /usr/lib64")
ls_var_lib_rpm = simple_command("/bin/ls -lan /var/lib/rpm")
ls_var_lib_rsyslog = simple_command("/bin/ls -lZ /var/lib/rsyslog")
ls_var_log = simple_command("/bin/ls -la /var/log /var/log/audit")
ls_var_opt_mssql = simple_command("/bin/ls -ld /var/opt/mssql")
ls_var_opt_mssql_log = simple_command("/bin/ls -la /var/opt/mssql/log")
ls_var_run = simple_command("/bin/ls -lnL /var/run")
ls_var_spool_clientmq = simple_command("/bin/ls -ln /var/spool/clientmqueue")
ls_var_spool_postfix_maildrop = simple_command("/bin/ls -ln /var/spool/postfix/maildrop")
ls_var_www = simple_command("/bin/ls -la /dev/null /var/www")
lsblk = simple_command("/bin/lsblk")
lsblk_pairs = simple_command("/bin/lsblk -P -o NAME,KNAME,MAJ:MIN,FSTYPE,MOUNTPOINT,LABEL,UUID,RA,RO,RM,MODEL,SIZE,STATE,OWNER,GROUP,MODE,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED,RQ-SIZE,TYPE,DISC-ALN,DISC-GRAN,DISC-MAX,DISC-ZERO")
lscpu = simple_command("/usr/bin/lscpu")
lsinitrd_kdump_image = command_with_args("/usr/bin/lsinitrd -k %skdump", provider=current_version())
lsmod = simple_command("/sbin/lsmod")
lsof = first_of([simple_command("/usr/bin/lsof"), simple_command("/usr/sbin/lsof")])
lspci = simple_command("/sbin/lspci -k")
lspci_vmmkn = simple_command("/sbin/lspci -vmmkn")
luksmeta = foreach_execute("/usr/bin/luksmeta show -d /dev/disk/by-uuid/%s", provider=listdir("/dev/disk/by-uuid/"))
lvm_fullreport = simple_command("/sbin/lvm fullreport -a --nolocking --reportformat json")
lvm_system_devices = simple_file("/etc/lvm/devices/system.devices")
lvmconfig = first_of([simple_command("/usr/sbin/lvmconfig --type full"), simple_command("/usr/sbin/lvm dumpconfig --type full")])
lvs_noheadings = simple_command("/sbin/lvs --nameprefixes --noheadings --separator='|' -a -o lv_name,lv_size,lv_attr,mirror_log,vg_name,devices,region_size,data_percent,metadata_percent,segtype,seg_monitor,lv_kernel_major,lv_kernel_minor --config="global{locking_type=0}"")
mac_addresses = glob_file(['/sys/class/net/*/address'])
machine_id = first_file(['etc/insights-client/machine-id', 'etc/redhat-access-insights/machine-id', 'etc/redhat_access_proactive/machine-id'])
mariadb_log = simple_file("/var/log/mariadb/mariadb.log")
max_uid = simple_command("/bin/awk -F':' '{ if($3 > max) max = $3 } END { print max }' /etc/passwd")
md5chk_files = foreach_execute("/usr/bin/md5sum %s", provider=files())
mdadm_D = command_with_args("/usr/sbin/mdadm -D %s", provider=raid_devices())
mdstat = simple_file("/proc/mdstat")
meminfo = first_file(['/proc/meminfo', '/meminfo'])
messages = simple_file("/var/log/messages")
modinfo_filtered_modules = command_with_args("modinfo %s", provider=kernel_module_filters())
modprobe = glob_file(['/etc/modprobe.conf', '/etc/modprobe.d/*.conf'])
mokutil_sbstate = simple_command("/bin/mokutil --sb-state")
mount = simple_command("/bin/mount")
mountinfo = simple_file("/proc/self/mountinfo")
mounts = simple_file("/proc/mounts")
mssql_api_assessment = simple_file("/var/opt/mssql/log/assessments/assessment-latest")
mssql_conf = simple_file("/var/opt/mssql/mssql.conf")
mssql_tls_cert_enddate = command_with_args("/usr/bin/openssl x509 -in %s -enddate -noout", provider=mssql_tls_cert_file())
multicast_querier = simple_command("/usr/bin/find /sys/devices/virtual/net/ -name multicast_querier -print -exec cat {} \;")
multipath__v4__ll = simple_command("/sbin/multipath -v4 -ll")
multipath_conf = simple_file("/etc/multipath.conf")
multipath_conf_initramfs = simple_command("/bin/lsinitrd -f /etc/multipath.conf")
mysql_log = glob_file(['/var/log/mysql/mysqld.log', '/var/log/mysql.log', '/var/opt/rh/rh-mysql*/log/mysql/mysqld.log'])
mysqladmin_vars = simple_command("/bin/mysqladmin variables")
named_checkconf_p = simple_command("/usr/sbin/named-checkconf -p")
named_conf = simple_file("/etc/named.conf")
ndctl_list_Ni = simple_command("/usr/bin/ndctl list -Ni")
netstat = simple_command("/bin/netstat -neopa")
netstat_i = simple_command("/bin/netstat -i")
netstat_s = simple_command("/bin/netstat -s")
networkmanager_conf = simple_file("/etc/NetworkManager/NetworkManager.conf")
networkmanager_dispatcher_d = glob_file(['/etc/NetworkManager/dispatcher.d/*-dhclient'])
nfnetlink_queue = simple_file("/proc/net/netfilter/nfnetlink_queue")
nfs_conf = simple_file("/etc/nfs.conf")
nfs_exports = simple_file("/etc/exports")
nfs_exports_d = glob_file(['/etc/exports.d/*.exports'])
nginx_conf = glob_file(['/etc/nginx/*.conf', '/etc/nginx/conf.d/*.conf', '/etc/nginx/default.d/*.conf', '/opt/rh/nginx*/root/etc/nginx/*.conf', '/opt/rh/nginx*/root/etc/nginx/conf.d/*.conf', '/opt/rh/nginx*/root/etc/nginx/default.d/*.conf', '/etc/opt/rh/rh-nginx*/nginx/*.conf', '/etc/opt/rh/rh-nginx*/nginx/conf.d/*.conf', '/etc/opt/rh/rh-nginx*/nginx/default.d/*.conf'])
nginx_error_log = first_of([simple_file("/var/log/nginx/error.log"), head(glob_file(['/var/opt/rh/rh-nginx*/log/nginx/error.log']))])
nginx_ssl_cert_enddate = foreach_execute("/usr/bin/openssl x509 -in %s -enddate -noout", provider=nginx_ssl_certificate_files())
nmcli_conn_show = simple_command("/usr/bin/nmcli conn show")
nmcli_dev_show = simple_command("/usr/bin/nmcli dev show")
nova_compute_log = first_file(['/var/log/containers/nova/nova-compute.log', '/var/log/nova/nova-compute.log'])
nova_conf = first_file(['/var/lib/config-data/puppet-generated/nova/etc/nova/nova.conf', '/var/lib/config-data/puppet-generated/nova_libvirt/etc/nova/nova.conf', '/etc/nova/nova.conf'])
nscd_conf = simple_file("/etc/nscd.conf")
nss_rhel7 = simple_file("/etc/pki/nss-legacy/nss-rhel7.config")
nsswitch_conf = simple_file("/etc/nsswitch.conf")
ntp_conf = simple_file("/etc/ntp.conf")
ntpq_pn = simple_command("/usr/sbin/ntpq -pn")
numa_cpus = glob_file(['/sys/devices/system/node/node[0-9]*/cpulist'])
numeric_user_group_name = simple_command("/bin/grep -c '^[[:digit:]]' /etc/passwd /etc/group")
nvme_core_io_timeout = simple_file("/sys/module/nvme_core/parameters/io_timeout")
od_cpu_dma_latency = simple_command("/usr/bin/od -An -t d /dev/cpu_dma_latency")
odbc_ini = simple_file("/etc/odbc.ini")
odbcinst_ini = simple_file("/etc/odbcinst.ini")
openshift_router_environ = foreach_collect("/proc/%s/environ", provider=simple_command("/usr/bin/pgrep -n openshift-route"))
openshift_router_pid = simple_command("/usr/bin/pgrep -n openshift-route")
os_release = simple_file("etc/os-release")
ose_master_config = simple_file("/etc/origin/master/master-config.yaml")
ose_node_config = simple_file("/etc/origin/node/node-config.yaml")
ovirt_engine_server_log = simple_file("/var/log/ovirt-engine/server.log")
ovirt_engine_ui_log = simple_file("/var/log/ovirt-engine/ui.log")
ovs_appctl_fdb_show_bridge = foreach_execute("/usr/bin/ovs-appctl fdb/show %s", provider=simple_command("/usr/bin/ovs-vsctl list-br"))
ovs_vsctl_list_br = simple_command("/usr/bin/ovs-vsctl list-br")
ovs_vsctl_list_bridge = simple_command("/usr/bin/ovs-vsctl list bridge")
ovs_vsctl_show = simple_command("/usr/bin/ovs-vsctl show")
pacemaker_log = first_file(['/var/log/pacemaker.log', '/var/log/pacemaker/pacemaker.log'])
parted__l = simple_command("/sbin/parted -l -s")
password_auth = simple_file("/etc/pam.d/password-auth")
pci_rport_target_disk_paths = simple_command("/usr/bin/find /sys/devices/ -maxdepth 10 -mindepth 9 -name stat -type f")
pcp_metrics = simple_command("/usr/bin/curl -s http://127.0.0.1:44322/metrics --connect-timeout 5")
pcp_raw_data = foreach_collect("%s", provider=pcp_raw_files())
pcs_quorum_status = simple_command("/usr/sbin/pcs quorum status")
pcs_status = simple_command("/usr/sbin/pcs status")
php_ini = first_file(['/etc/opt/rh/php73/php.ini', '/etc/opt/rh/php72/php.ini', '/etc/php.ini'])
pluginconf_d = glob_file(['/etc/yum/pluginconf.d/*.conf'])
pmlog_summary = command_with_args("/usr/bin/pmlogsummary %s", provider=pmlog_summary_args())
pmrep_metrics = simple_command("/usr/bin/pmrep -t 1s -T 1s network.interface.out.packets network.interface.collisions swap.pagesout mssql.memory_manager.stolen_server_memory mssql.memory_manager.total_server_memory -o csv")
podman_list_containers = simple_command("/usr/bin/podman ps --all --no-trunc")
postconf = simple_command("/usr/sbin/postconf")
postconf_builtin = simple_command("/usr/sbin/postconf -C builtin")
postfix_master = simple_file("/etc/postfix/master.cf")
postgresql_conf = first_file(['/var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf', '/var/lib/pgsql/data/postgresql.conf'])
postgresql_log = first_of([glob_file(['/var/opt/rh/rh-postgresql12/lib/pgsql/data/log/postgresql-*.log']), glob_file(['/var/lib/pgsql/data/pg_log/postgresql-*.log'])])
proc_keys = simple_file("/proc/keys")
proc_keyusers = simple_file("/proc/key-users")
proc_netstat = simple_file("proc/net/netstat")
proc_slabinfo = simple_file("proc/slabinfo")
proc_snmp_ipv4 = simple_file("proc/net/snmp")
proc_snmp_ipv6 = simple_file("proc/net/snmp6")
proc_stat = simple_file("proc/stat")
ps_alxwww = simple_command("/bin/ps alxwww")
ps_aux = simple_command("/bin/ps aux")
ps_auxcww = simple_command("/bin/ps auxcww")
ps_auxww = simple_command("/bin/ps auxww")
ps_ef = simple_command("/bin/ps -ef")
ps_eo = simple_command("/usr/bin/ps -eo pid,ppid,comm,nlwp")
puppet_ca_cert_expire_date = simple_command("/usr/bin/openssl x509 -in /etc/puppetlabs/puppet/ssl/ca/ca_crt.pem -enddate -noout")
pvs_noheadings = simple_command("/sbin/pvs --nameprefixes --noheadings --separator='|' -a -o pv_all,vg_name --config="global{locking_type=0}"")
qemu_xml = glob_file(['/etc/libvirt/qemu/*.xml'])
ql2xmaxlun = simple_file("/sys/module/qla2xxx/parameters/ql2xmaxlun")
ql2xmqsupport = simple_file("/sys/module/qla2xxx/parameters/ql2xmqsupport")
random_entropy_avail = simple_file("/proc/sys/kernel/random/entropy_avail")
rc_local = simple_file("/etc/rc.d/rc.local")
readlink_e_etc_mtab = simple_command("/usr/bin/readlink -e /etc/mtab")
readlink_e_shift_cert_client = simple_command("/usr/bin/readlink -e /etc/origin/node/certificates/kubelet-client-current.pem")
readlink_e_shift_cert_server = simple_command("/usr/bin/readlink -e /etc/origin/node/certificates/kubelet-server-current.pem")
redhat_release = simple_file("/etc/redhat-release")
repquota_agnpuv = simple_command("/usr/sbin/repquota -agnpuv")
resolv_conf = simple_file("/etc/resolv.conf")
rhsm_conf = simple_file("/etc/rhsm/rhsm.conf")
rhsm_katello_default_ca_cert = simple_command("/usr/bin/openssl x509 -in /etc/rhsm/ca/katello-default-ca.pem -noout -issuer")
rhsm_releasever = simple_file("/var/lib/rhsm/cache/releasever.json")
rhui_releasever = first_file(['/etc/dnf/vars/releasever', '/etc/yum/vars/releasever'])
rndc_status = simple_command("/usr/sbin/rndc status")
ros_config = simple_file("/var/lib/pcp/config/pmlogger/config.ros")
rpm_V_package = foreach_execute("/bin/rpm -V %s", provider=rpm_v_pkg_list())
rpm_V_packages = simple_command("/bin/rpm -V coreutils procps procps-ng shadow-utils passwd sudo chrony findutils glibc systemd")
rpm_ostree_status = simple_command("/usr/bin/rpm-ostree status --json")
rsyslog_conf = glob_file(['/etc/rsyslog.conf', '/etc/rsyslog.d/*.conf'])
samba = simple_file("/etc/samba/smb.conf")
sap_hana_landscape = foreach_execute("/bin/su -l %sadm -c 'python /usr/sap/%s/HDB%s/exe/python_support/landscapeHostConfiguration.py'", provider=sap_hana_sid_SID_nr())
sap_hdb_version = foreach_execute("/bin/su -l %sadm -c 'HDB version'", provider=sap_hana_sid())
saphostctl_getcimobject_sapinstance = simple_command("/usr/sap/hostctrl/exe/saphostctrl -function GetCIMObject -enuminstances SAPInstance")
satellite_compute_resources = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c 'select name, type from compute_resources' --csv")
satellite_content_hosts_count = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c 'select count(*) from hosts'")
satellite_custom_ca_chain = simple_command("/usr/bin/awk 'BEGIN { pipe="openssl x509 -noout -subject -enddate"} /^-+BEGIN CERT/,/^-+END CERT/ { print | pipe } /^-+END CERT/ { close(pipe); printf("\n")}' /etc/pki/katello/certs/katello-server-ca.crt")
satellite_custom_hiera = simple_file("/etc/foreman-installer/custom-hiera.yaml")
satellite_enabled_features = simple_command("/usr/bin/curl -sk https://localhost:9090/features --connect-timeout 5")
satellite_ignore_source_rpms_repos = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select id, name from katello_root_repositories where ignorable_content like '%srpm%' and mirroring_policy='mirror_complete'" --csv")
satellite_logs_table_size = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select pg_total_relation_size('logs') as logs_size" --csv")
satellite_provision_param_settings = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select name, value from parameters where name='package_upgrade' and reference_id in (select id from operatingsystems where name='RedHat' and major='9')" --csv")
satellite_qualified_capsules = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select name from smart_proxies where download_policy = 'background'" --csv")
satellite_qualified_katello_repos = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select id, name, url, download_policy from katello_root_repositories where download_policy = 'background' or url is NULL" --csv")
satellite_revoked_cert_count = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d candlepin -c "select count(cp_certificate.id) from cp_cert_serial inner join cp_certificate on cp_certificate.serial_id = cp_cert_serial.id where cp_cert_serial.revoked = 't'" --csv")
satellite_rhv_hosts_count = simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select count(*) from hosts where "compute_resource_id" in (select id from compute_resources where type='Foreman::Model::Ovirt')" --csv")
satellite_settings = first_of([simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select name, value, \"default\" from settings where name in ('destroy_vm_on_host_delete', 'unregister_delete_host')" --csv"), simple_command("/usr/bin/sudo -iu postgres /usr/bin/psql -d foreman -c "select name, value from settings where name in ('destroy_vm_on_host_delete', 'unregister_delete_host')" --csv")])
satellite_version_rb = simple_file("/usr/share/foreman/lib/satellite/version.rb")
satellite_yaml = simple_file("/etc/foreman-installer/scenarios.d/satellite.yaml")
scheduler = glob_file(['/sys/block/*/queue/scheduler'])
scsi = simple_file("/proc/scsi/scsi")
scsi_eh_deadline = glob_file(['/sys/class/scsi_host/host[0-9]*/eh_deadline'])
scsi_fwver = glob_file(['/sys/class/scsi_host/host[0-9]*/fwrev'])
scsi_mod_max_report_luns = simple_file("/sys/module/scsi_mod/parameters/max_report_luns")
scsi_mod_use_blk_mq = simple_file("/sys/module/scsi_mod/parameters/use_blk_mq")
sctp_asc = simple_file("/proc/net/sctp/assocs")
sctp_eps = simple_file("/proc/net/sctp/eps")
sctp_snmp = simple_file("/proc/net/sctp/snmp")
sealert = simple_command("/usr/bin/sealert -l "*"")
secure = simple_file("/var/log/secure")
selinux_config = simple_file("/etc/selinux/config")
sendmail_mc = simple_file("/etc/mail/sendmail.mc")
sestatus = simple_command("/usr/sbin/sestatus -b")
setup_named_chroot = simple_file("/usr/libexec/setup-named-chroot.sh")
smbstatus_p = simple_command("/usr/bin/smbstatus -p")
sockstat = simple_file("/proc/net/sockstat")
softnet_stat = simple_file("proc/net/softnet_stat")
software_collections_list = simple_command("/usr/bin/scl --list")
sos_conf = first_file(['/etc/sos/sos.conf', '/etc/sos.conf'])
spamassassin_channels = simple_command("/bin/grep -r '^\s*CHANNELURL=' /etc/mail/spamassassin/channel.d")
squid_cache_log = simple_file("/var/log/squid/cache.log")
ss = simple_command("/usr/sbin/ss -tupna")
ssh_config = simple_file("/etc/ssh/ssh_config")
ssh_config_d = glob_file(['/etc/ssh/ssh_config.d/*.conf'])
sshd_config = simple_file("/etc/ssh/sshd_config")
sshd_config_perms = simple_command("/bin/ls -lH /etc/ssh/sshd_config")
sshd_test_mode = simple_command("/usr/sbin/sshd -T")
sssd_config = simple_file("/etc/sssd/sssd.conf")
subscription_manager_facts = simple_command("/usr/sbin/subscription-manager facts")
subscription_manager_id = simple_command("/usr/sbin/subscription-manager identity")
subscription_manager_installed_product_ids = simple_command("/usr/bin/find /etc/pki/product-default/ /etc/pki/product/ -name '*pem' -exec rct cat-cert --no-content '{}' \;")
sudoers = glob_file(['/etc/sudoers', '/etc/sudoers.d/*'])
swift_proxy_server_conf = first_file(['/var/lib/config-data/puppet-generated/swift/etc/swift/proxy-server.conf', '/etc/swift/proxy-server.conf'])
sys_block_queue_stable_writes = glob_file(['/sys/block/*/queue/stable_writes'])
sys_vmbus_class_id = glob_file(['/sys/bus/vmbus/devices/*/class_id'])
sys_vmbus_device_id = glob_file(['/sys/bus/vmbus/devices/*/device_id'])
sysconfig_grub = simple_file("/etc/default/grub")
sysconfig_kdump = simple_file("etc/sysconfig/kdump")
sysconfig_libvirt_guests = simple_file("etc/sysconfig/libvirt-guests")
sysconfig_network = simple_file("etc/sysconfig/network")
sysconfig_nfs = simple_file("/etc/sysconfig/nfs")
sysconfig_ntpd = simple_file("/etc/sysconfig/ntpd")
sysconfig_oracleasm = simple_file("/etc/sysconfig/oracleasm")
sysconfig_prelink = simple_file("/etc/sysconfig/prelink")
sysconfig_sbd = simple_file("/etc/sysconfig/sbd")
sysconfig_sshd = simple_file("/etc/sysconfig/sshd")
sysconfig_stonith = simple_file("/etc/sysconfig/stonith")
sysctl = simple_command("/sbin/sysctl -a")
sysctl_conf = simple_file("/etc/sysctl.conf")
sysctl_d_conf_etc = glob_file(['/etc/sysctl.d/*.conf'])
sysctl_d_conf_usr = glob_file(['/usr/lib/sysctl.d/*.conf'])
systemctl_cat_rpcbind_socket = simple_command("/bin/systemctl cat rpcbind.socket")
systemctl_get_default = simple_command("/bin/systemctl get-default")
systemctl_list_unit_files = simple_command("/bin/systemctl list-unit-files")
systemctl_list_units = simple_command("/bin/systemctl list-units")
systemctl_show_all_services = simple_command("/bin/systemctl show *.service")
systemctl_show_target = simple_command("/bin/systemctl show *.target")
systemctl_status_all = simple_command("/bin/systemctl status --all")
systemd_analyze_blame = simple_command("/bin/systemd-analyze blame")
systemd_docker = simple_command("/usr/bin/systemctl cat docker.service")
systemd_logind_conf = simple_file("/etc/systemd/logind.conf")
systemd_openshift_node = simple_command("/usr/bin/systemctl cat atomic-openshift-node.service")
systemd_system_conf = simple_file("/etc/systemd/system.conf")
systemid = first_of([simple_file("/etc/sysconfig/rhn/systemid"), simple_file("/conf/rhn/sysconfig/rhn/systemid")])
teamdctl_config_dump = foreach_execute("/usr/bin/teamdctl %s config dump", provider=team_interfaces())
teamdctl_state_dump = foreach_execute("/usr/bin/teamdctl %s state dump", provider=team_interfaces())
testparm_s = simple_command("/usr/bin/testparm -s")
testparm_v_s = simple_command("/usr/bin/testparm -v -s")
thp_enabled = simple_file("/sys/kernel/mm/transparent_hugepage/enabled")
thp_use_zero_page = simple_file("/sys/kernel/mm/transparent_hugepage/use_zero_page")
timedatectl_status = simple_command("/usr/bin/timedatectl status")
tmpfilesd = glob_file(['/etc/tmpfiles.d/*.conf', '/usr/lib/tmpfiles.d/*.conf', '/run/tmpfiles.d/*.conf'])
tomcat_vdc_fallback = simple_command("/usr/bin/find /usr/share -maxdepth 1 -name 'tomcat*' -exec /bin/grep -R -s 'VirtualDirContext' --include '*.xml' '{}' +")
tuned_adm = simple_command("/usr/sbin/tuned-adm list")
udev_66_md_rules = first_file(['/etc/udev/rules.d/66-md-auto-readd.rules', '/usr/lib/udev/rules.d/66-md-auto-readd.rules'])
udev_fc_wwpn_id_rules = simple_file("/usr/lib/udev/rules.d/59-fc-wwpn-id.rules")
uname = simple_command("/usr/bin/uname -a")
up2date = simple_file("/etc/sysconfig/rhn/up2date")
up2date_log = simple_file("/var/log/up2date")
uptime = simple_command("/usr/bin/uptime")
usr_journald_conf_d = glob_file(['usr/lib/systemd/journald.conf.d/*.conf'])
vdo_status = simple_command("/usr/bin/vdo status")
vdsm_log = simple_file("var/log/vdsm/vdsm.log")
vgdisplay = simple_command("/sbin/vgdisplay")
vgs_noheadings = simple_command("/sbin/vgs --nameprefixes --noheadings --separator='|' -a -o vg_all --config="global{locking_type=0}"")
virsh_list_all = simple_command("/usr/bin/virsh --readonly list --all")
virt_what = simple_command("/usr/sbin/virt-what")
vma_ra_enabled = simple_file("/sys/kernel/mm/swap/vma_ra_enabled")
vsftpd = simple_file("/etc/pam.d/vsftpd")
vsftpd_conf = simple_file("/etc/vsftpd/vsftpd.conf")
watchdog_logs = glob_file(['/var/log/watchdog/*.std*'])
wc_proc_1_mountinfo = simple_command("/usr/bin/wc -l /proc/1/mountinfo")
x86_ibpb_enabled = simple_file("sys/kernel/debug/x86/ibpb_enabled")
x86_ibrs_enabled = simple_file("sys/kernel/debug/x86/ibrs_enabled")
x86_pti_enabled = simple_file("sys/kernel/debug/x86/pti_enabled")
x86_retp_enabled = simple_file("sys/kernel/debug/x86/retp_enabled")
xfs_info = foreach_execute("/usr/sbin/xfs_info %s", provider=xfs_mounts())
xfs_quota_state = simple_command("/sbin/xfs_quota -x -c 'state -gu'")
xinetd_conf = glob_file(['/etc/xinetd.conf', '/etc/xinetd.d/*'])
yum_conf = simple_file("/etc/yum.conf")
yum_list_available = simple_command("yum -C --noplugins list available")
yum_log = simple_file("/var/log/yum.log")
yum_repolist = simple_command("/usr/bin/yum -d 2 -C --noplugins repolist")
yum_repos_d = glob_file(['/etc/yum.repos.d/*.repo'])
zipl_conf = simple_file("/etc/zipl.conf")