Nagios monitoring

From Ever changing code
Revision as of 14:03, 2 February 2014 by Pio2pio (talk | contribs) (Created page with "Installation Nagios on EC2 Ami instance and monitor a generic host on Internet. =Installation= Install Nagios core package sudo yum install nagios Install plugins. Without th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installation Nagios on EC2 Ami instance and monitor a generic host on Internet.

Installation

Install Nagios core package

sudo yum install nagios

Install plugins. Without the plugins you will not be able to monitor even localhost.

sudo yum install nagios nagios-plugins-all

Install SNMP

yum install net-snmp-utils net-snmp

Adding host to monitor