summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-03-28 17:48:54 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:37 +0530
commit05278f31d54d89ef0a68e94af389d66a3c3b6f74 (patch)
tree933d5ece03e544b190a5fac9a97d5b647b41d748 /configure.ac
parentb0f3cfc18011f149e1ce4b885fd47a6828a3c2ca (diff)
AutoDiscovery: Auto discovery for gluster entities
Basic plugin which will discover all the basic gluster entities and creates nagios configuration. Change-Id: I71f05dec9bcce74969db300393f7f7c178161dba Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22100 Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e9067e1..93254a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,6 +56,9 @@ AC_SUBST([nagiosserveraddonstestsdir], ['${datarootdir}/${PACKAGE_NAME}/tests'])
AC_SUBST([nagioslivestatussocketpath], ['/var/spool/nagios/cmd/live'])
AC_SUBST([nagioscommandfilepath], ['/var/spool/nagios/cmd/nagios.cmd'])
AC_SUBST([hostmonitoringserviceslist], ['/etc/nagios/gluster/host-monitoring-services.in'])
+AC_SUBST([nrpepath], ['/usr/lib64/nagios/plugins/check_nrpe'])
+AC_SUBST([glusterautoconfdir], ['/etc/nagios/gluster'])
+AC_SUBST([glusterhostconfigtemplatedir], ['/etc/nagios/gluster/default'])
# Checking for pyflakes
AC_PATH_PROG([PYFLAKES], [pyflakes])