6 # Switch between installed Nagios Themes
13 echo "classicui: enable ClassicUI"
14 echo "exfoliation: enable Exfoliation Theme"
17 if [ "$2" == "classicui" ];then
18 ln -sfn ..
/..
/..
/..
/..
/share
/nagios
/htdocs
/themes
/$2/stylesheets
$OMD_ROOT/local
/share
/nagios
/htdocs
/theme
/stylesheets
19 ln -sfn ..
/..
/..
/..
/..
/share
/nagios
/htdocs
/themes
/$2/images
$OMD_ROOT/local
/share
/nagios
/htdocs
/theme
/images
21 elif [ "$2" == "exfoliation" ];then
22 ln -sfn ..
/..
/..
/..
/..
/share
/nagios
/htdocs
/themes
/$2/stylesheets
$OMD_ROOT/local
/share
/nagios
/htdocs
/theme
/stylesheets
23 ln -sfn ..
/..
/..
/..
/..
/share
/nagios
/htdocs
/themes
/$2/images
$OMD_ROOT/local
/share
/nagios
/htdocs
/theme
/images
27 [ "$CONFIG_CORE" = "nagios" ]