Seguo semplici passaggi dalle guide di tutto il Web:
a) aggiungere un utente a Nagios tramite comando htpasswd htpasswd.users username
b) nel file cgi.cfg aggiungi questo utente alle righe:
authorized_for_system_information=nagiosadmin, username
authorized_for_configuration_information=nagiosadmin, username
authorized_for_system_commands=nagiosadmin, username
authorized_for_all_services=nagiosadmin, username
authorized_for_all_hosts=nagiosadmin, username
authorized_for_all_service_commands=nagiosadmin, username
authorized_for_all_host_commands=nagiosadmin, username
c) riavviare il servizio nagios3, anche riavviare il servizio apache2
ma quando provo a elencare qualsiasi cosa dall'interfaccia web di nagios mi dà ancora questo fastidioso messaggio:
It appears as though you do not have permission to view information for any of the services you requested...
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file.
Dove potrebbe essere un problema per favore?
authorized_for
linee, ad esauthorized_for_all_hosts=nagiosadmin,username
. Dubito che sia questo il problema, ma tutte le mie configurazioni NAGIOS funzionanti sono prive di spazio.