Plugin performance data compatible with more widely spread plugins
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 5 Sep 2012 07:42:00 +0000 (07:42 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 5 Sep 2012 07:42:00 +0000 (07:42 +0000)
org.glite.lb.nagios/src/LB-probe

index 4dda21c..8693e93 100755 (executable)
@@ -436,7 +436,7 @@ vprintf 1 "\n[LB Probe] Test finished\n\n"
 }
 
 if [ $EXITCODE -eq 0 ]; then
-       EXITMESSAGE="OK|`expr $CLRTIME - $REGTIME`s"
+       EXITMESSAGE="OK|time=`expr $CLRTIME - $REGTIME`s"
 else
        EXITMESSAGE="WARNING: $EXITMESSAGE" 
 fi