Step by Step
==================
[1] apt-get install -y autoconf gcc libc6 make wget unzip apache2 apache2-utils php libgd-dev
[2] apt-get install openssl libssl-dev
[3] wget -O nagioscore.tar.gz https://github.com/NagiosEnterprises/...
[4] tar xzf nagioscore.tar.gz
[5] ./configure --with-httpd-conf=/etc/apache2/sites-enabled
[6] make all
[7] sudo -l
[8] make install-groups-users usermod -a -G nagios www-data
[9] make install
[10] make install-daemoninit
[11] make install-commandmode
[12] make install-config
[13] make install-webconf
[14] a2enmod rewrite
[15] a2enmod cgi
[16] apt-get install -y iptables-persistent
[17] iptables -I INPUT -p tcp --destination-port 80 -j ACCEPT
[18] htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
[19] systemctl restart apache2.service
[20] systemctl start nagios.service
[21] akses url http://IPSERVER/nagios
INSTALL PLUGIN
=======================
[1]
apt-get install -y autoconf gcc libc6 libmcrypt-dev make libssl-dev wget bc gawk dc build-essential snmp libnet-snmp-perl gettext
[2]
cd /tmp
wget --no-check-certificate -O nagios-plugins.tar.gz https://github.com/nagios-plugins/nag...
tar zxf nagios-plugins.tar.gz
[3]
cd /tmp/nagios-plugins-release-2.3.3/
./tools/setup
./configure
make
make install
Watch video Tutorial Install Nagios di Debian 11 Server online without registration, duration hours minute second in high quality. This video was added by user ElmiraKom Vision 08 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 194 once and liked it 3 people.