@@ -17,12 +17,12 @@ using [netbox-sync](https://github.com/bb-Ricardo/netbox-sync).
1717### RedHat based OS
1818* on RedHat/CentOS you need to install python3.6 and pip from EPEL first
1919* on RedHat/CentOS 8 systems the package name changed to ` python3-pip `
20- ```
20+ ``` bash
2121yum install python36-pip
2222```
2323
2424* download and install plugin
25- ```
25+ ``` bash
2626cd /usr/lib64/nagios/plugins/
2727git clone https://github.com/bb-Ricardo/check_redfish.git
2828cd check_redfish
@@ -31,13 +31,13 @@ pip3 install -r requirements.txt || pip install -r requirements.txt
3131
3232### Install on any OS with python3.6+ pip
3333Install with pip from git
34- ```
34+ ``` bash
3535pip install git+https://github.com/bb-Ricardo/check_redfish
3636
3737```
3838
3939Install with pip from git into virtual environment
40- ```
40+ ``` bash
4141python3 -m venv /opt/check_redfish
4242/opt/check_redfish/bin/pip install git+https://github.com/bb-Ricardo/check_redfish
4343mkdir -p /usr/lib64/nagios/plugins/check_redfish/
@@ -70,7 +70,7 @@ It will also create a inventory of all components of a system.
7070
7171R.I.P. IPMI
7272
73- Version: 1.12.0 (2025-07-30 )
73+ Version: 1.12.1 (2025-08-07 )
7474
7575mandatory arguments:
7676 -H HOST, --host HOST define the host to request. To change the port just
@@ -182,7 +182,7 @@ password=readonlysecret
182182these two environment vars will be checked
183183* CHECK_REDFISH_USERNAME
184184* CHECK_REDFISH_PASSWORD
185- ```
185+ ``` bash
186186export CHECK_REDFISH_USERNAME=icinga
187187export CHECK_REDFISH_PASSWORD=readonlysecret
188188```
@@ -325,7 +325,7 @@ suggestions for changes/improvements then please create a GitHub issue.
325325
326326
327327### Example of power supply inventory (``` --power --inventory ``` )
328- ```
328+ ``` json
329329{
330330 "inventory" : {
331331 "chassi" : [],
0 commit comments