Minimum Server Requirements
Ubuntu 22.04
8GB RAM
I3 8th Generation
Storage 1TB SSD (According to your backup logs)
Before installation of TeamOB Syslog, install the following modules
Logrotate
Syslog-ng
Installation
Download the zip file
Unzip the download zip file
Open terminal and navigate folder where you extracted
Type "sudo chmod +x install.sh"
sudo ./install.sh it asks for activation code
Enter your activation code
Create TeamOB Syslog Service
Open terminal
Enter sudo nano /etc/systemd/system/teamob.service
Copy following lines and paste in terminal
[Unit]
Description=TeamOB meraki logs
After=network.target
[Service]
WorkingDirectory=/usr/TeamOBSyslog/
ExecStart=/usr/TeamOBSyslog/logger
Restart=always
[Install]
WantedBy=multi-user.target
Press ctrl + o then press enter key and ctrl + x
Run following commands
sudo service teamob start
sudo systemctl reload daemon-tools