aptitude install nagios4 nagios-nrpe-plugin
Po instalacji wystakuje błąd apache2
apache2_reload: Your configuration is broken. Not reloading Apache 2 apache2_reload: AH00526: Syntax error on line 37 of /etc/apache2/conf-enabled/nagios4-cgi.conf: apache2_reload: Invalid command 'AuthDigestDomain', perhaps misspelled or defined by a module not included in the server configuration
trzeba aktywować 2 modułu apache2 do poprawnego działania:
a2enmod auth_digest a2enmod authz_groupfile service apache2 restart
żeby się loga dystrybucji wyświetlały
cp /usr/share/nagios/htdocs/images/logos/base /usr/share/nagios4/htdocs/images/logos/
Logotypy dla ubuntu
wget https://blog.napraw.to/images/nagios_ubuntu_logos.zip unzip nagios_ubuntu_logos.zip mv ubuntu.* /usr/share/nagios4/htdocs/images/logos
Zobacz całość