You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,11 @@ nagios-nrpe-check_glusterfs
2
2
===========================
3
3
4
4
Fork of Mark Ruys' check_glusterfs from http://exchange.nagios.org/directory/Plugins/System-Metrics/File-System/GlusterFS-checks/details
5
+
6
+
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.
7
+
8
+
On Debian 7, the command
9
+
ln -s /usr/lib/nagios/plugins/utils.sh utils.sh
10
+
will help.
11
+
12
+
An alternative would be to edit the check and adapt the line ". $PROGPATH/utils.sh" according to your needs.
0 commit comments