lib -> lib64

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-18 20:42:10 +00:00
parent 10c4c85a53
commit 84f5005104
9 changed files with 11 additions and 11 deletions

View file

@ -50,7 +50,7 @@ CRITICAL)
echo -n "Restarting rsyslog service (3rd soft critical state)..."
# Call the init script to restart the rsyslog server
echo "#fedora-noc $hostalias - Attempting to reload rsyslog. $servicedesc is $servicestate (2nd check)" | /usr/bin/nc -w 1 value01 5050
/usr/lib/nagios/plugins/check_nrpe -H $remotehost -c service_rsyslog_reload
/usr/lib64/nagios/plugins/check_nrpe -H $remotehost -c service_rsyslog_reload
;;
esac
;;
@ -64,7 +64,7 @@ CRITICAL)
echo -n "Restarting rsyslog service..."
echo "#fedora-noc $hostalias - Attempting to restart rsyslog. $servicedesc is $servicestate" | /usr/bin/nc -w 1 value01 5050
# Call the init script to restart the HTTPD server
/usr/lib/nagios/plugins/check_nrpe -H $remotehost -c service_rsyslog_restart
/usr/lib64/nagios/plugins/check_nrpe -H $remotehost -c service_rsyslog_restart
;;
esac
;;