Hello, When I use this script check_snmp_ilo4.py i always receives an unknown as a output asking to put ps, fan and drives. If i put the 3 together receives the following:
Traceback (most recent call last):
File "/usr/local/bin/test.py", line 113, in
ilo.process_temperature_sensors(helper, sess)
File "/usr/local/lib/python3.6/site-packages/health_monitoring_plugins/ilo.py", line
443, in process_temperature_sensors
temp_sensor_value, '', ":" + temp_sensor_threshold, "", "",
TypeError: must be str, not bytes
If I put only one or two paremeters receives the following:
Unknown - Amount of power supplies must be specified (--ps)
Hello, When I use this script check_snmp_ilo4.py i always receives an unknown as a output asking to put ps, fan and drives. If i put the 3 together receives the following:
Traceback (most recent call last): File "/usr/local/bin/test.py", line 113, in
ilo.process_temperature_sensors(helper, sess)
File "/usr/local/lib/python3.6/site-packages/health_monitoring_plugins/ilo.py", line
443, in process_temperature_sensors
temp_sensor_value, '', ":" + temp_sensor_threshold, "", "",
TypeError: must be str, not bytes
If I put only one or two paremeters receives the following:
Unknown - Amount of power supplies must be specified (--ps)
Thanks in advanced