@@ -70,18 +70,18 @@ It will also create a inventory of all components of a system.
7070
7171R.I.P. IPMI
7272
73- Version: 1.11.0 (2025-02-21 )
73+ Version: 1.11.1 (2025-05-24 )
7474
7575mandatory arguments:
76- -H, --host HOST define the host to request. To change the port just
76+ -H HOST , --host HOST define the host to request. To change the port just
7777 add ':portnumber' to this parameter
7878
7979authentication arguments:
80- -u, --username USERNAME
80+ -u USERNAME , --username USERNAME
8181 the login user name
82- -p, --password PASSWORD
82+ -p PASSWORD , --password PASSWORD
8383 the login password
84- -f, --authfile AUTHFILE
84+ -f AUTHFILE , --authfile AUTHFILE
8585 authentication file with user name and password
8686 --sessionfile SESSIONFILE
8787 define name of session file
@@ -94,18 +94,18 @@ authentication arguments:
9494
9595optional arguments:
9696 -h, --help show this help message and exit
97- -w, --warning WARNING
97+ -w WARNING , --warning WARNING
9898 set warning value
99- -c, --critical CRITICAL
99+ -c CRITICAL , --critical CRITICAL
100100 set critical value
101101 -v, --verbose this will add all https requests and responses to
102102 output, also adds inventory source data to all
103103 inventory objects
104104 -d, --detailed always print detailed result
105- -m, --max MAX set maximum of returned items for --sel or --mel
106- -r, --retries RETRIES
105+ -m MAX , --max MAX set maximum of returned items for --sel or --mel
106+ -r RETRIES , --retries RETRIES
107107 set number of maximum retries (default: 3)
108- -t, --timeout TIMEOUT
108+ -t TIMEOUT , --timeout TIMEOUT
109109 set number of request timeout per try/retry (default:
110110 7)
111111 --log_exclude LOG_EXCLUDE
0 commit comments