Red Hat Satellite 6 reporting engine - System currency report
This post describe how generate the “System currency” report in Red Hat Satellite 6.
System currency report is a report existing in Satellite 5 but it isn’t included in Satellite 6. Below there is a description this report from Satellite 5 documentation
System Currency report which lists registered systems ordered by score. The score is determined by the totals of the errata relevant to the systems. A specific weighted score per category per errata adds to the total score where the default weight awards critical security errata with the heaviest weight and enhancement errata with the lowest. The report can be used to prioritize maintenance actions on the systems registered to the Satellite.
In Red Hat Satellite 6.5 has been introduced a new feature named “Reporting engine”, allows to Satellite users to create reports that can be exported in different formats.
Below there is an example of the output of the Satellite 6 system currency reports:
Organization
Host
Critical
Important
Moderate
Low
Bugfix
Enhancement
Score
ACME
dhcp-server-01
6
102
103
28
794
144
4492
ACME
dhcp-server-02
6
102
104
28
790
143
4491
ACME
database-01
7
84
52
5
296
41
2637
ACME
application-01
3
55
16
3
114
19
1363
ACME
satellite6
0
0
0
0
0
0
0
In the box below there is the code to generate this report, the code can be also downloaded here:
Two input variable named “Hosts filter” and “Errata filter” must be added to this report from Satellite Web UI in order to correct receive the input from the users.
This post describe a GitHub Actions workflow that allow to create new post on a Jekyll web site contained in a GitHub repository using the issue editor of Gi...
Elasticsearch is a near real-time search server based on Lucene. It allows to create a distributed full-text search engine. It’s an opensource software devel...