Nagios: Difference between revisions

Content added Content deleted
Line 80: Line 80:
= NRPE =
= NRPE =


Installation On CentOS Server:
== Monitoring CentOS Client ==

Installation on Client:
{{verify}}
{{verify}}
yum install openssl nagios-nrpe-server nagios-plugins nagios-plugins-basic nagios-plugins-standard
yum install openssl nagios-nrpe-server nagios-plugins nagios-plugins-basic nagios-plugins-standard
Line 89: Line 91:
Check Config File:
Check Config File:
egrep -v '^#|^$' /etc/nagios/nrpe.cfg
egrep -v '^#|^$' /etc/nagios/nrpe.cfg



Edit Config File:
Edit Config File:
Line 102: Line 103:
check_nrpe -H 192.168.1.11
check_nrpe -H 192.168.1.11
NRPE v2.15
NRPE v2.15

== Monitoring Ubuntu Client ==
{{UC}}

== Configuration ==