Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
bdealey
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.
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.