With OES2018 based on SLES12sp2, the /etc/issue file pulseway uses to check Linux OS release now states "MicroFocus Open Enterprise Server " instead of "SUSE Linux Enterprise Server" like previous OES releases. Please add the below to your linux built in scripts for detecting MicroFocus/Suse based os
With OES2018 based on SLES12sp2, the /etc/issue file pulseway uses to check Linux OS release now states "MicroFocus Open Enterprise Server " instead of "SUSE Linux Enterprise Server" like previous OES releases. Please add the below to your linux built in scripts for detecting MicroFocus/Suse based os
detect_os "MicroFocus" && echo "Found MicroFocus" && zypper_update && return