/sat6-traces

Script to list Red Hat Satellite 6 hosts with services that need restarting

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

sat6-traces

List all Red Hat Satellite 6 hosts with services that need restarting

What the script does

Gets the number of services needing restarting for all hosts registered to Satellite.

Service details are generated by Tracer. Refer to Satellite 6.3 Feature Overview: Tracer for details on enabling Tracer on hosts.

Requirements

Tested from RHEL 7.5 against Satellite 6.3.2.

Usage

./sat6-traces.py

Example Output

system_id,name,traces
2,host.example.com,20

Configuration file

Server, username and password are loaded from a Hammer CLI configuration file. The default path for the configuration file is ~/.hammer/cli_config.yml.

./sat6-traces.py [-f path/to/config.yml]