Skip to main content

Nagios Core

Nagios Core

Nagios Core on Raspberry Pi 2.

Reset nagiosadmin password

Search for htpasswd.users file and look for account name inside which is nagiosadmin as default, then run command to reset password.

htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin
Nagios: reset password of nagiosadmin account

Popular posts from this blog

GitHub CLI

GitHub CLI brings GitHub to your terminal. Free and open source. Official website: https://cli.github.com

GCP: Google Cloud Shell

Google Cloud Shell is a tool for managing resources hosted on Google Cloud Platform! The machine comes pre-installed with the Google Cloud SDK and other popular developer tools.