ceph-nagios-plugins icon indicating copy to clipboard operation
ceph-nagios-plugins copied to clipboard

Nagios plugins for Ceph

Results 13 ceph-nagios-plugins issues
Sort by recently updated
recently updated
newest added

Hi, I have an error from nagios server when i try to use "check_ceph_mon" plugin or another one. For the moment, only the check_ceph_health plugin is working fine. The issue...

Modify health plugin to report all warning and critical states in all cases ... so that both critical and lesser states are always shown.

Avoids `TypeError: cannot use a string pattern on a bytes-like object` when executing `re.findall()`. `Popen.communicate()` returns bytes if the streams weren't opened in text mode, which is not the case...

This PR adds cephadm support for: - check_ceph_df - check_ceph_mgr - check_ceph_mon - check_ceph_osd - check_ceph_osd_db - check_ceph_osd_df - check_ceph_rgw It is implemented following https://github.com/ceph/ceph-nagios-plugins/pull/68 so thanks go to WarriorXK...

Trying to use the `check_ceph_health` script I hit an issue: the keyring is not passed to the `cephadm` container that runs the `ceph` command. I do not know how this...

Update the README text with current versions of plugin usage texts and add one for `check_ceph_osd_db` and add the completely missing `check_ceph_osd_df`.

I believe most distros moved to Python 3 as Python 2 is no longer supported. It would be great to drop Python 2 support and i.e. fix shebangs to `#!/usr/bin/env...

Removed unnecessary parentheses for Python 3, fixed regex variable import, and added a loop to the print statements to properly format the aggregate OSD states. The findall regex function of...

I've just upgraded our Proxmox cluster to 6.2 including the upgrade from Ceph Luminous to Nautilus. All other checks (check_ceph_health, check_ceph_mon, check_ceph_df) still work as expected but check_ceph_osd is refusing...