Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@bdealey
Favorites0
Views
Projects0
Need to change all "==" to "=". Once that was done, and ALL paramaters where specified, it worked well
Reviewed 14 years ago
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.
Reviewed 11 years ago