mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Update permissions in the spec file.
This commit is contained in:
parent
77dfa05d29
commit
d827d470e8
@ -9,12 +9,12 @@ The recommended way of installing these standard plugins is to use your
|
|||||||
distribution's package manager. For your convenience here is a list of package
|
distribution's package manager. For your convenience here is a list of package
|
||||||
names for some of the more popular operating systems/distributions:
|
names for some of the more popular operating systems/distributions:
|
||||||
|
|
||||||
OS/Distribution | Package Name | Installation Path
|
OS/Distribution | Package Name | Installation Path
|
||||||
----------------|----------------|---------------------------
|
-----------------------|--------------------|---------------------------
|
||||||
RHEL/CentOS | nagios-plugins | /usr/lib/nagios/plugins
|
RHEL/CentOS (EPEL) | nagios-plugins-all | /usr/lib/nagios/plugins or /usr/lib64/nagios/plugins
|
||||||
Debian | nagios-plugins | /usr/lib/nagios/plugins
|
Debian | nagios-plugins | /usr/lib/nagios/plugins
|
||||||
FreeBSD | nagios-plugins | /usr/local/libexec/nagios
|
FreeBSD | nagios-plugins | /usr/local/libexec/nagios
|
||||||
OS X (MacPorts) | nagios-plugins | /opt/local/libexec
|
OS X (MacPorts) | nagios-plugins | /opt/local/libexec
|
||||||
|
|
||||||
Depending on which directory your plugins are installed into you may need to
|
Depending on which directory your plugins are installed into you may need to
|
||||||
update the `plugindir` macro in your Icinga 2 configuration. This macro is used
|
update the `plugindir` macro in your Icinga 2 configuration. This macro is used
|
||||||
|
@ -200,11 +200,11 @@ fi
|
|||||||
%exclude %{_datadir}/%{name}/itl
|
%exclude %{_datadir}/%{name}/itl
|
||||||
%{_mandir}/man8/%{name}.8.gz
|
%{_mandir}/man8/%{name}.8.gz
|
||||||
|
|
||||||
%attr(0750,%{icinga_user},%{icinga_group}) %{_localstatedir}/cache/%{name}
|
%attr(0751,%{icinga_user},%{icinga_group}) %{_localstatedir}/cache/%{name}
|
||||||
%attr(0750,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/log/%{name}
|
%attr(0751,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/log/%{name}
|
||||||
%attr(0750,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/log/%{name}/compat
|
%attr(0751,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/log/%{name}/compat
|
||||||
%attr(0750,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/log/%{name}/compat/archives
|
%attr(0751,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/log/%{name}/compat/archives
|
||||||
%attr(0750,%{icinga_user},%{icinga_group}) %{_localstatedir}/run/%{name}
|
%attr(0751,%{icinga_user},%{icinga_group}) %{_localstatedir}/run/%{name}
|
||||||
%attr(0750,%{icinga_user},%{icinga_group}) %{_localstatedir}/lib/%{name}
|
%attr(0750,%{icinga_user},%{icinga_group}) %{_localstatedir}/lib/%{name}
|
||||||
|
|
||||||
%attr(2755,%{icinga_user},%{icingacmd_group}) %{_localstatedir}/run/icinga2/cmd
|
%attr(2755,%{icinga_user},%{icingacmd_group}) %{_localstatedir}/run/icinga2/cmd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user