Added "web vgcapacity" probe for disk utilization.
[invirt/packages/invirt-remote.git] / server / usr / sbin / invirt-remote-proxy
index e92e692..b70eb4d 100755 (executable)
@@ -1,5 +1,5 @@
-#!/bin/bash                                                                                         
-# invoke as invirt-remote-proxy-$TYPE, with "TYPE" in the remctl sense.                             
+#!/bin/bash
+# invoke as invirt-remote-proxy-$TYPE, with "TYPE" in the remctl sense.
 
 klist -s || kinit -k
 
@@ -18,7 +18,7 @@ case "$TYPE/$SERVICE" in
         invirt-remote-vnccert "$@" ;;
     web/availability | web/avail )
         invirt-remote-availability "$@" ;;
-    web/lvcreate | web/lvremove | web/lvrename | web/lvresize )
+    web/lvcreate | web/lvremove | web/lvrename | web/lvresize | web/vgcapacity )
         invirt-remote-lvm "$SERVICE" "$@"
         ;;
     control/help )