aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d6c746..e550507 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,12 @@ install-server:
$(INSTALL) -d $(DESTDIR)/usr/share/munin/plugins/.
$(INSTALL) munin-plugin $(DESTDIR)/usr/share/munin/plugins/sitesummary_sites
+ $(INSTALL) -d $(DESTDIR)/etc/nagios3
+ $(INSTALL) nagios.cfg \
+ $(DESTDIR)/etc/nagios3/sitesummary.cfg
+ $(INSTALL) nagios-templates.cfg \
+ $(DESTDIR)/etc/nagios3/sitesummary-templates.cfg
+
install-client:
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) sitesummary-client sitesummary-upload $(DESTDIR)$(sbindir)