#36 Update modules/system-administrators-guide/pages/monitoring-and-automation/System_Monitoring_Tools.adoc
Merged 4 years ago by pbokoc. Opened 4 years ago by andrewponomarenko.
fedora-docs/ andrewponomarenko/system-administrators-guide master  into  master

@@ -1,4 +1,3 @@ 

- 

  :experimental:

  include::{partialsdir}/entities.adoc[]

  
@@ -778,6 +777,26 @@ 

  

  For a complete list of available command line options, refer to the *lscpu*(1) manual page.

  

+ [[s2-sysinfo-hardware-hw-probe]]

+ === Using the Hardware probe

+ indexterm:[hw-probe]

+ The [command]#hw-probe# command allows you to list all hardware devices, perform sanity tests for some of them and submit result to the [https://github.com/linuxhw hardware database]. To do so, type the following at a shell prompt:

+ 

+ [subs="quotes, macros"]

+ ----

+ [command]#hw-probe -all -upload#

+ ----

+ 

+ For example:

+ 

+ ----

+ ~]$ hw-probe -all -upload

+ Probe for hardware ... Ok

+ Reading logs ... Ok

+ Uploaded to DB, Thank you!

+ Probe URL: https://linux-hardware.org/?probe=c84b37d646

+ ----

+ 

  [[sect-System_Monitoring_Tools-Net-SNMP]]

  == Monitoring Performance with Net-SNMP

  

Add hw-probe to monitoring tools

Pull-Request has been merged by pbokoc

4 years ago