< Home - < Back

carbonate


Information about the package, carbonate, which is shipped with common Linux distributions. The carbonate package is designed for, Utilities for managing graphite clusters.


Package Name:

carbonate

Summary:

Utilities for managing graphite clusters

Description:

Graphite clusters are pretty cool. Here are some primitive tools to help you manage your graphite clusters. All of the tools support two common arguments; the path to a config file, and the name of the cluster. Using these tools alongside a config file that describes your graphite clusters you can build up scripts to manage your metrics. Some of the tools could easily be replaced with one-liners in shell, but exist here for convenience and readability. The goal is to provide fast, predictable utilities that can easily be composed into more advanced tooling.

Architecture:

noarch

Version:

0.2.2

Release:

1.el6

Size:

30 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for carbonate


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


Command

Description of Command

yum install carbonate

This command will install carbonate on the server.

yum remove carbonate

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

yum -y remove carbonate

This command will un-install carbonate 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 carbonate when using the -y flag.

yum update carbonate

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

yum -y update carbonate

This command will update carbonate 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 carbonate when using the -y flag.

yum info carbonate

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

yum deplist carbonate

This command will show you the dependencies for carbonate. 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 carbonate

This command will check if there is an update waiting on carbonate. 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.