- build: Fix default pacemaker-remoted path - Update to version 3.0.0+20250210.af3642fbf6: - libcrmcluster: prevent external callers from triggering assertion when connecting to cluster (gh#ClusterLabs/pacemaker#3821) - Update to version 3.0.0+20250207.d06c888ba7: - libpacemaker: Reset scheduler object in pcmk_simulate() - libpe_status: Make cluster_status() idempotent - tools: Fix overflow in crm_simulate --repeat - libpacemaker: Handle scandir() error in pcmk__profile_dir() - libpacemaker: Fix mem leak in pcmk__profile_dir() - tools: Avoid crash in crm_simulate --profile - Update to version 3.0.0+20250205.88e9ec1325: - libcrmservices: Unref the dbus connection... (gh#ClusterLabs/pacemaker#3816) - libcrmservices: Don't leak msg if systemd_proxy is NULL. (gh#ClusterLabs/pacemaker#3816) - Update to version 3.0.0+20250203.f950b1d05d: - python: Add python value for new CRM_EX_NO_DC exit code. (gh#ClusterLabs/pacemaker#3815) - libcrmcommon: Fix memory leak in text_end_list()/curses_end_list() (gh#ClusterLabs/pacemaker#3814) - crmadmin: return error if DC is not elected #2902 #3606 (gh#ClusterLabs/pacemaker#3716) - Update to version 3.0.0+20250128.0de22e5f75: - libraries: Update version numbers in so names - Rebase: * bug-995365_pacemaker-cts-restart-systemd-journald.patch - Update to version 3.0.0+20250114.7dc494a96f: - controller: best practices for send_stonith_update() (gh#ClusterLabs/pacemaker#3796) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=409
20 lines
833 B
Diff
20 lines
833 B
Diff
commit f813880dd1b6d1614393128a7f5f745437bea121
|
|
Author: Gao,Yan <ygao@suse.com>
|
|
Date: Wed Mar 27 22:03:56 2013 +0800
|
|
|
|
Build: lrmd: Change the default directory for nagios plugins
|
|
|
|
Index: pacemaker-2.1.4+20220720.3b57f9b58/configure.ac
|
|
===================================================================
|
|
--- pacemaker-2.1.4+20220720.3b57f9b58.orig/configure.ac
|
|
+++ pacemaker-2.1.4+20220720.3b57f9b58/configure.ac
|
|
@@ -1523,7 +1523,7 @@ AC_DEFINE_UNQUOTED([SUPPORT_NAGIOS], [$w
|
|
AM_CONDITIONAL([BUILD_NAGIOS], [test $with_nagios -eq $REQUIRED])
|
|
|
|
AS_IF([test x"$NAGIOS_PLUGIN_DIR" = x""],
|
|
- [NAGIOS_PLUGIN_DIR="${libexecdir}/nagios/plugins"])
|
|
+ [NAGIOS_PLUGIN_DIR="${prefix}/lib/nagios/plugins"])
|
|
|
|
AC_DEFINE_UNQUOTED(NAGIOS_PLUGIN_DIR, "$NAGIOS_PLUGIN_DIR", Directory for nagios plugins)
|
|
AC_SUBST(NAGIOS_PLUGIN_DIR)
|