Top-Aktivitäten
Sehen Sie hier, wer zu den aktivsten Mitgliedern der aktuellen Woche zählt:
# wget http://sourceforge.net/projects/nagios/files/nagios-3.x/nagios-3.2.0/nagios-3.2.0.tar.gz # wget http://sourceforge.net/projects/nagiosplug/files/nagiosplug/1.4.14/nagios-plugins-1.4.14.tar.gz # adduser -m nagios # passwd //belebig// # groupadd nagiossys # usermod -a -G nagiossys nagios # usermod -a -G nagiossys apache# mkdir /usr/local/nagios# tar xvzf nagios-3.2.0.tar.gz# ./configure --with-command-group=nagiossys # make all # make install # make install-init # make install-config # make install-commandmode # make install-webconf# tar xvzf nagios-plugins-1.4.14.tar.gz # cd nagios-plugins-1.4.14 #./configure # make # make install# /etc/init.d/nagios start / stopp / restart# /usr/local/nagios/etc/..# /usr/local/nagios/bin/nagios –v /usr/local/nagios/etc/nagios.cfg | more # define host { # use z.B.: OS -server # host_name Name # alias z.B.: Funktion (Bsp.: Intranet Server) # address I.P. Adresse # hostgroups Name Hostgruppe # }# define hostgroup { # hostgroup_name Name # alias Name # members Clientname (DNS o. IP) # }# define service { # use local- /generic-service # host_name Clientname # service_description z.B.: Checkname (Bsp.: PING) # check_command check_xxxx!checkwerte # } check_http für Webserver check_ssh für SSH Check check_ping für Host Alive Check check_nrpe für NRPE Checks z.B.: check_load je nach definition beim Client# /etc/nagios/…Allowed_host=DNS Name oder IP des Nagios Servers command[check_name]=/usr/lib/nagios/plugins/check_name -werte



wget http://sourceforge.net/projects/nagios/files/nagios-3.x/nagios-3.2.0/nagios-3.2.0.tar.gz/download wget http://sourceforge.net/projects/nagiosplug/files/nagiosplug/1.4.14/nagios-plugins-1.4.14.tar.gz/download
