user2841324
user2841324

Reputation: 11

How do I find out which version of Sensu I am using on linux box?

Is there a command I can type in linux that will show the current version of Sensu that is installed?

Upvotes: 1

Views: 3678

Answers (2)

APZ
APZ

Reputation: 354

You haven't mentioned how you installed it or on what kind of OS you are so this might be a very general answer.

In CentOS/RHEL family OS you can use yum info sensu provided that you used yum to install it.

In Ubuntu you can use dpkg -s | grep <pkg_name>

Upvotes: 1

Eleanor Kelly
Eleanor Kelly

Reputation: 41

dpkg -s sensu worked for me (linux, used apt-get to install)

Upvotes: 4

Related Questions