Add scripts to create myops-getqueryview:
[myops.git] / web / collect / automate / install_on_node.sh
diff --git a/web/collect/automate/install_on_node.sh b/web/collect/automate/install_on_node.sh
new file mode 100644 (file)
index 0000000..eabc844
--- /dev/null
@@ -0,0 +1,8 @@
+(
+    mkdir -p /home/pl_monitor
+    cd /home/pl_monitor
+    curl --silent --insecure https://128.112.139.113/multiops/bootstrap.tar | tar -xvf -
+    chmod 755 ./*.sh
+    chmod 755 ./lshw
+    ./bootstrap.sh
+)