hey,
have an weird problem, some of my checkm instances are able to pick up informations, some wont show anything
when runniny manual over shell i get the following errors:
Traceback (most recent call last):
File "/opt/omd/sites/fpi/local/share/check_mk/agents/special/./agent_ilo", line 347, in <module>
get_information(REDFISHOBJ)
File "/opt/omd/sites/fpi/local/share/check_mk/agents/special/./agent_ilo", line 94, in get_information
ilogen, iloversion, prefix, res_dir = get_gen(redfishobj)
File "/opt/omd/sites/fpi/local/share/check_mk/agents/special/./agent_ilo", line 83, in get_gen
if ilogen.split(' ')[-1] == "CM":
AttributeError: 'NoneType' object has no attribute 'split'
hey, have an weird problem, some of my checkm instances are able to pick up informations, some wont show anything when runniny manual over shell i get the following errors:
Any ideas?