Ubuntu-Versions in "monitor_tools.inc.php"

Discussion in 'Installation/Configuration' started by PP2000, Feb 10, 2024.

  1. PP2000

    PP2000 New Member

    Hello @all,
    might it be possible to add the newer Ubunt Version-Strings to the monitor_tools.inc.php (at Line 90)
    case "23.10":
    $relname = "(Mantic Minotaur)";
    $distconfid = 'ubuntu2310';
    break;
    case "23.04":
    $relname = "(Lunar Lobster)";
    $distconfid = 'ubuntu2304';
    break;
    case "22.10":
    $relname = "(Kinetic Kodu)";
    $distconfid = 'ubuntu2210';
    break;

    This would be great.
    Best regards

    PP
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    We do not support those releases. ISPConfig only supports Ubuntu's LTS releases.
     
    ahrasis likes this.
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Like @Th0m mentioned, ISPConfig supports LTS releases only, as Ubuntu itself sees the versions between LTS versions as Desktop and not server releases. So, we will add Ubuntu 24.04 there as soon as support for it is added in ISPConfig.
     

Share This Page