|
6 | 6 | # https://www.linuxfabrik.ch/
|
7 | 7 | # License: The Unlicense, see LICENSE file.
|
8 | 8 |
|
9 |
| -# https://nagios-plugins.org/doc/guidelines.html |
| 9 | +# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md |
10 | 10 |
|
11 | 11 |
|
12 | 12 | __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
|
13 |
| -__version__ = '2020021901' |
| 13 | +__version__ = '2020032501' |
14 | 14 |
|
15 | 15 | DESCRIPTION = 'Checks the ownership (owner and group, both have to be names) of a list of files.'
|
16 | 16 |
|
17 | 17 | command = 'stat {path}'
|
18 | 18 |
|
19 | 19 | 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/ |
21 | 28 | graylog:graylog,/etc/graylog/certs
|
22 | 29 | hnet:hnet,/var/hnet
|
23 | 30 | ldap:ldap,/var/run/openldap
|
|
0 commit comments