summaryrefslogtreecommitdiffstats
path: root/Monitoring
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-07-01 22:30:03 +0200
committermakefu <makefu@syntax-fehler.de>2011-07-01 22:31:48 +0200
commitd65a67a8541d9b1c4e829cf1f0c66f76891f47d9 (patch)
tree549673060f8c22750403cc07f27831df4193ea18 /Monitoring
parentfd43a6df27a27f17733582ffe5e6b1f596280711 (diff)
added git pull to monitoring makefile for convenience
Diffstat (limited to 'Monitoring')
-rw-r--r--Monitoring/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Monitoring/Makefile b/Monitoring/Makefile
index fd75ef1b..e1fe7083 100644
--- a/Monitoring/Makefile
+++ b/Monitoring/Makefile
@@ -4,6 +4,7 @@ HTDOCS = /usr/share/nagios3/htdocs
.phony: debian
debian:
+ git pull origin master
[ `which python` ] || apt-get install python python-simplejson
[ `which nagios3` ] || apt-get install nagios3
rm $(NAGDIR)/conf.d/* || true