]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/log
cephmetrics.git
8 years agoosd/rgw : write the elapsed time of get_stats to it's log file
Paul Cuzner [Mon, 26 Jun 2017 05:13:23 +0000 (17:13 +1200)]
osd/rgw : write the elapsed time of get_stats to it's log file

8 years agomon: updated for logging and additional metrics collected for rbd and osd hosts
Paul Cuzner [Mon, 26 Jun 2017 05:12:23 +0000 (17:12 +1200)]
mon: updated for logging and additional metrics collected for rbd and osd hosts

collector class now scans the cluster to determine the count of RBDs. Each monitor
will pick a discrete set of pools to scan, so the overall load is shared across monitors.

In addition, since the osd tree command is used to determine the up/down state of
the OSDs, the same output is used to determine the number of osd hosts in the
configuration. Prior to this change the determination was inferred through a
graphite query.

8 years agocephmetrics: Use a default value type for graphite, and assign default logging
Paul Cuzner [Mon, 26 Jun 2017 05:07:50 +0000 (17:07 +1200)]
cephmetrics: Use a default value type for graphite, and assign default logging

Before this change, if a variable was defined in a class but NOT defined in it's attributes
the collector would fail. With this change a default of gauge is assigned.

In addition, a default logging level is set for all the collectors, if not specified by LogLevel
in the collectd.conf plugin

8 years agobase/common: updated to include basic logging per module
Paul Cuzner [Mon, 26 Jun 2017 05:04:02 +0000 (17:04 +1200)]
base/common: updated to include basic logging per module

The base class now creates a logging object, allowing the collectors
to log lower level debug and info messages outside of the collectd log

8 years agoINSTALL: steps updated to reflect the additional plugin now used on at-a-glance
Paul Cuzner [Mon, 26 Jun 2017 05:02:21 +0000 (17:02 +1200)]
INSTALL: steps updated to reflect the additional plugin now used on at-a-glance

at-a-glance now uses a pie-chart (plugin from grafana labs) to show the pg status