diff options
author | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
---|---|---|
committer | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
commit | bfa204a580a503a216cedbedd36586fb00458181 (patch) | |
tree | 4d277410a2ed9d497669d597b05826fc4e6a3814 /Monitoring/plugins/getwmic.sh | |
parent | cda7ac879c8791d7b59f9b726136efa274a12e4b (diff) |
//Monitoring: add shinken configs
Diffstat (limited to 'Monitoring/plugins/getwmic.sh')
-rwxr-xr-x | Monitoring/plugins/getwmic.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Monitoring/plugins/getwmic.sh b/Monitoring/plugins/getwmic.sh new file mode 100755 index 00000000..05ba8f21 --- /dev/null +++ b/Monitoring/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 |