Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ nagios-nrpe-check_glusterfs
===========================

Fork of Mark Ruys' check_glusterfs from http://exchange.nagios.org/directory/Plugins/System-Metrics/File-System/GlusterFS-checks/details

Hint: If you receive the error message that utils.sh is missing, you should check if the script is existing on your system and in the same folder as the check.

On Debian 7, the command
ln -s /usr/lib/nagios/plugins/utils.sh utils.sh
will help.

An alternative would be to edit the check and adapt the line ". $PROGPATH/utils.sh" according to your needs.