on
dns
technitium
ubuntu
- Get link
- X
- Other Apps
1. Install nagios 4 and apache2 packages with snmp support.
sudo apt-get install nagios4 nagios-plugins-contrib nagios-snmp-plugins snmp-mibs-downloader apache2
2. Enable apache2's cgi module.
sudo a2enmod cgi
3. Restart both nagios and apache2 service.
sudo systemctl restart apache2
sudo systemctl restart nagios4
Comments