Skip to content

Commit a64d2a7

Browse files
committed
fixed #67
1 parent 83cc5c9 commit a64d2a7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

file-ownership/file-ownership

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,25 @@
66
# https://www.linuxfabrik.ch/
77
# License: The Unlicense, see LICENSE file.
88

9-
# https://nagios-plugins.org/doc/guidelines.html
9+
# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
1010

1111

1212
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
13-
__version__ = '2020021901'
13+
__version__ = '2020032501'
1414

1515
DESCRIPTION = 'Checks the ownership (owner and group, both have to be names) of a list of files.'
1616

1717
command = 'stat {path}'
1818

1919
DEFAULT_FILES = '''apache:apache,/usr/share/httpd/.cache
20-
apache:apache,/usr/share/httpd/.config
20+
apache:apache,/usr/share/httpd/.cache/dconf/
21+
apache:apache,/usr/share/httpd/.config/
22+
apache:apache,/usr/share/httpd/.config/libreoffice/4/user/config/soffice.cfg/modules/StartModule/menubar/
23+
apache:apache,/usr/share/httpd/.config/libreoffice/4/user/config/soffice.cfg/modules/StartModule/popupmenu/
24+
apache:apache,/usr/share/httpd/.config/libreoffice/4/user/config/soffice.cfg/modules/StartModule/statusbar/
25+
apache:apache,/usr/share/httpd/.config/libreoffice/4/user/config/soffice.cfg/modules/StartModule/toolbar/
26+
apache:apache,/usr/share/httpd/.config/libreoffice/4/user/extensions/
27+
apache:apache,/usr/share/httpd/.config/libreoffice/4/user/psprint/
2128
graylog:graylog,/etc/graylog/certs
2229
hnet:hnet,/var/hnet
2330
ldap:ldap,/var/run/openldap

0 commit comments

Comments
 (0)