CMK 2.0.0 - All Net Sensor Issue

Hi!

I updated to 2.0.0 on debian 9.

I only get the Response

[special_allnet_ip_sensoric] Version: unknown, OS: unknown, execution time 0.1 sec

In the Agent Response i find

<<<allnet_ip_sensoric:sep(59)>>>

But the xml/sensordata.xml gets more data!

Any Idea?

Best Regards,
David

In case someone else also have this Issue - the agent_allnet_ip_sensoric.py missing the decode on the
contents = handle.read()
so in line 72:
sys.stdout.write(contents.decode() + '\n')
as in line 78
for line in contents.decode().splitlines():

then it works.

Hello,
where can i find the config file ?

best regards,
Patrick

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.