jbostoen / itop-jb-software-mgmt

A different implementation of software and license management in iTop

Home Page:https://jeffreybostoen.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jb-software-mgmt

Copyright (c) 2019-2023 Jeffrey Bostoen

License Donate 🍻 ☕

Need assistance with iTop or one of its extensions?
Need custom development?
Please get in touch to discuss the terms: info@jeffreybostoen.be / https://jeffreybostoen.be

What?

A different implementation of software and license management.

This aims to replace the regular iTop Software Catalog and Software instances. It will NOT remove the data by default; but it will make old info invisible for the users.

The idea is to implement better software management:

  • the software name could be something generic ("MS Office") or a bit more specific ("MS Office 2019")
  • more detailed version info could be set on the software instance
  • licenses could be linked to users, devices and/or software instance
    • this covers downgrade rights, as you can now link for example a "Windows Server 2019 Standard" license to both "Windows Server 2019 Standard" and "Windows Server 2016 Standard"
    • this covers usage rights, such as "Windows Server User CAL"

Caution: influences all the classes listed below. Except for FunctionalCI, they all get ( original) appended to their class name (label) in iTop.

  • FunctionalCI

    • replaces Software list (AttributeLinkedSet): SoftwareInstance -> izSoftwareInstallation
    • replaces neighbour "SoftwareInstance" with izSoftwareInstallation
  • DatabaseSchema

  • Patch

    • OSPatch
    • SoftwarePatch
  • SoftwareInstance

    • DBServer
    • Middleware
    • OtherSoftware
    • PCSoftware
    • WebServer
  • WebApplication

Cookbook

XML:

  • new classes
  • replacing existing fields/relationships

Todo

  • DatabaseSchema => original DBServer
  • Izsoftwareinstallation => parent 'FunctionalCI'

About

A different implementation of software and license management in iTop

https://jeffreybostoen.be


Languages

Language:PHP 100.0%