shinken-solutions / shinken

Flexible and scalable monitoring framework
http://www.shinken-monitoring.org
GNU Affero General Public License v3.0
1.13k stars 336 forks source link

check shinken version #1858

Open Hinnack opened 8 years ago

Hinnack commented 8 years ago

it would be nice to have a check command to test the version of shinken and all its plugins for updates especially if one did not use a package manager like aptitude to install it.

hvad commented 8 years ago

Hi,

You can use cli like that shinken —version.

Best regard

David Hannequin

Le 26 juin 2016 à 18:41, Hinnack notifications@github.com a écrit :

it would be nice to have a check command to test the version of shinken and all its plugins for updates especially if one did not use a package manager like aptitude to install it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/naparuba/shinken/issues/1858, or mute the thread https://github.com/notifications/unsubscribe/AAwrYEFh0_vhRA4xpup16b8wOMACSbfsks5qPquegaJpZM4I-lxa.

Hinnack commented 8 years ago

but that only gives the installed version. I installed shinken using pip. I now could do (in I prior installed yolk): yolk -U shinken to check for a new shinken version - but plugins are not listed in a pip freeze so how can I check, if they are outdated?