OS Management
Summary
osms-agent not working correctlyContent
Hi all,
I'm not sure what is causing this problem:
/var/log/osms-agent/agent.log
File "agent/linux/osms_agent.py", line 345, in check
File "agent/linux/osms_agent.py", line 161, in run_cmd
Exception: Command: ['osms', '--log-level', 'INFO', 'register', '--server-url', 'http://127.0.0.1:9003/XMLRPC'] failed (1): stderr: b'' stdout: b'Command failed: <ProtocolError for http://127.0.0.1:9003/XMLRPC: 403 403 Client Error: Forbidden>\n'
and in /var/log/osms-agent/osms.log
Traceback (most recent call last):
File "/usr/share/osms-agent/osms/cli.py", line 213, in main
args.func(args)
File "/usr/sbin/osms", line 78, in register
system_id = server.registration.new_system(auth_dict)