# ceph-nagios-plugin **Repository Path**: mirrors_Ceph/ceph-nagios-plugin ## Basic Information - **Project Name**: ceph-nagios-plugin - **Description**: A Nagios plugin that checks the health of a ceph cluster. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================== Ceph Nagios Plugin ================== Description ----------- This plugin checks the health of a ceph cluster. Usage ---- The plugin usage is given in the source code as the following:: Usage: check_ceph [-m|--mon] [-k|--key] -m, --mon=ADDRESS[,ADDRESS,ADDRESS] IP address(es) of ceph monitors -k, --key=string secret key to access the ceph cluster -h, --help Print detailed help screen Nagios Plugins -------------- You can read about Nagios plugin development here: http://nagiosplug.sourceforge.net/developer-guidelines.html In particular, you will likely be interested in learning about `plugin output `_.