< Home - < Back

shinken


Information about the package, shinken, which is shipped with common Linux distributions. The shinken package is designed for, Python Monitoring tool.


Package Name:

shinken

Summary:

Python Monitoring tool

Description:

Shinken is a new monitoring tool written in Python. The main goal of Shinken is to allow users to have a fully flexible architecture for their monitoring system that can easily scale to large environments. Shinken also provide interfaces with NDODB and Merlin database, Livestatus connector Shinken does not include any human interfaces.

Architecture:

noarch

Version:

2.4.3

Release:

3.el6

Size:

7.2 M

Repository:

epel

From Repository:

Licence:

AGPLv3+



Handy Yum Commands for shinken


Control the shinken package with the following handy commands outlined below.


Command

Description of Command

yum install shinken

This command will install shinken on the server.

yum remove shinken

This command will un-install shinken on the server. When you run this command, you will be asked if you are sure that you want to remove shinken, so you have to manually confirm that you want to do this.

yum -y remove shinken

This command will un-install shinken on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove shinken when using the -y flag.

yum update shinken

This command will update shinken to the latest version. When you run this command, you will be asked if you are sure that you want to remove shinken, so you have to manually confirm that you want to do this.

yum -y update shinken

This command will update shinken to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove shinken when using the -y flag.

yum info shinken

This command will show you core information about the shinken package.

yum deplist shinken

This command will show you the dependencies for shinken. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update shinken

This command will check if there is an update waiting on shinken. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.