mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 18:33:45 +01:00
path to nrpe changed to /usr/lib64/nagios/plugins
This commit is contained in:
parent
99af5fa904
commit
0143aa55fe
@ -20,7 +20,7 @@ use strict;
|
|||||||
|
|
||||||
|
|
||||||
# PATH to check_nrpe
|
# PATH to check_nrpe
|
||||||
my $nrpepath = '/nagios/libexec/check_nrpe';
|
my $nrpepath = '/usr/lib64/nagios/plugins/check_nrpe';
|
||||||
|
|
||||||
|
|
||||||
# Create the Nagios plugin object
|
# Create the Nagios plugin object
|
||||||
|
Loading…
Reference in New Issue
Block a user