mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-24 11:23:47 +01:00
Added info about bug in RHCS for RHEL 5
This commit is contained in:
parent
77be9cb42d
commit
fbd1392ca7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user