-
Notifications
You must be signed in to change notification settings - Fork 7
Error-running-scanner #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @sean12345-1 thanks for the report. Can you share your orb-agent logs? Regarding Diode plugin, the ingestion logs page was removed in V1.0. The current way to keep track of that is to look into diode-reconciler container logs ; |
Hello @leoparente I have attached the logs. |
After some review I am going to assume that my issue is with the diode-sdk-go. I installed it I think though there isn't a straight forward guide on how to set this up. |
Hi @sean12345-1 the issue is happening when you ran the network discovery which is a wrapper over nmap. Can you share your |
Hello @leoparente the following is the podman run and the agent.yaml file. podman run --net=host -v /opt/orb:/opt/orb/ -e DIODE_CLIENT_ID=my-agent-003-4fd353635ab6ba57 -e DIODE_CLIENT_SECRET= netboxlabs/orb-agent:develop run -c /opt/orb/orb/agent.yaml orb: config_manager:
backends:
policies:
|
hi @sean12345-1 your command and config seem correct. Based on the logs, nmap is exiting:
what you can try to check what may be happening is to access the container and try to run directly the nmap to see if it works or have same behavior inside the container:
|
@leoparente thank you for all your assistance after I looked into the container and resolved the nmap access issue the ip discovery worked just fine besides making the ip /32 when it isn't. I see there is another thread on that. |
hi @sean12345-1 great! We will be working on a feature to no apply /32 everytime. we can do the follow up on that in the other ticket #111. I will close this one for now. |
The issue is when the heart beat starts the logs state that it is running scanner and then immediately in the next line states there was an error running the scanner. I have built this all new over the past two weeks with Netbox-Docker and the diode server. There is however another thing I noticed there is no Ingestion-logs showing on the netbox web page. There is however the settings and a way to create clients which I tested them with the ORB agent and it authenticated correctly.
The text was updated successfully, but these errors were encountered: