Setup Pandora FMS - CPNV-ES-MAS3-X/Pandora-Containerization GitHub Wiki
Pandora FMS Installation
#VM Hardware Configuration
Memory : 8GB
Processors : 2
HDD : 100 GB
Network : NAT
#OS
- Ubuntu Server 22.04
#Network - Manual
- IP : 10.10.0.123
- Mask : 255.255.255.0 /24
- Gateway : 10.0.0.2
- DNS : 10.0.0.2
#Hostname
- pandorafms
#Root PSW
- Pa$$w0rd
#New User
- cpnv
#CPNV PSW
- Pa$$w0rd
#Softwares added within the installation
- SSH Server
- Standart System Utilities
Once the install is complete
#login as CPNV
#Up to root
su -
#install sudo
apt install sudo -y
#met le user cpnv dans sudo
usermod -aG sudo cpnv
#exit root
exit
#exit cpnv
exit
With the cpnv user
# General Update
sudo apt-get update -y
Install Pandora FMS
Use the modified script at V1.301
Output
Update to 774
Issue - Non persistent Disks - MON 1
#Solution
sudo blkid
/dev/nvme1n1:
UUID="7e99f398-a605-4acd-9e50-2841b1f1331b" BLOCK_SIZE="4096" TYPE="ext4"
/etc/fstab
UUID="7e99f398-a605-4acd-9e50-2841b1f1331b" /mnt/sdb ext4 defaults,nofail,discard 0 0
# Check disk size at least 10 Gb free space
execute_cmd "[ $(df -BM /dev/nvme1n1 | tail -1 | awk '{print $4}' | tr -d M) -gt 9000 ]"
Once the install is done, Public and Local IP’s are displayed