Category Archives: nagios

Add D Driver or more

add a new service with name “D:\ Drive Space” and pass the D drive to the -l parameter of check_nt command as shown below. So, the check_command should be check_nt!USEDDISKSPACE! -l {drive-letter-to-be-monitored} -w 80 -c 90 define service{ use generic-service … Continue reading

Posted in nagios | Comments Off on Add D Driver or more

change password for nagios

htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

Posted in nagios | Comments Off on change password for nagios

recheck nagios if working

/usr/local/nagios/etc/ vi nagios.cfg to modify then after finish and run link below /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Posted in nagios | Comments Off on recheck nagios if working

create nagios WEB user

htpasswd -s -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

Posted in nagios | Comments Off on create nagios WEB user

nagios upgrade

Steps to Upgrade Nagios There are 2 ways of Backing up Nagios Taking a snapshot via vSphere (VMware) if it’s a VM. Follow the backup process defined below Backup Nagios Config and Plugins before proceeding The upgrade process wont overwrite … Continue reading

Posted in nagios | Comments Off on nagios upgrade