#!/omd/sites/scrolller/etc/apache/php-wrapper $val) { if(isset($_SERVER["CONFIG_".$key])) { if($_SERVER["CONFIG_".$key] == $val) { print "

OMD: $key not available

Service '".$key."' is not running. Run omd start ".strtolower($key)." to start."; } else { print "

OMD: $key not enabled

Service '".$key."' is disabled. Run omd config set ".$key." ".$val." to enable."; } } } ?>