1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-09-29 00:43:45 +02:00

Added info about bug in RHCS for RHEL 5

This commit is contained in:
Denis GERMAIN 2016-12-04 12:21:56 +01:00
parent 77be9cb42d
commit fbd1392ca7

View File

@ -21,6 +21,14 @@
#</clustat> #</clustat>
# #
# Frank Clements <frank @ sixthtoe.net> # Frank Clements <frank @ sixthtoe.net>
#
# INFO : In RHEL 5, there is a bug in clustat preventing non-root users to use
# clustat. See https://bugzilla.redhat.com/show_bug.cgi?id=531273
# You might need to use setuid on clustat to change this if rgmanager cannot be
# upgraded to 3.0.7+
# $chown root:nagios /usr/sbin/clustat
# $chmod u+s /usr/sbin/clustat
import xml.dom.minidom import xml.dom.minidom
import os import os