Manual
#282
Replies: 4 comments 3 replies
-
What sort of findings would you like to add to the system ?
…On Tue, Feb 22, 2022 at 2:43 AM AbacusQ ***@***.***> wrote:
Is there any possibility to manually add findings? Or is this solution
100% automatically?
—
Reply to this email directly, view it on GitHub
<#282>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK6V6BNRGY6AR4XJXT7NYDU4NSDNANCNFSM5PA7TL6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there any way to change console port? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for response,
When I replace left part of “:” sign in docker-compose.yml to desired port (8123) it does not work at all. I would really appreciate if you could send me example.
Thank you in advance,
respectfully,
Rijad
… On 21 Jun 2022, at 14:28, Ramanan Ravikumar ***@***.***> wrote:
Yes, you can change here <https://github.com/deepfence/ThreatMapper/blob/master/deployment-scripts/docker-compose.yml#L224> and here <https://github.com/deepfence/ThreatMapper/blob/master/deployment-scripts/start-agent.sh#L13>
—
Reply to this email directly, view it on GitHub <#282 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AVSUAV4BJG5CJTDK76AFNB3VQGYNNANCNFSM5PA7TL6Q>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello,
When I repeat same process I get Bad Gateway/dial tcp 127.0.0.1:8080: connect: connection refused error.
Thank you in advance,
Rijad
… On 21 Jun 2022, at 15:01, Ramanan Ravikumar ***@***.***> wrote:
# Management console
env MGMT_CONSOLE_PORT=4443 docker-compose -f docker-compose.yml up -d
# Agent sensors
# Install tagged release 1.3.1
docker run -dit --cpus=".2" --name=deepfence-agent --restart on-failure --pid=host --net=host \
--privileged=true -v /sys/kernel/debug:/sys/kernel/debug:rw -v /var/log/fenced \
-v /var/run/docker.sock:/var/run/docker.sock -v /:/fenced/mnt/host/:ro \
-e USER_DEFINED_TAGS="" -e MGMT_CONSOLE_URL="---CONSOLE-IP---" -e MGMT_CONSOLE_PORT="4443" \
-e DEEPFENCE_KEY="---DEEPFENCE-API-KEY---" \
deepfenceio/deepfence_agent_ce:1.3.1
—
Reply to this email directly, view it on GitHub <#282 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AVSUAV4GRZVJAUFT2ARSMKTVQG4KDANCNFSM5PA7TL6Q>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any possibility to manually add findings? Or is this solution 100% automatically?
Beta Was this translation helpful? Give feedback.
All reactions