You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
`Approved for open-source release via C21099 / C22007 as rhelhostinfo v1.x, authored by Skip McGee`
2
2
3
-
# Abstract:
3
+
##Abstract:
4
4
<pre>
5
5
rhelhostinfo v1.X adds some functionality to the existing rhelhostinfo project by enumerating host configuration information and
6
6
identifying changes over time. It provides a framework that allows organizations to modify the application
@@ -11,7 +11,7 @@ conduct limited packet capture and identify relevant network information. It use
11
11
to enumerate security-relevant information about the host and the surrounding network and report relevant changes.
12
12
</pre>
13
13
14
-
# Objective
14
+
##Objective
15
15
<pre>
16
16
rhelhostinfo primarily provides passive host inventory and change detection via the --checkconfig option
17
17
and active host inventory and change detection on an IPv4 /24 network segment via the --scan option.
@@ -23,7 +23,7 @@ tailoring to needs and desires as appropriate. Finally, the data generated by th
23
23
to an enterprise log server for parsing, alerting, reporting and display.
24
24
</pre>
25
25
26
-
# Requirements
26
+
##Requirements
27
27
<pre>
28
28
1. The syslog client (rsyslog / syslog-ng) is configured and functional on your RHEL host
29
29
2. If use of the openscap functionality is desired, use the openscap guide at:
@@ -35,7 +35,7 @@ Substitute in your organization's name for the profile variables in app/openscap
35
35
36
36
## Useage:
37
37
1. Use the latest rpm artifact to the [workflow](https://github.com/lanl/rhelhostinfo/actions/workflows/rpmbuild.yml) or fork this repo and build your own rpm!
0 commit comments