...
Recommended Hardware Requirements: | Minimum Hardware Requirements: |
---|---|
CPU 2 cores | CPU 2 cores |
RAM 32 GB | RAM 16 GB |
Hard Disk 70 - 100 GB | Hard Disk 50 - 70 GB |
Root 50 GB | Root 50 GB |
Required Softwares :
...
Linux |
---|
...
Windows/Mac |
---|
...
Docker | Docker for Desktop |
docker compose | |
Python3 | |
pip | |
wget | |
curl |
...
zip |
Alternatively , you can run below script to setup the prerequisites (Linux only) , so to do this download the file execute following commands.
...
Download the attached Setup-Prerequisites-V3.0.zip file to your linux machine and execute the bellow commands.
View file | ||
---|---|---|
|
...
|
Code Block |
---|
unzip Setup-Prerequisites-V3.0.zip cd Setup-Prerequisites-V3.0 chmod +x Setup-Prerequisites-V3.0.sh |
...
./Setup-Prerequisites-V3.0.sh |
Note:
RAM consumption can vary depending on the cron frequency and response payload
Currently CRON is set to every 2 hours to pull the data from connected tools.
...
FAQ
VM Space Tips (Optional)
Docker by default uses the space from /root dir directory to store the docker imagesrelated date, in case /root dir directory is low on space the default docker dir directory can be changed to any other dir directory having enough space by following the below steps:
Initial Setup:
Code Block |
---|
mkdir -p /etc/systemd/system/docker.service.d |
...
vi /etc/systemd/system/docker.service.d/docker. |
...
conf |
Add following into above file, but prior to that please check the storage driver used by your server by running :docker info |grep "Storage Driver" and put the output i.e.. "overlay or devicemapper" in below content
...
If Docker is already setup :
Move content Move contents of folder /var/lib/docker to new dir preferred directory to copy the old images:
Code Block |
---|
mv /var/lib/docker <new app dir> |
...
vi /etc/systemd/system/docker.service.d/docker.conf |
Add following into above file, but prior to that please check the storage driver used by your server by running :docker info |grep "Storage Driver" and put the output i.e.. "overlay or devicemapper" in below content
...