Difference between revisions of "Nagios"
From Wasya Wiki
(Created page with " ==== Setup Client ==== apt-get install -y nagios-plugins nagios-nrpe-server") |
|||
Line 2: | Line 2: | ||
==== Setup Client ==== | ==== Setup Client ==== | ||
apt-get install -y nagios-plugins nagios-nrpe-server | apt-get install -y nagios-plugins nagios-nrpe-server | ||
+ | |||
+ | |||
+ | ==== Change password ==== | ||
+ | htpasswd -c -b /etc/nagios/htpasswd.users nagiosadmin admin |
Revision as of 17:54, 21 October 2015
Setup Client
apt-get install -y nagios-plugins nagios-nrpe-server
Change password
htpasswd -c -b /etc/nagios/htpasswd.users nagiosadmin admin