explanation made more clear

This commit is contained in:
Willy 2023-10-24 02:28:35 -04:00
parent e2a7b32961
commit e7e54d3cd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# chassis_intru_scanner
This minimal script will poll the status of the chassis intrusion of a physical server using the ```ipmitool sdr list``` command. If the chassis is found to be intruded upon, it will trigger a user-defined command or script. Using Systemd is recommended.
Minimal script that will poll the status of the chassis intrusion by reading the output of the ```ipmitool sdr list``` command. It checks for a value of 0x01, which means that the chassis has been intruded. If the chassis is found to be intruded upon, it will trigger a user-defined command or script. Using Systemd is recommended.
## Tested On: