-1

installed nagios nrpe into remote machine from ubuntu repository

sudo apt-get install nagios-nrpe-server

and plugins as

sudo apt-get install nagios-plugins-basic nagios-plugins nagios-plugins-extra

but in /usr/lib/nagios/plugins location check_nrpe is missing.

How to get that plugin into this location. And i m really new to this nagios

MadHatter
  • 79,770
  • 20
  • 184
  • 232
sivashanmugam
  • 37
  • 2
  • 6

1 Answers1

4

At least on Debian (may be the same for Ubuntu) you need the nagios-nrpe-plugin package. Install that, too.

Nathan C
  • 15,059
  • 4
  • 43
  • 62