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

git for Windows: notes from the field

Git for Windows

VMware Workstation: vmrun.exe

Using vmrun.exe to manage VMs on VMware Workstation

Windows command: icacls

Icacls is a command-line utility that can be used to display or modify discretionary access control lists (DACLs) on specified files, and apply stored DACLs to files in specified directories.