From 9456cfffea015812acf5dcdd2d074e98ca54e720 Mon Sep 17 00:00:00 2001 From: euer Date: Sun, 23 Dec 2012 00:21:25 +0100 Subject: //Monitoring -> //god/Monitoring --- god/Monitoring/nagios/plugins/getwmic.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 god/Monitoring/nagios/plugins/getwmic.sh (limited to 'god/Monitoring/nagios/plugins/getwmic.sh') diff --git a/god/Monitoring/nagios/plugins/getwmic.sh b/god/Monitoring/nagios/plugins/getwmic.sh new file mode 100755 index 00000000..05ba8f21 --- /dev/null +++ b/god/Monitoring/nagios/plugins/getwmic.sh @@ -0,0 +1,7 @@ +wget http://dev.zenoss.org/svn/trunk/inst/externallibs/wmi-1.3.14.tar.bz2 +tar xvf wmi-1.3.14.tar.bz2 +cd wmi-1.3.14/ +sed -i 's/all: install/ZENHOME=..\/..\nall: install/' GNUmakefile +make +#cp bin/* /usr/local/bin/ +#cp lib/python/* /usr/local/lib/python -- cgit v1.2.3