Difference between revisions of "Decentralized Monitoring with Nagios"
(Created page with "You can use the plugin Nagios-NRPE to monitor your hosts and servers through your Nagios or Icinga monitoring system in a decentral way. <pre>apt-get install nagios-nrpe-serv...") |
|||
Line 1: | Line 1: | ||
You can use the plugin Nagios-NRPE to monitor your hosts and servers through your Nagios or Icinga monitoring system in a decentral way. | You can use the plugin Nagios-NRPE to monitor your hosts and servers through your Nagios or Icinga monitoring system in a decentral way. | ||
<pre>apt-get install nagios-nrpe-server</pre> | <pre>apt-get install nagios-nrpe-server</pre> | ||
+ | Note: Please check that these two packages (monitoring-plugins-basic and monitoring-plugins-common) are also installed through this command. | ||
Please add the server IPs that can access your decentral monitoring plugin and the check plugins (commands) in this config file: | Please add the server IPs that can access your decentral monitoring plugin and the check plugins (commands) in this config file: |
Revision as of 19:43, 23 March 2020
You can use the plugin Nagios-NRPE to monitor your hosts and servers through your Nagios or Icinga monitoring system in a decentral way.
apt-get install nagios-nrpe-server
Note: Please check that these two packages (monitoring-plugins-basic and monitoring-plugins-common) are also installed through this command.
Please add the server IPs that can access your decentral monitoring plugin and the check plugins (commands) in this config file:
/etc/nagios/nrpe.cfg
You can also adjust other settings. Default port is 5666.