diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 14:53:53 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 14:53:53 +0200 |
commit | 7a454abe517dace9a9e717e09df2436ec1dfa378 (patch) | |
tree | 4030643b45df2509ac85380a72067e93ba53b549 /Monitoring/Makefile | |
parent | c5712707d569d64abe96d46929b30b7293d18381 (diff) |
migrated all necessary configuration
used the Debian config for krebs to provide a generic environment
without dependencies to other nagios systems
Diffstat (limited to 'Monitoring/Makefile')
-rw-r--r-- | Monitoring/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Monitoring/Makefile b/Monitoring/Makefile index a42707e3..90c7e0c1 100644 --- a/Monitoring/Makefile +++ b/Monitoring/Makefile @@ -5,8 +5,7 @@ HTDOCS = /usr/share/nagios3/htdocs .phony: debian debian: [ `which nagios3` ] || apt-get install nagios3 - rm $(NAGDIR)/conf.d/localhost_nagios2.cfg || true - rm $(NAGDIR)/conf.d/host-gateway_nagios3.cfg || true + rm $(NAGDIR)/conf.d/* || true cp -r conf/* $(NAGDIR)/conf.d/ htpasswd -bc htpasswd.users nagiosadmin krebs htpasswd -b htpasswd.users shack shackit |