Package: centreon-plugins / 0.0~20221017-1

Metadata

Package Version Patches format
centreon-plugins 0.0~20221017-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Support plugins not located directly under the main script.patch | (download)

centreon/plugins/script.pm | 2 1 + 1 - 0 !
centreon_plugins.pl | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 support plugins not located directly under the main script

To avoid clutturing /usr/lib/nagios/plugins, all perl modules have been
moved to /usr/lib/centreon-plugins. This patch updates FindBin instances to
locate the plugins correctly.

0002 Use tmp as default location for statefile.patch | (download)

centreon/plugins/statefile.pm | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use /tmp as default location for statefile

Statefile are created by default in /var/lib/centreon/centplugins, which
might not exist on the system or standard users might not have access to
it. Using /tmp will allow any user to run the plugins.

To prevent other users from reading potentially sensitive information,
tempfiles are created with a 0600 mode.

This is a convenience patch to make plugins work by default with all
users. centreon-plugins already have a --statefile-dir option to
change the default if needed.

0003 Remove unsed intersphinx links.patch | (download)

doc/en/conf.py | 9 1 + 8 - 0 !
doc/fr/conf.py | 9 1 + 8 - 0 !
2 files changed, 2 insertions(+), 16 deletions(-)

 remove unsed intersphinx links

Those links trigger a network connection when building and are not used
anywhere in the documentation.