Logoj0ke.net Open Build Service > Projects > server:monitoring > check_mk > permissions.mk-livestatus
Sign Up | Log In

File permissions.mk-livestatus of Package check_mk

x
 
1
# Please uncomment the needed permissions for the directory
2
# where the livestatus socket will be created.
3
#
4
# Afterwards the files below will be adapted after a mk-livestatus
5
# update via 
6
#             'SuSEconfig --module permissions'
7
# or (on newer openSUSE distributions without SuSEconfig):
8
#             'chkstat --system --set'
9
#
10
# automatically. 
11
#
12
# Note: You may check/set the following variable in /etc/sysconfg/security
13
#       to allow SuSEconfig to correct the file permissions: 
14
#       CHECK_PERMISSIONS="set"
15
#
16
# Icinga settings
17
# /var/spool/check_mk       icinga:icingacmd    2755
18
# /var/spool/check_mk/livestatus.cmd    icinga:icingacmd    660
19
# Nagios settings
20
# /var/spool/check_mk       nagios:nagcmd       2755
21
# /var/spool/check_mk/livestatus.cmd    nagios:nagcmd   660
22