#list installed packages
mkp list

#see details of a package, you will see things like version / author
mkp show <package name>

#see files of a package
mkp list <package name>
>> this will show up python files and more

#package info file, here you can change version number
~/var/check_mk/packages/<package name>

for example: set version to 1.1
>> line: 'version': '1.1',


#to build a new package run the pack command, put before make sure to be in directory ~/var/check_mk/packages_local
mkp pack <package name>

computer2know :: thank you for your visit :: have a nice day :: © 2024