Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
icinga
:
production
>
check_mk
> check_mk-rpmlintrc
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File check_mk-rpmlintrc of Package check_mk
# ignore some small duplicate files in the webroot and avoid to # add FollowSymlinks in the apache config instead addFilter("files-duplicate.*/usr/share/check_mk/web/htdocs/.*"); # the mentioned README files are hints on how to check different Operating Systems addFilter("non-linux-readme.*/usr/share/doc/packages/check_mk/agents/README.*"); # the mentioned files are for M$ based computers, so ignore the # warning in this case addFilter("wrong-file-end-of-line-encoding.*/usr/share/doc/packages/check_mk/windows/nslookup_local_check_example/nslookup.vbs"); addFilter("wrong-file-end-of-line-encoding.*/usr/share/doc/packages/check_mk/windows/counters.ini"); addFilter("wrong-file-end-of-line-encoding.*/usr/share/doc/packages/check_mk/windows/nslookup_local_check_example/.*bat"); addFilter("script-without-shebang.*/usr/share/check_mk/agents/windows/endless.bat"); addFilter("wrong-script-end-of-line-encoding.*/usr/share/check_mk/agents/windows/endless.bat"); # as check_mk is currently not scheduled for direct inclusion into openSUSE, just ignore the warning setBadness("permissions-unauthorized-file", 100); addFilter("permissions-unauthorized-file.*/etc/permissions.d/mk-livestatus");