Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

bdealey

Reviews(2)
bybdealey, June 17, 2014
This script did not work for me on SLES 11 SP3.

Had to change line 493 from
if (( "$release" eq "10.2" ) || ("$dist" eq "SLE") ){
to
if (( "$release" eq "10.2" ) || ("$dist" eq "SLE10") ){

I think SLE10 could be any string other then SLE, but needed to make sure the flow went down the ELSE path.

Works great now.
bybdealey, August 26, 2011
2 of 2 people found this review helpful
check_file_count
Need to change all "==" to "=". Once that was done, and ALL paramaters where specified, it worked well