summaryrefslogtreecommitdiffstats
path: root/Monitoring/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
committermakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
commit6c89839b7fc344608e61c8916ac9d9925fa98d14 (patch)
treee316b8121f4880491659dc3cb8851de7762e58a9 /Monitoring/Makefile
parent957e2d7469b0e3d88e06b6a15e91478efc63cd62 (diff)
Monitoring/\* --> nagios/
Diffstat (limited to 'Monitoring/Makefile')
-rw-r--r--Monitoring/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/Monitoring/Makefile b/Monitoring/Makefile
deleted file mode 100644
index 4730f30d..00000000
--- a/Monitoring/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-NAGDIR = /etc/nagios3/
-NAGLIBDIR = /usr/lib/nagios
-HTDOCS = /usr/share/nagios3/htdocs
-KREBS = /krebs
-
-.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
- cp -r conf/* $(NAGDIR)/conf.d/
- htpasswd -bc htpasswd.users nagiosadmin krebs
- htpasswd -b htpasswd.users shack shackit
- sed -i 's/\(authorized_for_all_hosts=nagiosadmin\)$$/\1,shack/' $(NAGDIR)/cgi.cfg
- sed -i 's/\(check_external_commands=\)0$$/\11/' $(NAGDIR)/nagios.cfg
- sed -i 's/\(authorized_for_all_services=nagiosadmin\)$$/\1,shack/' $(NAGDIR)/cgi.cfg
- cp -R htdocs/* $(HTDOCS)
- cp -r plugins $(NAGLIBDIR)
- /etc/init.d/nagios3 reload
- chown nagios:www-data /var/lib/nagios3 || true
- chown nagios:www-data /var/lib/nagios3/rw || true
- chmod g+x /var/lib/nagios3 || true
- chmod ugo=rwx /var/lib/nagios3/rw/nagios.cmd || true
-
-debian-shinken:
- curl https://raw.github.com/nicolargo/shinkenautoinstall/master/shinkenautoinstall-debian.sh | sh
-
-shinken-discover-hosts: /etc/shinken/resources.cfg
- sed -i '/.*NMAPTARGETS.*/d' /etc/shinken/resource.cfg
- $(KREBS)/retiolum/bin/hosts | awk '{print $2}'| tr '\n' ' ' | xargs echo '$$NMAPTARGETS$$=' | magic create krebs-discovery /etc/shinken/resource.cfg
- shinken-discovery -o /etc/shinken/objects/discovery