rhsm-compliance-icon(8) - Linux man page
Name
rhsm-compliance-icon - Periodically checks installed products against active subscriptions to check for compliance.Synopsis
rhsm-compliance-iconDescription
On X systems (so, systems with a GUI interface), a compliance daemon runs every 4 hours to check the currently installed software against the allocated subscriptions. If software is installed with expired subscriptions or no available subscription, then the daemon triggers an icon and warning message to display in the start menu bar.
rhsm-compliance-icon only runs on X-based systems. Servers which do not have a GUI interface do not run or require the
rhsm-compliance-icon daemon.
Options
- -c, --check-period
- Sets the interval to use between checks for compliance. The value is in seconds.
- -f, --force-icon=TYPE
- Manually displays the given type of icon in the start menu. The TYPE can be warning or expired and uses a different icon for each type of message.
- -d, --debug
- Shows debug messages for the daemon.
Usage
There are two reasons to invoke rhsm-compliance-icon manually:- * To run the daemon on a new schedule (immediately or with a different frequency)
- * To view the compliance icons or messages regardless of the compliance state of the machine
Since X runs the daemon automatically and on schedule, it is not necessary normally to run the compliance daemon. Administrators can run it to view any immediate changes to the compliance of the system. For example:
rhsm-compliance-icon --check-period 120If you just want to know what the different compliance messages look like, then use the --force-icon option.
rhsm-compliance-icon --force-icon=warning rhsm-compliance-icon --force-icon=expired