Bug 859557

Summary: Change Interval to Frequency in CLI (rhsmcertd --cert-interval & --heal-interval) to match rhsm.conf
Product: Red Hat Enterprise Linux 7 Reporter: Matt Reid <mreid>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED DUPLICATE QA Contact: Entitlement Bugs <entitlement-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: jsefler, wpoteat
Target Milestone: beta   
Target Release: 7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-19 20:07:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 863175    

Description Matt Reid 2012-09-21 20:25:07 UTC
Description of problem:
If you edit rhsm.conf, under [rhsmcertd] it lists:
# Frequency of certificate refresh (in minutes)
certFrequency = 240
# Frequency of autoheal check (1440 min = 1 day):
healFrequency = 1440

but if you try to alter these using rhsmcertd from the CLI, the commands you must use are different, instead of frequency, they are interval.

# rhsmcertd --heal-interval=240
# rhsmcertd --cert-interval=60

I think these should be consistent, right now if they try to move from temporarily modifying rhsmcertd using rhsmcertd in the CLI, to changing the conf file, the commands look different, even though its all the same stuff in the same tool (rhsmcertd).

It sounded like changing the -- commands used in the cli would be easier than updating the conf file, but however we can get these in line works for me.

Version-Release number of selected component (if applicable):
sub-man 1.0.17-1

Comment 2 William Poteat 2013-02-19 20:07:49 UTC

*** This bug has been marked as a duplicate of bug 882459 ***