188
edits
Line 58: | Line 58: | ||
== OpenWRT Package: nrpe == | == Access to remote hosts == | ||
Icinga can use various methods to monitor remote hosts, NRPE, SNMP, etc. | |||
=== IMCP === | |||
The ping service; for determining if the host is reachable | |||
=== SNMP === | |||
We will probably start off with simple SNMP monitoring. It return very basic info but it does not require too much setup on the remote hosts. | |||
=== OpenWRT Package: nrpe === | |||
NRPE requires a daemon running on the remote host and a number of mostly bash scripts for specialized info. Bash scripts can be developed to read disk stats, memory usage, etc. There are about 30 scripts which come with NRPE. | |||
<pre> | <pre> | ||
Package: nrpe | Package: nrpe |