]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/log
cephmetrics.git
8 years agoINSTALL info doc update
Paul Cuzner [Mon, 19 Jun 2017 04:44:24 +0000 (16:44 +1200)]
INSTALL info doc update

Removed some of the initial issues recorded, since they have been
resolved or worked around.

8 years agoadded osd-state information
Paul Cuzner [Mon, 19 Jun 2017 04:10:09 +0000 (16:10 +1200)]
added osd-state information

The mon collector now includes the status of osd's in it's output
(where 0 = up, 1 = down). To use this additional info, the at-a-glance
and backend-storage dashboards have been updated.

at-a-glance now includes a link from the OSD's 'down' value to the
backend storage dashboard

backend-storage dashboard includes an osd down table - which basically
shows osd's with a status of > 0

8 years agoat-a-glance - mon reporting now uses status panel, not singlestat
Paul Cuzner [Sun, 18 Jun 2017 23:36:27 +0000 (11:36 +1200)]
at-a-glance - mon reporting now uses status panel, not singlestat

Status Panel allows the mon's to be shown as a total/in quorum and down. In
addition, the panel uses a threshold and goes amber if a mon is down.

8 years agodashUpdater - refactoring and startup options added
Paul Cuzner [Sun, 18 Jun 2017 22:08:23 +0000 (10:08 +1200)]
dashUpdater - refactoring and startup options added

Multiple changes
- refactored code
- added argparse to provide runtime options
- adding logging module to provide more debug information
- added checks to confirm grafana port is available before attempting to fetch dashboards
- issue a return code back to the calling shell