diff options
| -rw-r--r-- | Monitoring/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Monitoring/Makefile b/Monitoring/Makefile index 72269101..fd75ef1b 100644 --- a/Monitoring/Makefile +++ b/Monitoring/Makefile @@ -4,6 +4,7 @@ HTDOCS = /usr/share/nagios3/htdocs  .phony: debian  debian: +	[ `which python` ] || apt-get install python python-simplejson  	[ `which nagios3` ] || apt-get install nagios3  	rm $(NAGDIR)/conf.d/* || true  	cp -r conf/* $(NAGDIR)/conf.d/ | 
