From ab93967568fc05c8d517894ab065c72c98df9eaf Mon Sep 17 00:00:00 2001 From: Huanhuan Li Date: Fri, 5 Jan 2024 10:52:23 +0800 Subject: [PATCH] Add spec "/var/log/candlepin/candlepin.log" back Signed-off-by: Huanhuan Li --- insights/specs/default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/insights/specs/default.py b/insights/specs/default.py index 84106aca61..96d4892076 100644 --- a/insights/specs/default.py +++ b/insights/specs/default.py @@ -127,6 +127,7 @@ class DefaultSpecs(Specs): bootc_status = simple_command("/usr/bin/bootc status --json") buddyinfo = simple_file("/proc/buddyinfo") brctl_show = simple_command("/usr/sbin/brctl show") + 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"])